regen.
This commit is contained in:
parent
a84f8b4d14
commit
50333a0e5c
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: usbdevs.h,v 1.525 2009/07/29 15:47:26 jakllsch Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.526 2009/08/02 20:53:41 tshiozak Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.530 2009/07/29 15:45:17 jakllsch Exp
|
||||
* NetBSD: usbdevs,v 1.531 2009/08/02 20:52:26 tshiozak Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -1531,6 +1531,7 @@
|
||||
#define USB_PRODUCT_MELCO_SG54HP 0x00d8 /* WLI-U2-SG54HP */
|
||||
#define USB_PRODUCT_MELCO_G54HP 0x00d9 /* WLI-U2-G54HP */
|
||||
#define USB_PRODUCT_MELCO_KG54L 0x00da /* WLI-U2-KG54L */
|
||||
#define USB_PRODUCT_MELCO_WLIUCG 0x0137 /* WLI-UC-G */
|
||||
|
||||
/* Merlin products */
|
||||
#define USB_PRODUCT_MERLIN_V620 0x1110 /* Merlin V620 */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: usbdevs_data.h,v 1.526 2009/07/29 15:47:26 jakllsch Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.527 2009/08/02 20:53:41 tshiozak Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.530 2009/07/29 15:45:17 jakllsch Exp
|
||||
* NetBSD: usbdevs,v 1.531 2009/08/02 20:52:26 tshiozak Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -4514,6 +4514,10 @@ const struct usb_product usb_products[] = {
|
||||
USB_VENDOR_MELCO, USB_PRODUCT_MELCO_KG54L,
|
||||
"WLI-U2-KG54L",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_MELCO, USB_PRODUCT_MELCO_WLIUCG,
|
||||
"WLI-UC-G",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_MERLIN, USB_PRODUCT_MERLIN_V620,
|
||||
"Merlin V620",
|
||||
@ -6915,4 +6919,4 @@ const struct usb_product usb_products[] = {
|
||||
"Prestige",
|
||||
},
|
||||
};
|
||||
const int usb_nproducts = 1259;
|
||||
const int usb_nproducts = 1260;
|
||||
|
Loading…
Reference in New Issue
Block a user