[gpm] Add w8001 support to inputattach (#645235)

Peter Hutterer whot at fedoraproject.org
Mon Apr 23 02:42:03 UTC 2012


commit 7a5601ec4db8ccc811ed062906a39e9ec0f63817
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Jul 13 11:49:47 2010 +1000

    Add w8001 support to inputattach (#645235)

 gpm.spec      |    5 ++++-
 inputattach.c |    3 +++
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gpm.spec b/gpm.spec
index 256e26c..b0c9a2d 100644
--- a/gpm.spec
+++ b/gpm.spec
@@ -1,7 +1,7 @@
 Summary: A mouse server for the Linux console
 Name: gpm
 Version: 1.20.6
-Release: 22%{?dist}
+Release: 23%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://www.nico.schottelius.org/software/gpm/
@@ -183,6 +183,9 @@ fi
 %{_libdir}/libgpm.a
 
 %changelog
+* Mon Apr 16 2012 Peter Hutterer <peter.hutterer at redhat.com> 1.20.6-23
+- Add w8001 support to inputattach (#645235)
+
 * Tue Jan 24 2012 Nikola Pajkovsky <npajkovs at redhat.com> - 1.20.6-22
 - 668480 - gpm-types(7) manpage fixes
 
diff --git a/inputattach.c b/inputattach.c
index 8967950..6806fc8 100644
--- a/inputattach.c
+++ b/inputattach.c
@@ -495,6 +495,9 @@ static struct input_types input_types[] = {
 { "--dump",		"-dump",	"Just enable device",
 	B2400, CS8,
 	0,			0x00,	0x00,	0,	dump_init },
+{ "--w8001",		"-w8001",	"Wacom W8001",
+	B38400, CS8,
+	SERIO_W8001,		0x00,	0x00,	0,	NULL },
 { NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL }
 };
 


More information about the scm-commits mailing list