diff options
| author | pooka <pooka@NetBSD.org> | 2010-11-04 09:19:14 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2010-11-04 09:19:14 +0000 |
| commit | ee19a7cb85d351470e69d3c7fcf028e52c2ed84f (patch) | |
| tree | fc0d65427b26eb045b8f07b758e12789fccc62d5 /sys/dev/usb/usbdevs_data.h | |
| parent | 03f65433c59af61a2390969338ecb708aa5cfa96 (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 f6e438bbab0..662804aa7cd 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.560 2010/11/03 20:46:58 christos Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.561 2010/11/04 09:19:14 pooka Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.566 2010/11/03 20:46:15 christos Exp + * NetBSD: usbdevs,v 1.567 2010/11/04 09:18:39 pooka Exp */ /* @@ -1651,6 +1651,10 @@ const struct usb_vendor usb_vendors[] = { "Dick Smith Electronics", }, { + USB_VENDOR_NETGEAR3, + "Netgear", + }, + { USB_VENDOR_BALTECH, "Baltech", }, @@ -1815,6 +1819,10 @@ const struct usb_vendor usb_vendors[] = { "Planex Communications", }, { + USB_VENDOR_DLINK3, + "D-Link", + }, + { USB_VENDOR_ERICSSON, "Ericsson", }, @@ -1939,7 +1947,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 475; +const int usb_nvendors = 477; const struct usb_product usb_products[] = { { |
