Changeset df175fa in mainline
- Timestamp:
- 2011-01-16T17:32:14Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 466b120
- Parents:
- 0950397a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbkbd/descparser.c
r0950397a rdf175fa 187 187 case USB_DESCTYPE_HID: 188 188 if (desc_size < sizeof(usb_standard_hid_descriptor_t)) { 189 printf("Wrong size of descriptor: %d (should be % d)\n",189 printf("Wrong size of descriptor: %d (should be %zu)\n", 190 190 desc_size, sizeof(usb_standard_hid_descriptor_t)); 191 191 ret = EINVAL;
Note:
See TracChangeset
for help on using the changeset viewer.