regen usbdevs.h and usbdevs_data.h
This commit is contained in:
parent
d99ce83fb8
commit
80496a1328
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: usbdevs.h,v 1.478 2007/07/12 21:24:35 xtraeme Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.479 2007/07/16 07:08:49 nisimura Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.478 2007/07/12 21:24:02 xtraeme Exp
|
||||
* NetBSD: usbdevs,v 1.480 2007/07/16 07:05:27 nisimura Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -1752,6 +1752,7 @@
|
||||
/* Planex Communications products */
|
||||
#define USB_PRODUCT_PLANEX_GW_US11H 0x14ea /* GW-US11H WLAN */
|
||||
#define USB_PRODUCT_PLANEX2_GW_US11S 0x3220 /* GW-US11S WLAN */
|
||||
#define USB_PRODUCT_PLANEX2_GWUS54GXS 0x5303 /* GW-US54GXS */
|
||||
#define USB_PRODUCT_PLANEX2_GWUS54HP 0xab01 /* GW-US54HP */
|
||||
#define USB_PRODUCT_PLANEX2_GWUS54MINI2 0xab50 /* GW-US54Mini2 */
|
||||
#define USB_PRODUCT_PLANEX2_GWUS54SG 0xc002 /* GW-US54SG */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: usbdevs_data.h,v 1.479 2007/07/12 21:24:35 xtraeme Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.480 2007/07/16 07:08:49 nisimura Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.478 2007/07/12 21:24:02 xtraeme Exp
|
||||
* NetBSD: usbdevs,v 1.480 2007/07/16 07:05:27 nisimura Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -5081,6 +5081,10 @@ const struct usb_product usb_products[] = {
|
||||
USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_GW_US11S,
|
||||
"GW-US11S WLAN",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_GWUS54GXS,
|
||||
"GW-US54GXS",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_GWUS54HP,
|
||||
"GW-US54HP",
|
||||
@ -6430,4 +6434,4 @@ const struct usb_product usb_products[] = {
|
||||
"Prestige",
|
||||
},
|
||||
};
|
||||
const int usb_nproducts = 1154;
|
||||
const int usb_nproducts = 1155;
|
||||
|
Loading…
x
Reference in New Issue
Block a user