Changeset 2d1ba51 in mainline for uspace/drv/bus/usb/usbhid/usbhid.c
- Timestamp:
- 2011-11-09T14:55:04Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 747ef72
- Parents:
- f317490
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/usbhid.c
rf317490 r2d1ba51 249 249 usb_log_debug("Comparing device against usage path.\n"); 250 250 if (usb_hid_path_matches(hid_dev, mapping)) { 251 / / does not matter if IDs were matched251 /* Does not matter if IDs were matched. */ 252 252 matched = true; 253 253 }
Note:
See TracChangeset
for help on using the changeset viewer.