logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

50-system-cyborg.quirks (1526B)


  1. # Do not edit this file, it will be overwritten on update
  2. # The Cyborg RAT has a mode button that cycles through event codes.
  3. # On press, we get a release for the current mode and a press for the
  4. # next mode:
  5. # E: 0.000001 0004 0004 589833 # EV_MSC / MSC_SCAN 589833
  6. # E: 0.000001 0001 0118 0000 # EV_KEY / (null) 0
  7. # E: 0.000001 0004 0004 589834 # EV_MSC / MSC_SCAN 589834
  8. # E: 0.000001 0001 0119 0001 # EV_KEY / (null) 1
  9. # E: 0.000001 0000 0000 0000 # ------------ SYN_REPORT (0) ---------- +0ms
  10. # E: 0.705000 0004 0004 589834 # EV_MSC / MSC_SCAN 589834
  11. # E: 0.705000 0001 0119 0000 # EV_KEY / (null) 0
  12. # E: 0.705000 0004 0004 589835 # EV_MSC / MSC_SCAN 589835
  13. # E: 0.705000 0001 011a 0001 # EV_KEY / (null) 1
  14. # E: 0.705000 0000 0000 0000 # ------------ SYN_REPORT (0) ---------- +705ms
  15. # E: 1.496995 0004 0004 589833 # EV_MSC / MSC_SCAN 589833
  16. # E: 1.496995 0001 0118 0001 # EV_KEY / (null) 1
  17. # E: 1.496995 0004 0004 589835 # EV_MSC / MSC_SCAN 589835
  18. # E: 1.496995 0001 011a 0000 # EV_KEY / (null) 0
  19. # E: 1.496995 0000 0000 0000 # ------------ SYN_REPORT (0) ---------- +791ms
  20. #
  21. # https://bugs.freedesktop.org/show_bug.cgi?id=92127
  22. #
  23. # Disable the event codes to avoid stuck buttons.
  24. [Saitek Cyborg RAT5]
  25. MatchUdevType=mouse
  26. MatchBus=usb
  27. MatchVendor=0x06A3
  28. MatchProduct=0x0CD5
  29. # EV_KEY 0x118, 0x119, 0x11a
  30. AttrEventCodeDisable=EV_KEY:0x118;EV_KEY:0x119;EV_KEY:0x11a