Advertisement
Guest User

MadCatz_TE_R2-Inputs

a guest
Dec 3rd, 2015
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.65 KB | None | 0 0
  1. [root@RECALBOX ~]# cat /proc/bus/input/devices
  2. I: Bus=0000 Vendor=0000 Product=0000 Version=0000
  3. N: Name="Xbox Gamepad (userspace driver)"
  4. P: Phys=
  5. S: Sysfs=/devices/virtual/input/input0
  6. U: Uniq=
  7. H: Handlers=js0 event0
  8. B: PROP=0
  9. B: EV=b
  10. B: KEY=7fdb0000 0 0 0 0 0 0 0 0 0
  11. B: ABS=3001b
  12.  
  13. I: Bus=0000 Vendor=0000 Product=0000 Version=0000
  14. N: Name="Xbox Gamepad (userspace driver) #2"
  15. P: Phys=
  16. S: Sysfs=/devices/virtual/input/input1
  17. U: Uniq=
  18. H: Handlers=js1 event1
  19. B: PROP=0
  20. B: EV=b
  21. B: KEY=7fdb0000 0 0 0 0 0 0 0 0 0
  22. B: ABS=3001b
  23.  
  24. I: Bus=0003 Vendor=0738 Product=8838 Version=0110
  25. N: Name="MadCatz PC USB Wired Stick 8838"
  26. P: Phys=usb-bcm2708_usb-1.2/input0
  27. S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.0/input/input2
  28. U: Uniq=
  29. H: Handlers=js2 event2
  30. B: PROP=0
  31. B: EV=1b
  32. B: KEY=1fff0000 0 0 0 0 0 0 0 0 0
  33. B: ABS=30027
  34. B: MSC=10
  35.  
  36. I: Bus=0003 Vendor=0738 Product=8838 Version=0110
  37. N: Name="MadCatz PC USB Wired Stick 8838"
  38. P: Phys=usb-bcm2708_usb-1.2/input0
  39. S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.0/input/input3
  40. U: Uniq=
  41. H: Handlers=event3
  42. B: PROP=0
  43. B: EV=1
  44.  
  45. [root@RECALBOX ~]# ls /dev/input/js*
  46. /dev/input/js0  /dev/input/js1  /dev/input/js2
  47. [root@RECALBOX ~]# jstest /dev/input/js0
  48. Driver version is 2.1.0.
  49. Joystick (Xbox Gamepad (userspace driver)) has 6 axes (X, Y, Rx, Ry, Hat0X, Hat0Y)
  50. and 13 buttons (BtnX, BtnY, BtnTL, BtnTR, BtnTR2, BtnSelect, BtnStart, BtnMode, BtnThumbL, BtnThumbR, ?, ?, ?).
  51. Testing ... (interrupt to exit)
  52. Axes:  0:     0  1:     0  2:     0  3:     0  4:     0  5:     0 Buttons:  0:off  1:off  2:off  3:off  4:off  5:off  6:off  7:off  8:off  9:off 10:off 11:off 12:off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement