From: <sk...@us...> - 2011-03-30 22:15:35
|
Revision: 2411 http://linuxconsole.svn.sourceforge.net/linuxconsole/?rev=2411&view=rev Author: skitt Date: 2011-03-30 22:15:29 +0000 (Wed, 30 Mar 2011) Log Message: ----------- Add support for the TAOS evaluation modules (driver i2c-taos-evm). Signed-off-by: Jean Delvare <jde...@su...> Modified Paths: -------------- trunk/docs/inputattach.1 trunk/utils/inputattach.c Modified: trunk/docs/inputattach.1 =================================================================== --- trunk/docs/inputattach.1 2011-03-30 21:30:19 UTC (rev 2410) +++ trunk/docs/inputattach.1 2011-03-30 22:15:29 UTC (rev 2411) @@ -104,6 +104,9 @@ .BR \-sun ", " \-\-sunmouse 3-button Sun mouse .TP +.BR \-taos ", " \-\-taos\-evm +TAOS evaluation module +.TP .BR \-t213 ", " \-\-touchit213 Sahara Touch-iT213 Tablet PC .TP Modified: trunk/utils/inputattach.c =================================================================== --- trunk/utils/inputattach.c 2011-03-30 21:30:19 UTC (rev 2410) +++ trunk/utils/inputattach.c 2011-03-30 22:15:29 UTC (rev 2411) @@ -580,6 +580,11 @@ { "--zhen-hua", "-zhen", "Zhen Hua 5-byte protocol", B19200, CS8, SERIO_ZHENHUA, 0x00, 0x00, 0, zhenhua_init }, +#ifdef SERIO_TAOSEVM +{ "--taos-evm", "-taos", "TAOS evaluation module", + B1200, CS8, + SERIO_TAOSEVM, 0, 0, 0, NULL }, +#endif { "--dump", "-dump", "Just enable device", B2400, CS8, 0, 0x00, 0x00, 0, dump_init }, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |