Kagee

Untitled

Aug 4th, 2017
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. usb-SIGMACHIP_USB_Keyboard-event-if01
  2. usb-SIGMACHIP_USB_Keyboard-event-kbd
  3.  
  4. pi@rpi-hilden:~ $ thd --dump /dev/input/by-id/usb-SIGMACHIP_USB_Keyboard-event-kbd | grep -v '^#'
  5.  
  6. Bus 001 Device 006: ID 1c4f:0026 SiGma Micro Keyboard
  7.  
  8.  
  9. /usr/share/X11/xorg.conf.d/11-disable-sigmachip.conf
  10.  
  11. cat /usr/share/X11/xorg.conf.d/11-disable-sigmachip.conf
  12. Section "InputClass"
  13. Identifier "Ignore SIGMACHIP Keyboard"
  14. MatchProduct "SIGMACHIP USB Keyboard"
  15. #MatchUSBID "1c4f:0026"
  16. Option "Ignore" "on"
  17. EndSection
  18.  
  19. pi@rpi-hilden:~ $ lsusb
  20. Bus 001 Device 005: ID 1c4f:0026 SiGma Micro Keyboard
  21. Bus 001 Device 004: ID 17ef:6047 Lenovo
  22. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
  23. Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
  24. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  25.  
  26. pi@rpi-hilden:~ $ xinput
  27. ⎡ Virtual core pointer id=2 [master pointer (3)]
  28. ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
  29. ⎜ ↳ Lenovo ThinkPad Compact USB Keyboard with TrackPoint id=7 [slave pointer (2)]
  30. ⎜ ↳ SIGMACHIP USB Keyboard id=9 [slave pointer (2)]
  31. ⎣ Virtual core keyboard id=3 [master keyboard (2)]
  32. ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
  33. ↳ Lenovo ThinkPad Compact USB Keyboard with TrackPoint id=6 [slave keyboard (3)]
  34. ↳ SIGMACHIP USB Keyboard id=8 [slave keyboard (3)]
  35. ↳ Lenovo ThinkPad Compact USB Keyboard with TrackPoint id=10 [slave keyboard (3)]
  36. ↳ SIGMACHIP USB Keyboard id=11 [slave keyboard (3)]
  37. pi@rpi-hilden:~ $
Advertisement
Add Comment
Please, Sign In to add comment