diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2009-05-11 20:40:43 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2009-05-11 20:40:43 +0000 |
commit | 07f92401a616339aee20b0627342f34801c98df4 (patch) | |
tree | cdd63133fbcb7bff60121bdd197589495d82950d | |
parent | fa44667501d5790c3a58f79f54d8685837117ba4 (diff) |
regen
-rw-r--r-- | sys/dev/usb/usbdevs.h | 13 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 22 |
2 files changed, 25 insertions, 10 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 288738907d9..ae3d8beaffa 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.438 2009/05/11 20:08:47 damien Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.439 2009/05/11 20:40:42 damien Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.428 2009/05/11 20:06:53 damien Exp + * OpenBSD: usbdevs,v 1.429 2009/05/11 20:39:51 damien Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -534,7 +534,7 @@ #define USB_VENDOR_QUANTA 0x1a32 /* Quanta */ #define USB_VENDOR_WCH2 0x1a86 /* QinHeng Electronics */ #define USB_VENDOR_LONGCHEER 0x1c9e /* Longcheer Technology */ -#define USB_VENDOR_PEGASUS 0x1d4d /* Pegasus */ +#define USB_VENDOR_PEGATRON 0x1d4d /* Pegatron */ #define USB_VENDOR_AIRTIES 0x1eda /* AirTies */ #define USB_VENDOR_DLINK 0x2001 /* D-Link */ #define USB_VENDOR_PLANEX2 0x2019 /* Planex Communications */ @@ -1220,6 +1220,7 @@ #define USB_PRODUCT_DLINK2_DWA111 0x3c06 /* DWA-111 */ #define USB_PRODUCT_DLINK2_DWA110 0x3c07 /* DWA-110 */ #define USB_PRODUCT_DLINK2_RT2870_1 0x3c09 /* RT2870 */ +#define USB_PRODUCT_DLINK2_RT3072 0x3c0a /* RT3072 */ #define USB_PRODUCT_DLINK2_DWA160A 0x3c10 /* DWA-160A */ #define USB_PRODUCT_DLINK2_RT2870_2 0x3c11 /* RT2870 */ #define USB_PRODUCT_DLINK2_DWA130 0x3c13 /* DWA-130 */ @@ -2321,8 +2322,8 @@ #define USB_PRODUCT_PAPOUCH_GOLIATH_MUX 0x8004 /* GOLIATH MUX */ #define USB_PRODUCT_PAPOUCH_GOLIATH_MSR 0x8005 /* GOLIATH MSR */ -/* Pegasus products */ -#define USB_PRODUCT_PEGASUS_RT3070 0x000c /* RT3070 */ +/* Pegatron products */ +#define USB_PRODUCT_PEGATRON_RT3070 0x000c /* RT3070 */ /* Pen Driver */ #define USB_PRODUCT_PEN_USBREADER 0x0240 /* 6 in 1 */ @@ -2628,6 +2629,8 @@ #define USB_PRODUCT_SENAO_RT2870_1 0x9701 /* RT2870 */ #define USB_PRODUCT_SENAO_RT2870_2 0x9702 /* RT2870 */ #define USB_PRODUCT_SENAO_RT3070 0x9703 /* RT3070 */ +#define USB_PRODUCT_SENAO_RT3071 0x9705 /* RT3071 */ +#define USB_PRODUCT_SENAO_RT3072 0x9706 /* RT3072 */ /* Serverworks */ #define USB_PRODUCT_SERVERWORKS_HUB 0x0000 /* Root Hub */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index bfaa142cc98..805a9533a04 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs_data.h,v 1.432 2009/05/11 20:08:47 damien Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.433 2009/05/11 20:40:42 damien Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.428 2009/05/11 20:06:53 damien Exp + * OpenBSD: usbdevs,v 1.429 2009/05/11 20:39:51 damien Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -1746,6 +1746,10 @@ const struct usb_known_product usb_known_products[] = { "RT2870", }, { + USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_RT3072, + "RT3072", + }, + { USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_DWA160A, "DWA-160A", }, @@ -4934,7 +4938,7 @@ const struct usb_known_product usb_known_products[] = { "GOLIATH MSR", }, { - USB_VENDOR_PEGASUS, USB_PRODUCT_PEGASUS_RT3070, + USB_VENDOR_PEGATRON, USB_PRODUCT_PEGATRON_RT3070, "RT3070", }, { @@ -5806,6 +5810,14 @@ const struct usb_known_product usb_known_products[] = { "RT3070", }, { + USB_VENDOR_SENAO, USB_PRODUCT_SENAO_RT3071, + "RT3071", + }, + { + USB_VENDOR_SENAO, USB_PRODUCT_SENAO_RT3072, + "RT3072", + }, + { USB_VENDOR_SERVERWORKS, USB_PRODUCT_SERVERWORKS_HUB, "Root Hub", }, @@ -9090,8 +9102,8 @@ const struct usb_known_vendor usb_known_vendors[] = { "Longcheer Technology", }, { - USB_VENDOR_PEGASUS, - "Pegasus", + USB_VENDOR_PEGATRON, + "Pegatron", }, { USB_VENDOR_AIRTIES, |