diff options
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 929ee9f333d..288738907d9 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.437 2009/05/11 08:09:57 yuo Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.438 2009/05/11 20:08:47 damien Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.427 2009/05/11 08:07:42 yuo Exp + * OpenBSD: usbdevs,v 1.428 2009/05/11 20:06:53 damien Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -534,6 +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_AIRTIES 0x1eda /* AirTies */ #define USB_VENDOR_DLINK 0x2001 /* D-Link */ #define USB_VENDOR_PLANEX2 0x2019 /* Planex Communications */ @@ -896,6 +897,9 @@ /* Avision products */ #define USB_PRODUCT_AVISION_1200U 0x0268 /* 1200U */ +/* AVM products */ +#define USB_PRODUCT_AVM_FRITZWLAN 0x8401 /* FRITZ!WLAN N */ + /* Axesstel products */ #define USB_PRODUCT_AXESSTEL_DATAMODEM 0x1000 /* Data Modem */ @@ -948,6 +952,7 @@ #define USB_PRODUCT_BELKIN_F5D8055 0x825a /* F5D8055 */ #define USB_PRODUCT_BELKIN_F5D9050C 0x905c /* F5D9050C */ #define USB_PRODUCT_BELKIN_F5D9050V3 0x905b /* F5D9050 ver 3 */ +#define USB_PRODUCT_BELKIN_F6D4050V1 0x935a /* F6D4050 ver 1 */ /* Belkin(2) products */ #define USB_PRODUCT_BELKIN2_F5U002 0x0002 /* F5U002 Parallel */ @@ -2316,6 +2321,9 @@ #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 */ + /* Pen Driver */ #define USB_PRODUCT_PEN_USBREADER 0x0240 /* 6 in 1 */ #define USB_PRODUCT_PEN_MOBILEDRIVE 0x0280 /* 3 in 1 */ @@ -3144,4 +3152,5 @@ #define USB_PRODUCT_ZYXEL_G202 0x3410 /* G-202 */ #define USB_PRODUCT_ZYXEL_RT2573 0x3415 /* RT2573 */ #define USB_PRODUCT_ZYXEL_RT2870_1 0x3416 /* RT2870 */ +#define USB_PRODUCT_ZYXEL_NWD271N 0x3417 /* NWD-271N */ #define USB_PRODUCT_ZYXEL_PRESTIGE 0x401a /* Prestige */ |