diff options
author | 2006-01-06 03:33:14 +0000 | |
---|---|---|
committer | 2006-01-06 03:33:14 +0000 | |
commit | 6a351eec57bc3e9ab47cfc88d2b2469dedfcd00d (patch) | |
tree | ff546b990295b4de76170126e109f1a7c07591c1 | |
parent | pick some register with a known value, to try to tell a lm96000 apart (diff) | |
download | wireguard-openbsd-6a351eec57bc3e9ab47cfc88d2b2469dedfcd00d.tar.xz wireguard-openbsd-6a351eec57bc3e9ab47cfc88d2b2469dedfcd00d.zip |
add Wacom Graphire3 and Graphire4 USB ids.
-rw-r--r-- | sys/dev/usb/usbdevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 17a14f048a3..060b6c1aad2 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.178 2005/12/24 12:45:54 robert Exp $ +$OpenBSD: usbdevs,v 1.179 2006/01/06 03:33:14 brad Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1896,6 +1896,8 @@ product OPTION GT3GQUAD 0x6300 GlobeTrotter 3G QUAD /* Wacom products */ product WACOM CT0405U 0x0000 CT-0405-U Tablet product WACOM GRAPHIRE 0x0010 Graphire +product WACOM GRAPHIRE3_4X5 0x0013 Graphire3 4x5 +product WACOM GRAPHIRE4_4X5 0x0015 Graphire4 Classic A6 product WACOM INTUOSA5 0x0021 Intuos A5 /* Xirlink products */ |