diff options
| -rw-r--r-- | hid-tmt300rs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hid-tmt300rs.h b/hid-tmt300rs.h index f86770f..d5d6169 100644 --- a/hid-tmt300rs.h +++ b/hid-tmt300rs.h @@ -157,13 +157,13 @@ static u8 t300rs_rdesc_nrm_fixed[] = { 0x75, 0x10, /* Report size (16) */ 0x95, 0x01, /* Report count (1) */ 0x81, 0x02, /* Input (Variable, Absolute) */ - 0x09, 0x35, /* Usage (Rz) */ + 0x09, 0x31, /* Usage (Y) (was Rz) (Brake) */ 0x26, 0xff, 0x03, /* Logical maximum (1023) */ 0x46, 0xff, 0x03, /* Physical maximum (1023) */ 0x81, 0x02, /* Input (Variable, Absolute) */ - 0x09, 0x32, /* Usage (Z) */ + 0x09, 0x35, /* Usage (Rz) (was Z) (Gas) */ 0x81, 0x02, /* Input (Variable, Absolute) */ - 0x09, 0x31, /* Usage (Y) */ + 0x09, 0x33, /* Usage (Rx) (was Y) (Clutch) */ 0x81, 0x02, /* Input (Variable, Absolute) */ 0x81, 0x03, /* Input (Variable, Absolute, Constant) */ 0x05, 0x09, /* Usage page (Button) */ |
