Changeset 73301a0 in mainline for uspace/lib/usb/descriptor.h


Ignore:
Timestamp:
2010-10-15T12:57:35Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
47e3a8e
Parents:
cbc00a4d
Message:

Virtual USB keyboard sends its report

Also, the virtual USB framework now handles the standard requests
differently. First, all requests has standalone callbacks and the
user callbacks are always called first. If they return EFORWARD,
the framework will try to satisfy the request by itself.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/descriptor.h

    rcbc00a4d r73301a0  
    4545        USB_DESCTYPE_STRING = 3,
    4646        USB_DESCTYPE_INTERFACE = 4,
    47         USB_DESCTYPE_ENDPOINT = 5
     47        USB_DESCTYPE_ENDPOINT = 5,
     48        USB_DESCTYPE_HID = 0x21,
     49        USB_DESCTYPE_HID_REPORT = 0x22,
     50        USB_DESCTYPE_HID_PHYSICAL = 0x23,
     51        /* USB_DESCTYPE_ = */
    4852} usb_descriptor_type_t;
    4953
Note: See TracChangeset for help on using the changeset viewer.