diff options
author | 2016-09-12 07:55:33 +0000 | |
---|---|---|
committer | 2016-09-12 07:55:33 +0000 | |
commit | b65e53811fdd6a1887290a0509b96b0e78737b9c (patch) | |
tree | 89295f2128f8fd696b2a74211298feae1ad657f5 | |
parent | Split usbd_fill_iface_data() in two and introduce usbd_parse_idesc() a (diff) | |
download | wireguard-openbsd-b65e53811fdd6a1887290a0509b96b0e78737b9c.tar.xz wireguard-openbsd-b65e53811fdd6a1887290a0509b96b0e78737b9c.zip |
Wacom Intuos Draw, from Frank Groeneveld.
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index c82671a5e4f..67e4778c546 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.667 2016/09/09 18:28:11 tedu Exp $ +$OpenBSD: usbdevs,v 1.668 2016/09/12 07:55:33 mpi Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -4397,6 +4397,7 @@ 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 +product WACOM INTUOS_DRAW 0x033b Intuos Draw (CTL-490) /* WAGO Kontakttechnik products */ product WAGO SERVICECABLE 0x07a6 Service Cable 750-923 |