Changeset 45019865 in mainline for uspace/drv/usbkbd/descdump.c


Ignore:
Timestamp:
2011-01-14T13:35:14Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0a9ea4a
Parents:
f401312
Message:

Fixed descriptor parsing.

  • Properly parses standard descriptors.
  • Properly gets report descriptor.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbkbd/descdump.c

    rf401312 r45019865  
    125125        printf(INDENT "bCountryCode = %d\n", d->country_code);
    126126        printf(INDENT "bNumDescriptors = %d\n", d->class_desc_count);
     127        printf(INDENT "bDescriptorType = %d\n", d->report_desc_info.type);
     128        printf(INDENT "wDescriptorLength = %d\n", d->report_desc_info.length);
    127129}
    128130
Note: See TracChangeset for help on using the changeset viewer.