From 6435ec299af7caedca4f0e648b122b52e76f34fb Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 3 Dec 2021 17:58:53 +0200 Subject: Revert to more standard pedal mapping Remap in games when needed. --- hid-tmt300rs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hid-tmt300rs.h b/hid-tmt300rs.h index d5d6169..114cafd 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, 0x31, /* Usage (Y) (was Rz) (Brake) */ + 0x09, 0x35, /* Usage (Rz) (Brake) */ 0x26, 0xff, 0x03, /* Logical maximum (1023) */ 0x46, 0xff, 0x03, /* Physical maximum (1023) */ 0x81, 0x02, /* Input (Variable, Absolute) */ - 0x09, 0x35, /* Usage (Rz) (was Z) (Gas) */ + 0x09, 0x32, /* Usage (Z) (Gas) */ 0x81, 0x02, /* Input (Variable, Absolute) */ - 0x09, 0x33, /* Usage (Rx) (was Y) (Clutch) */ + 0x09, 0x31, /* Usage (Y) (Clutch) */ 0x81, 0x02, /* Input (Variable, Absolute) */ 0x81, 0x03, /* Input (Variable, Absolute, Constant) */ 0x05, 0x09, /* Usage page (Button) */ -- cgit v1.3