techmik

09-input.conf

Aug 6th, 2011
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. Section "InputDevice"
  2. Identifier "keyboard_Desktop"
  3. Driver "evdev"
  4. Option "Device" "/dev/input/by-id/usb-Microsoft_Microsoft_Wireless_Optical_Desktop®_2.10-event-kbd"
  5. EndSection
  6.  
  7. Section "InputDevice"
  8. Identifier "mouse_Desktop"
  9. Driver "evdev"
  10. Option "GrabDevice" "on"
  11. Option "Device" "/dev/input/by-id/usb-Microsoft_Microsoft_Wireless_Optical_Desktop®_2.10-event-mouse"
  12. EndSection
  13.  
  14. Section "InputDevice"
  15. Identifier "keyboard_Media"
  16. Driver "evdev"
  17. Option "Device" "/dev/input/by-id/usb-BTC_USB_Multimedia_Cordless_Kit-event-kbd"
  18. EndSection
  19.  
  20. Section "InputDevice"
  21. Identifier "mouse_Media"
  22. Driver "evdev"
  23. Option "GrabDevice" "on"
  24. Option "Device" "/dev/input/by-id/usb-Lite-On_Technology_Corp._USB_Mouse-event-mouse"
  25. EndSection
Advertisement
Add Comment
Please, Sign In to add comment