diff options
| author | nonaka <nonaka@NetBSD.org> | 2012-05-29 21:11:37 +0000 |
|---|---|---|
| committer | nonaka <nonaka@NetBSD.org> | 2012-05-29 21:11:37 +0000 |
| commit | 0fab10cf66bddfaeed44c7147c47113db322a3a3 (patch) | |
| tree | 603c5f1cd1b45608b632890994f6660b7389bf0c /sys/dev | |
| parent | 200d0891678926501b3d1ca189649f00e8593496 (diff) | |
regen
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 5 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 74042abe8ea..87206d3f880 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.610 2012/05/29 19:49:10 nonaka Exp $ */ +/* $NetBSD: usbdevs.h,v 1.611 2012/05/29 21:11:37 nonaka Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.618 2012/05/29 19:47:56 nonaka Exp + * NetBSD: usbdevs,v 1.619 2012/05/29 21:10:40 nonaka Exp */ /* @@ -1933,6 +1933,7 @@ #define USB_PRODUCT_MELCO_WLIUCGN 0x015d /* WLI-UC-GN */ #define USB_PRODUCT_MELCO_WLIUCG301N 0x016f /* WLI-UC-G301N */ #define USB_PRODUCT_MELCO_WLIUCGNM 0x01a2 /* WLI-UC-GNM */ +#define USB_PRODUCT_MELCO_WLIUCGNM2T 0x01ee /* WLI-UC-GNM2T */ /* Merlin products */ #define USB_PRODUCT_MERLIN_V620 0x1110 /* Merlin V620 */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 73a5e54cc69..5432d382a9d 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.611 2012/05/29 19:49:10 nonaka Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.612 2012/05/29 21:11:37 nonaka Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.618 2012/05/29 19:47:56 nonaka Exp + * NetBSD: usbdevs,v 1.619 2012/05/29 21:10:40 nonaka Exp */ /* @@ -5919,6 +5919,10 @@ const struct usb_product usb_products[] = { "WLI-UC-GNM", }, { + USB_VENDOR_MELCO, USB_PRODUCT_MELCO_WLIUCGNM2T, + "WLI-UC-GNM2T", + }, + { USB_VENDOR_MERLIN, USB_PRODUCT_MERLIN_V620, "Merlin V620", }, @@ -9303,4 +9307,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1803; +const int usb_nproducts = 1804; |
