Changes in / [81d2f6a:266fcd8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/src/hiddescriptor.c
r81d2f6a r266fcd8 272 272 report_des->type = report_item->type; 273 273 report_des->report_id = report_item->id; 274 if(report_des->report_id != 0) {275 /* set up the bit length by report_id field */276 report_des->bit_length = 8;277 }278 279 274 list_initialize (&report_des->link); 280 275 list_initialize (&report_des->report_items);
Note:
See TracChangeset
for help on using the changeset viewer.