# Title:        xtouch
# Description:  xtouch touch-screen driver
#               set to yes if you want the xtouch driver
# Menu:         X/ui
# URL:          http://midori.transmeta.com/

# Name:         XTOUCH_RECALIBRATE
# Description:  set to "no" to disable the across-the-top recalibration stroke
# Type:         YESNO
# Default:      "yes"
XTOUCH_RECALIBRATE="yes"

# Name:         XTOUCH_DRIVER_ONLY
# Description:  set to "yes" to remove all calibration code from xtouch
#               at compile-time
# Type:         YESNO
# Default:      "no"
XTOUCH_DRIVER_ONLY="no"

# Name:         XTOUCH_BESTFIT_PATCH
# Description:  set to "yes" to apply an experimental patch that updates
#               the xtouch program with a new calibration method that
#               tries to do a best fit curve since the screens on
#               devices like the Gateway/AOL device aren't 100% linear,
#               the logic comes from the makers of the screen
# Type:         YESNO
# Default:      "no"
XTOUCH_BESTFIT_PATCH="no"
