From: Bernd Steinhauser Date: Wed, 23 Nov 2022 14:07:25 +0000 (+0100) Subject: hwdb: remove fuzz and deadzone for Simucube wheel bases. X-Git-Tag: v253-rc1~462 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5ae7f4c7727fb7643096da50c476730ffc58885;p=thirdparty%2Fsystemd.git hwdb: remove fuzz and deadzone for Simucube wheel bases. For these devices the axes are setup via a special configuration tool. udev should not apply additional fuzz or deadzone. Reference for the product IDs: https://granitedevices.com/wiki/Simucube_product_USB_interface_documentation This also indicates that there are a total of 8 axes. --- diff --git a/hwdb.d/60-evdev.hwdb b/hwdb.d/60-evdev.hwdb index 42e30256e3b..47e06737ba7 100644 --- a/hwdb.d/60-evdev.hwdb +++ b/hwdb.d/60-evdev.hwdb @@ -337,6 +337,54 @@ evdev:name:Atmel maXTouch Touch*:dmi:bvn*:bvr*:bd*:svnGOOGLE:pnSamus:* EVDEV_ABS_35=::10 EVDEV_ABS_36=::10 +######################################### +# Granite Devices Simucube wheel bases +######################################### + +# Granite Devices Simucube 1 +evdev:input:b0003v16D0p0D5A* + EVDEV_ABS_00=:::0:0 + EVDEV_ABS_01=:::0:0 + EVDEV_ABS_02=:::0:0 + EVDEV_ABS_03=:::0:0 + EVDEV_ABS_04=:::0:0 + EVDEV_ABS_05=:::0:0 + EVDEV_ABS_06=:::0:0 + EVDEV_ABS_07=:::0:0 + +# Granite Devices Simucube 2 Sport +evdev:input:b0003v16D0p0D61* + EVDEV_ABS_00=:::0:0 + EVDEV_ABS_01=:::0:0 + EVDEV_ABS_02=:::0:0 + EVDEV_ABS_03=:::0:0 + EVDEV_ABS_04=:::0:0 + EVDEV_ABS_05=:::0:0 + EVDEV_ABS_06=:::0:0 + EVDEV_ABS_07=:::0:0 + +# Granite Devices Simucube 2 Pro +evdev:input:b0003v16D0p0D60* + EVDEV_ABS_00=:::0:0 + EVDEV_ABS_01=:::0:0 + EVDEV_ABS_02=:::0:0 + EVDEV_ABS_03=:::0:0 + EVDEV_ABS_04=:::0:0 + EVDEV_ABS_05=:::0:0 + EVDEV_ABS_06=:::0:0 + EVDEV_ABS_07=:::0:0 + +# Granite Devices Simucube 2 Ultimate +evdev:input:b0003v16D0p0D5F* + EVDEV_ABS_00=:::0:0 + EVDEV_ABS_01=:::0:0 + EVDEV_ABS_02=:::0:0 + EVDEV_ABS_03=:::0:0 + EVDEV_ABS_04=:::0:0 + EVDEV_ABS_05=:::0:0 + EVDEV_ABS_06=:::0:0 + EVDEV_ABS_07=:::0:0 + ######################################### # HP #########################################