From ee19a7cb85d351470e69d3c7fcf028e52c2ed84f Mon Sep 17 00:00:00 2001 From: pooka Date: Thu, 4 Nov 2010 09:19:14 +0000 Subject: regen --- sys/dev/usb/usbdevs_data.h | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'sys/dev/usb/usbdevs_data.h') 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 */ /* @@ -1650,6 +1650,10 @@ const struct usb_vendor usb_vendors[] = { USB_VENDOR_DICKSMITH, "Dick Smith Electronics", }, + { + USB_VENDOR_NETGEAR3, + "Netgear", + }, { USB_VENDOR_BALTECH, "Baltech", @@ -1814,6 +1818,10 @@ const struct usb_vendor usb_vendors[] = { USB_VENDOR_PLANEX2, "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[] = { { -- cgit