Advertisement
Guest User

Untitled

a guest
Mar 11th, 2010
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. ACTION!="add|change", GOTO="xorg_evtouch_end"
  2. KERNEL!="event*", GOTO="xorg_evtouch_end"
  3.  
  4. ENV{ID_INPUT_TOUCHSCREEN}!="1", GOTO="xorg_evtouch_end"
  5.  
  6. ATTRS{idVendor}=="1cb6", ATTRS{idProduct}=="6680", SYMLINK+="input/evtouch_event"
  7.  
  8. ENV{x11_driver}="evtouch"
  9.  
  10. ATTRS{idVendor}=="1cb6", ATTRS{idProduct}=="6680", \
  11. ENV{x11_options.reportingmode}="raw", \
  12. ENV{x11_options.taptimer}="50", \
  13. ENV{x11_options.longtouchtimer}="30", \
  14. ENV{x11_options.movelimit}="15", \
  15. ENV{x11_options.emulate3buttons}="true", \
  16. ENV{x11_options.emulate3timeout}="50", \
  17. ENV{x11_options.maxx}="7948", \
  18. ENV{x11_options.maxy}="7834", \
  19. ENV{x11_options.minx}="112", \
  20. ENV{x11_options.miny}="254"
  21.  
  22.  
  23. LABEL="xorg_evtouch_end"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement