Changeset 3ae93a8 in mainline for uspace/lib/usb/src/recognise.c
- Timestamp:
- 2011-02-20T12:51:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 357a302
- Parents:
- 540e2d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/recognise.c
r540e2d2 r3ae93a8 231 231 /* 232 232 * If the device class points to interface we skip adding 233 * class directly .233 * class directly but we add a multi interface device. 234 234 */ 235 235 if (device_descriptor->device_class != USB_CLASS_USE_INTERFACE) { 236 236 rc = usb_add_match_id(matches, 50, "usb&class=%s", 237 237 usb_str_class(device_descriptor->device_class)); 238 if (rc != EOK) { 239 return rc; 240 } 241 } else { 242 rc = usb_add_match_id(matches, 50, "usb&mid"); 238 243 if (rc != EOK) { 239 244 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.