Changeset 6986418 in mainline for uspace/drv/usbhub/usbhub.c


Ignore:
Timestamp:
2011-01-14T12:20:54Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b2a6fcfe
Parents:
2b0db98
Message:

Descriptor parsing modified (fixed)

  • change usbkbd_parse_descriptors() not to parse class-specific descriptors as these are retrieved differently
  • dump functions moved to descdump.h/c
  • getting report descriptor in usbkbd/main.c
  • changed descriptor structures (hid.h) to reflect, that there is only one report descriptor
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhub/usbhub.c

    r2b0db98 r6986418  
    468468                target.address = hub_info->usb_device->address;
    469469                target.endpoint = 1;/// \TODO get from endpoint descriptor
    470                 dprintf(1,"[usb_hub] checking changes for hub at addr %d",
    471                     target.address);
     470                /*dprintf(1,"[usb_hub] checking changes for hub at addr %d",
     471                    target.address);*/
    472472
    473473                size_t port_count = hub_info->port_count;
Note: See TracChangeset for help on using the changeset viewer.