diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2010-11-16 19:26:46 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2010-11-16 19:26:46 +0000 |
commit | f6aa0006f39ac2128e7418761e811024778369cd (patch) | |
tree | 5301e61caf960af32aea5bc759a2ac77ecda538e /sys | |
parent | 1c63337ec482291baf29b71972b0b65934e8a751 (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 11 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 16 |
2 files changed, 22 insertions, 5 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 210d3124084..99fae2a3f71 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.533 2010/11/06 16:50:47 deraadt Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.534 2010/11/16 19:26:45 damien Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.523 2010/11/06 16:50:41 deraadt Exp + * OpenBSD: usbdevs,v 1.524 2010/11/16 19:25:27 damien Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -590,6 +590,7 @@ #define USB_VENDOR_DELL 0x413c /* Dell */ #define USB_VENDOR_WCH 0x4348 /* QinHeng Electronics */ #define USB_VENDOR_ACEECA 0x4766 /* Aceeca */ +#define USB_VENDOR_FEIXUN 0x4855 /* FeiXun Communication */ #define USB_VENDOR_PAPOUCH 0x5050 /* Papouch s.r.o. */ #define USB_VENDOR_AVERATEC 0x50c2 /* Averatec */ #define USB_VENDOR_SWEEX 0x5173 /* Sweex */ @@ -1497,7 +1498,11 @@ #define USB_PRODUCT_FALCOM_TWIST 0x0001 /* Twist */ #define USB_PRODUCT_FALCOM_SAMBA 0x0005 /* Samba */ -/* Fiberline */ +/* FeiXun Communication products */ +#define USB_PRODUCT_FEIXUN_RTL8188CU 0x0090 /* RTL8188CU */ +#define USB_PRODUCT_FEIXUN_RTL8192CU 0x0091 /* RTL8192CU */ + +/* Fiberline products */ #define USB_PRODUCT_FIBERLINE_WL430U 0x6003 /* WL-430U */ /* Fossil products */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index c96e67e2c98..716c90df29b 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.527 2010/11/06 16:50:47 deraadt Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.528 2010/11/16 19:26:45 damien Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.523 2010/11/06 16:50:41 deraadt Exp + * OpenBSD: usbdevs,v 1.524 2010/11/16 19:25:27 damien Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -2454,6 +2454,14 @@ const struct usb_known_product usb_known_products[] = { "Samba", }, { + USB_VENDOR_FEIXUN, USB_PRODUCT_FEIXUN_RTL8188CU, + "RTL8188CU", + }, + { + USB_VENDOR_FEIXUN, USB_PRODUCT_FEIXUN_RTL8192CU, + "RTL8192CU", + }, + { USB_VENDOR_FIBERLINE, USB_PRODUCT_FIBERLINE_WL430U, "WL-430U", }, @@ -11630,6 +11638,10 @@ const struct usb_known_vendor usb_known_vendors[] = { "Aceeca", }, { + USB_VENDOR_FEIXUN, + "FeiXun Communication", + }, + { USB_VENDOR_PAPOUCH, "Papouch s.r.o.", }, |