diff options
| author | ghen <ghen@NetBSD.org> | 2007-01-22 19:40:21 +0000 |
|---|---|---|
| committer | ghen <ghen@NetBSD.org> | 2007-01-22 19:40:21 +0000 |
| commit | 11405ff1943196d94a59fae8fdc774096e879d0b (patch) | |
| tree | 3a0350ecfe18a2d1e0a89c82749dcb195164ee11 /sys/dev/usb/usbdevs_data.h | |
| parent | f391a807d64dfac7f5493a9548940b58eead2259 (diff) | |
Regen.
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index bf462a46cb7..88c12370972 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs_data.h,v 1.453 2007/01/21 07:12:50 apb Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.454 2007/01/22 19:40:21 ghen Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.449 2007/01/21 07:10:50 apb Exp + * NetBSD: usbdevs,v 1.450 2007/01/22 19:39:37 ghen Exp */ /* @@ -5634,6 +5634,14 @@ const struct usb_product usb_products[] = { "Graphire3 4x5", }, { + USB_VENDOR_WACOM, USB_PRODUCT_WACOM_GRAPHIRE3_6X8, + "Graphire3 6x8", + }, + { + USB_VENDOR_WACOM, USB_PRODUCT_WACOM_GRAPHIRE4_4X5, + "Graphire4 4x5", + }, + { USB_VENDOR_WACOM, USB_PRODUCT_WACOM_INTUOSA5, "Intuos A5", }, @@ -5758,4 +5766,4 @@ const struct usb_product usb_products[] = { "Scorpion-980N keyboard", }, }; -const int usb_nproducts = 1018; +const int usb_nproducts = 1020; |
