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.h | 6 ++++-- sys/dev/usb/usbdevs_data.h | 14 +++++++++++--- 2 files changed, 15 insertions(+), 5 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 2ad1862b02c..4cc26094357 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.559 2010/11/03 20:46:58 christos Exp $ */ +/* $NetBSD: usbdevs.h,v 1.560 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 */ /* @@ -468,6 +468,7 @@ #define USB_VENDOR_AINCOMM 0x12fd /* Aincomm */ #define USB_VENDOR_MOBILITY 0x1342 /* Mobility */ #define USB_VENDOR_DICKSMITH 0x1371 /* Dick Smith Electronics */ +#define USB_VENDOR_NETGEAR3 0x1385 /* Netgear */ #define USB_VENDOR_BALTECH 0x13ad /* Baltech */ #define USB_VENDOR_CISCOLINKSYS 0x13b1 /* Cisco-Linksys */ #define USB_VENDOR_SHARK 0x13d2 /* Shark */ @@ -509,6 +510,7 @@ #define USB_VENDOR_WINCHIPHEAD2 0x1a86 /* QinHeng Electronics */ #define USB_VENDOR_DLINK 0x2001 /* D-Link */ #define USB_VENDOR_PLANEX2 0x2019 /* Planex Communications */ +#define USB_VENDOR_DLINK3 0x2101 /* D-Link */ #define USB_VENDOR_ERICSSON 0x2282 /* Ericsson */ #define USB_VENDOR_MOTOROLA2 0x22b8 /* Motorola */ #define USB_VENDOR_PINNACLE 0x2304 /* Pinnacle Systems */ 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