From: James S. <jsi...@us...> - 2002-01-23 05:37:28
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/input/touchscreen In directory usw-pr-cvs1:/tmp/cvs-serv6158 Modified Files: Config.in Log Message: Added new Configuration for touchscreens. Will cleanup. It is needed. Index: Config.in =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/input/touchscreen/Config.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Config.in 2002/01/23 05:36:26 1.1 +++ Config.in 2002/01/23 05:37:26 1.2 @@ -4,4 +4,4 @@ bool 'Touchscreens' CONFIG_INPUT_TS -dep_tristate ' Gunze AHL-51S touchscreen' CONFIG_MOUSE_GUNZE $CONFIG_INPUT $CONFIG_INPUT_TS $CONFIG_SERIO +dep_tristate ' Gunze AHL-51S touchscreen' CONFIG_TS_GUNZE $CONFIG_INPUT $CONFIG_INPUT_TS $CONFIG_SERIO |