OS Builder/Enable taptoclick: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
Modify the file /etc/modprobe.d/olpc-psmouse.conf changing to the option taptoclick=0 to taptoclick=1 |
Modify the file /etc/modprobe.d/olpc-psmouse.conf changing to the option taptoclick=0 to taptoclick=1 |
||
For AVC |
For AVC: |
||
Two files must be altered: |
Two files must be altered: |
Revision as of 16:45, 6 March 2012
Tap to click has been disabled by request of many deployments. To enable it for ALPS, Synaptics, and AVC Touch-pads you must alter a few files:
For ALPS and Synaptics:
Modify the file /etc/modprobe.d/olpc-psmouse.conf changing to the option taptoclick=0 to taptoclick=1
For AVC:
Two files must be altered:
Editing the configure_sentelic_fsp() section of /etc/init.d/olpc-configure and changing the "c" to "C"
Editing a register value in /usr/bin/olpc-fsp-regs so the value for register 0x42 is 87.
Additional Note:
From AVC spec:
" 0x42 is the OPC register controlling tap to click (Disable=0xE7,Enabled=0x87)"