diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-01-27 16:01:32 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-01-27 16:01:32 +0200 |
| commit | c78811a22895bf2dd7645a69a9676c0534936f5e (patch) | |
| tree | a333f0b80b3f1b2cec8e70e4321bf83daa3b81c2 | |
| parent | 4503f35397f24623ecb286dbea6685a9be67b7d9 (diff) | |
| download | hid-tmff2-c78811a22895bf2dd7645a69a9676c0534936f5e.tar.gz hid-tmff2-c78811a22895bf2dd7645a69a9676c0534936f5e.zip | |
add generic desktop usage page after shifter
+ Not sure if strictly necessary, but follows better form (I think)
| -rw-r--r-- | hid-tmt300rs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hid-tmt300rs.h b/hid-tmt300rs.h index d811b90..a875a2e 100644 --- a/hid-tmt300rs.h +++ b/hid-tmt300rs.h @@ -347,6 +347,7 @@ static u8 t300rs_rdesc_ps4_fixed[] = { 0x95, 0x08, /* Report count (8) */ 0x81, 0x02, /* Input (Variable, Absolute) */ /* no clue */ + 0x05, 0x01, /* Usage page (Generic Desktop) */ 0x09, 0x00, /* Usage (U) */ 0x75, 0x08, /* Report size (8) */ 0x95, 0x0c, /* Report count (12) */ |
