Skip to content

Commit

Permalink
a156p keypad binds instead of buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Scheirer committed Aug 25, 2019
1 parent 45e1d4d commit a2ebbb6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions hid-uclogic-rdesc.c
Expand Up @@ -908,16 +908,16 @@ const __u8 uclogic_rdesc_xppen_a156p_frame_arr[] = {
0x75, 0x01, /* Report Size (1), */
0x95, 0x08, /* Report Count (8), */
0x81, 0x01, /* Input (Constant), */
0x05, 0x09, /* Usage Page (Button), */
0x19, 0x01, /* Usage Minimum (01h), */
0x29, 0x08, /* Usage Maximum (08h), */
0x95, 0x08, /* Report Count (8), */
0x05, 0x07, /* Usage Page (Keypad), */
0x19, 0x3A, /* Usage Minimum (F1h), */
0x29, 0x41, /* Usage Maximum (F8h), */
0x95, 0x08, /* Report Count (8), */
0x81, 0x02, /* Input (Variable), */
0x95, 0x20, /* Report Count (32), */
0x81, 0x01, /* Input (Constant), */
0x19, 0x09, /* Usage Minimum (09h), */
0x29, 0x0A, /* Usage Maximum (0Ah), */
0x95, 0x02, /* Report Count (2), */
0x19, 0x42, /* Usage Minimum (F9h), */
0x29, 0x43, /* Usage Maximum (F10h), */
0x95, 0x02, /* Report Count (2), */
0x81, 0x02, /* Input (Variable), */
0x95, 0x16, /* Report Count (22), */
0x81, 0x01, /* Input (Constant), */
Expand Down

0 comments on commit a2ebbb6

Please sign in to comment.