forked from PAWPAW-Mirror/lib_xua
Revert "Remove unnecessary Input statements."
This reverts commit 9f1e9735b8.
This commit is contained in:
@@ -574,8 +574,11 @@ unsigned char hidReportDescriptor[] = /* Voice Command usage as per request #HUT
|
|||||||
0xa1, 0x02, /* Collection (Logical) */
|
0xa1, 0x02, /* Collection (Logical) */
|
||||||
0x95, 0x01, /* Report Count (1) */
|
0x95, 0x01, /* Report Count (1) */
|
||||||
0x0a, 0x21, 0x02, /* Usage (AC Search) */
|
0x0a, 0x21, 0x02, /* Usage (AC Search) */
|
||||||
|
0x81, 0x40, /* Input (Data, Ary, Abs, Nul) */
|
||||||
0x0a, 0x26, 0x02, /* Usage (AC Stop) */
|
0x0a, 0x26, 0x02, /* Usage (AC Stop) */
|
||||||
|
0x81, 0x40, /* Input (Data, Ary, Abs, Nul) */
|
||||||
0x09, 0xe9, /* Usage (Volume Increment) */
|
0x09, 0xe9, /* Usage (Volume Increment) */
|
||||||
|
0x81, 0x40, /* Input (Data, Ary, Abs, Nul) */
|
||||||
0x09, 0xea, /* Usage (Volume Decrement) */
|
0x09, 0xea, /* Usage (Volume Decrement) */
|
||||||
0x81, 0x40, /* Input (Data, Ary, Abs, Nul) */
|
0x81, 0x40, /* Input (Data, Ary, Abs, Nul) */
|
||||||
0x95, 0x04, /* Report Count (4) */
|
0x95, 0x04, /* Report Count (4) */
|
||||||
@@ -2887,7 +2890,7 @@ unsigned char cfgDesc_Audio1[] =
|
|||||||
0x00, /* 4 bCountryCode */
|
0x00, /* 4 bCountryCode */
|
||||||
0x01, /* 5 bNumDescriptors */
|
0x01, /* 5 bNumDescriptors */
|
||||||
0x22, /* 6 bDescriptorType[0] (Report) */
|
0x22, /* 6 bDescriptorType[0] (Report) */
|
||||||
0x25, /* 7 wDescriptorLength[0] */
|
0x2B, /* 7 wDescriptorLength[0] */
|
||||||
0x00, /* 8 wDescriptorLength[0] */
|
0x00, /* 8 wDescriptorLength[0] */
|
||||||
|
|
||||||
/* HID Endpoint descriptor (IN) */
|
/* HID Endpoint descriptor (IN) */
|
||||||
|
|||||||
Reference in New Issue
Block a user