diff options
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 2eea139c9fc..06e200498bb 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.444 2006/10/11 13:03:28 gdt Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.445 2006/11/22 17:58:39 drochner Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.441 2006/10/11 13:02:58 gdt Exp + * NetBSD: usbdevs,v 1.442 2006/11/22 17:57:40 drochner Exp */ /* @@ -1326,6 +1326,10 @@ const struct usb_vendor usb_vendors[] = { "ASIX Electronics", }, { + USB_VENDOR_O2MICRO, + "O2 Micro", + }, + { USB_VENDOR_USR, "U.S. Robotics", }, @@ -1674,7 +1678,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 407; +const int usb_nvendors = 408; const struct usb_product usb_products[] = { { |
