HID touch screen driver installation for Linux and X11 
(C) 2013 Vicki Chen

==============================================================================
RELEASE NOTE
==============================================================================
ubuntu-13.04.x-1.0-install
Initial version for fw 1.39 and 1.36


==============================================================================
QUICKSTART GUIDE
==============================================================================
I. Installsation guide

1. Open terminal
2. Login as root user
# sudo -s

3. Execute setup.sh
# sh setup.sh

II. Setup and run Linear Utility:
1. Assign touch controller to monitors, please touch on screen to assign.
# setparams -d value
value=0(primary screen),1(secondary screen)

2. Run linearity utility
# LinearAp x


==============================================================================
Setup parameters
==============================================================================
setparams -[command] [value]
command list and values:    
     a (auto right-click)  value=1(on),0(off)
     c (auto right-click count)  value=50~600
     f (firstmove)         value=1(on),0(off)
     h (HID mode)          value=2(mouse mode),3(digitizer mode) 
     t (touch mode)        value=0(drawing mode),1(button mode),3(disable touch)
     d (screen number)     value=0(primary),1(secondary)
     r (read parameters)   value=0
Example: setparams -a 0
will turn off auto right-click feature.

      
      
