Changeset 5debe97 in mainline for uspace/app
- Timestamp:
- 2013-01-27T16:24:25Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fe9d542
- Parents:
- 2745176
- Location:
- uspace/app
- Files:
-
- 2 edited
-
mkbd/main.c (modified) (1 diff)
-
usbinfo/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkbd/main.c
r2745176 r5debe97 222 222 devman_handle_t dev_handle = 0; 223 223 224 int rc = usb_resolve_device_handle(devpath, NULL, NULL,&dev_handle);224 int rc = usb_resolve_device_handle(devpath, &dev_handle); 225 225 if (rc != EOK) { 226 226 printf("Device not found or not of USB kind: %s.\n", -
uspace/app/usbinfo/main.c
r2745176 r5debe97 199 199 /* The initialization is here only to make compiler happy. */ 200 200 devman_handle_t handle = 0; 201 int rc = usb_resolve_device_handle(devpath, 202 NULL, NULL, &handle); 201 int rc = usb_resolve_device_handle(devpath, &handle); 203 202 if (rc != EOK) { 204 203 fprintf(stderr, NAME ": device `%s' not found "
Note:
See TracChangeset
for help on using the changeset viewer.
