diff options
| author | wiz <wiz@NetBSD.org> | 2008-09-28 15:41:50 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2008-09-28 15:41:50 +0000 |
| commit | 188468ada8e39e9ead18c4be89ecbc64d4ce29c5 (patch) | |
| tree | bb0f3a6134ab8f04406014d68eb030fd8cfb7c48 /sys/dev/usb/usbdevs_data.h | |
| parent | e5e4b9c58a2fd538438f719557b7c83fe65daa54 (diff) | |
regen.
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 063aa2c7f71..5134949a4f5 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.507 2008/09/10 20:07:46 jmcneill Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.508 2008/09/28 15:41:50 wiz Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.511 2008/09/10 20:04:56 jmcneill Exp + * NetBSD: usbdevs,v 1.512 2008/09/28 15:41:29 wiz Exp */ /* @@ -1191,6 +1191,10 @@ const struct usb_vendor usb_vendors[] = { "Minds At Work", }, { + USB_VENDOR_ZIPPY, + "Zippy Technology Corporation", + }, + { USB_VENDOR_POINTCHIPS, "PointChips", }, @@ -1835,7 +1839,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 449; +const int usb_nvendors = 450; const struct usb_product usb_products[] = { { |
