summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdevs_data.h
diff options
context:
space:
mode:
authorriz <riz@NetBSD.org>2007-03-08 23:14:43 +0000
committerriz <riz@NetBSD.org>2007-03-08 23:14:43 +0000
commit9fc61b3d2a3105a9c3b58aebdbb08ba8e2b9b56f (patch)
treeaa3b88dda8d326c3bbb54093bda73c08b3142f05 /sys/dev/usb/usbdevs_data.h
parent42104c1e3decdfc3603b2ae3eb0513425e17508e (diff)
Regen for addition of FTDI "Serial 2232C".
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
-rw-r--r--sys/dev/usb/usbdevs_data.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 7ff01bf54d2..a76b76a4add 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.463 2007/02/10 14:30:38 salo Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.464 2007/03/08 23:14:43 riz Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.459 2007/02/10 14:28:55 salo Exp
+ * NetBSD: usbdevs,v 1.461 2007/03/08 23:14:05 riz Exp
*/
/*
@@ -2278,6 +2278,10 @@ const struct usb_product usb_products[] = {
"EOS 300D / Digital Rebel",
},
{
+ USB_VENDOR_CANON, USB_PRODUCT_CANON_SD630,
+ "PowerShot SD630",
+ },
+ {
USB_VENDOR_CATC, USB_PRODUCT_CATC_NETMATE,
"Netmate ethernet adapter",
},
@@ -2830,6 +2834,10 @@ const struct usb_product usb_products[] = {
"8U232AM Serial converter",
},
{
+ USB_VENDOR_FTDI, USB_PRODUCT_FTDI_SERIAL_2232C,
+ "2232C USB FAST SERIAL ADAPTER",
+ },
+ {
USB_VENDOR_FTDI, USB_PRODUCT_FTDI_PS2KBDMS,
"PS/2 Keyboard/Mouse",
},
@@ -5830,4 +5838,4 @@ const struct usb_product usb_products[] = {
"Scorpion-980N keyboard",
},
};
-const int usb_nproducts = 1032;
+const int usb_nproducts = 1034;