diff options
author | John Connolly <john@buglabs.net> | 2010-05-12 10:19:04 -0500 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-05-13 19:36:02 +0200 |
commit | 8f7e4a5c3d04dabe985f2e63c01eda2e75cf4294 (patch) | |
tree | 6a508892bbf649acb5ff9ff3b42f9b32796e2b3c /conf/machine | |
parent | dd32565d28aa3802f40776bceeb8f53a53de08a3 (diff) |
conf/machine/bug20.conf, add xf86-input-tslib for BUG2.0 touchscreen
*BUG20 is using tslib for xorg touchscreen.
*would like this to get into stable
*tested on BUG2.0
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/bug20.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/bug20.conf b/conf/machine/bug20.conf index dbc1faf6ea..42c2c1239f 100644 --- a/conf/machine/bug20.conf +++ b/conf/machine/bug20.conf @@ -9,6 +9,7 @@ XSERVER = "xserver-xorg \ xserver-xorg-extension-glx \ xf86-input-evdev \ xf86-input-mouse \ + xf86-input-tslib \ xf86-video-omapfb \ xf86-input-keyboard" |