summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-02-03 13:18:50 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-02-03 13:38:25 +1000
commita529e92b1144b59111a6a16e35169db128ce216f (patch)
tree9467b0dfabed9a803e4053ce4a26358e8c5e3b34
parentbe159bcd06c39ee1839efa66b732c810b6afe186 (diff)
downloadxf86-input-wacom-a529e92b1144b59111a6a16e35169db128ce216f.tar.gz
Remove a declaration and some comments referring to serial devices
All obsolete since ce2421a031aa0979671ce24d38c08c92b2142257 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--src/wcmCommon.c2
-rw-r--r--src/x11/xf86Wacom.c3
-rw-r--r--src/xf86WacomDefs.h1
3 files changed, 1 insertions, 5 deletions
diff --git a/src/wcmCommon.c b/src/wcmCommon.c
index bb6e164..093ae58 100644
--- a/src/wcmCommon.c
+++ b/src/wcmCommon.c
@@ -1385,7 +1385,7 @@ static void commonDispatchDevice(WacomDevicePtr priv,
int raw_pressure = 0;
/* device_type should have been retrieved and set in the respective
- * models, wcmISDV4.c or wcmUSB.c. Once it comes here, something
+ * models, e.g. wcmUSB.c. Once it comes here, something
* must have been wrong. Ignore the events.
*/
if (!ds->device_type)
diff --git a/src/x11/xf86Wacom.c b/src/x11/xf86Wacom.c
index ae817b3..36ee19e 100644
--- a/src/x11/xf86Wacom.c
+++ b/src/x11/xf86Wacom.c
@@ -18,9 +18,6 @@
*/
/*
- * This driver is currently able to handle USB Wacom IV and V, serial ISDV4,
- * and bluetooth protocols.
- *
* Wacom V protocol work done by Raph Levien <raph@gtk.org> and
* Frédéric Lepied <lepied@xfree86.org>.
*
diff --git a/src/xf86WacomDefs.h b/src/xf86WacomDefs.h
index 0fdf767..604c9a1 100644
--- a/src/xf86WacomDefs.h
+++ b/src/xf86WacomDefs.h
@@ -350,7 +350,6 @@ struct _WacomHWClass
Bool (*Init)(WacomDevicePtr priv); /* initialize device */
};
-extern WacomHWClass *WacomGetClassISDV4(void);
extern WacomHWClass *WacomGetClassUSB(void);
/******************************************************************************