odor-truckshift-driver

a simple usb driver for the ODOR-TRUCKSHIFT
git clone git://git.jakekoroman.com/odor-truckshift-driver
Log | Files | Refs | README

README (610B)


      1 ODOR-TRUCKSHIFT linux driver
      2 ============================
      3 
      4 simple usb driver for this shifter https://www.amazon.com/American-Simulator-Gearshift-PC-Compatible-Thrustmaster/dp/B093WN8H8N
      5 
      6 the hid_generic driver doesn't properly detect this device, i imagine because the device is using a weird non-standard hid implementation.
      7 luckily for us the device is extremely simple with just 3 buttons.
      8 
      9 usage
     10 -----
     11 
     12 simply build it and load it. will require kernel-headers to build.
     13 
     14 # make
     15 # insmod ./shifter.ko
     16 
     17 now it should be recognized as ODOR-TRUCKSHIFT. you can test it with evtest or within a game.
     18 
     19 enjoy :)