diff options
author | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2011-10-07 06:02:20 +0000 |
---|---|---|
committer | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2011-10-07 06:02:20 +0000 |
commit | 345330990feb520c21e2b21d43f20490ed827636 (patch) | |
tree | 69a00f47ac250bbccef1a0f57d90bce72a0eafe3 | |
parent | 53fe2d6c736918f4c4f60ce7035566de63a963bc (diff) |
regen
-rw-r--r-- | sys/dev/usb/usbdevs.h | 8 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 12 |
2 files changed, 16 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 826b5368db7..987afb01b0f 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.567 2011/09/16 13:36:50 yuo Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.568 2011/10/07 06:02:19 ckuethe Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.557 2011/09/16 13:36:18 yuo Exp + * OpenBSD: usbdevs,v 1.558 2011/10/07 06:01:49 ckuethe Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -584,6 +584,7 @@ #define USB_VENDOR_ENCORE 0x203d /* Encore */ #define USB_VENDOR_PARA 0x20b8 /* PARA Industrial */ #define USB_VENDOR_TRENDNET 0x20f4 /* TRENDnet */ +#define USB_VENDOR_RTSYSTEMS 0x2100 /* RT Systems */ #define USB_VENDOR_DLINK3 0x2101 /* D-Link */ #define USB_VENDOR_MOTOROLA2 0x22b8 /* Motorola */ #define USB_VENDOR_TRIPPLITE 0x2478 /* Tripp-Lite */ @@ -3268,6 +3269,9 @@ /* Rockfire products */ #define USB_PRODUCT_ROCKFIRE_GAMEPAD 0x2033 /* Gamepad 203USB */ +/* RT Systems */ +#define USB_PRODUCT_RTSYSTEMS_CT57B 0x9e52 /* CT57B Radio Cable */ + /* Sagem products */ #define USB_PRODUCT_SAGEM_SERIAL 0x0027 /* Serial */ #define USB_PRODUCT_SAGEM_XG760A 0x004a /* XG-760A */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index f3d48c32c1c..0cf6d35a317 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.561 2011/09/16 13:36:50 yuo Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.562 2011/10/07 06:02:19 ckuethe Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.557 2011/09/16 13:36:18 yuo Exp + * OpenBSD: usbdevs,v 1.558 2011/10/07 06:01:49 ckuethe Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -7998,6 +7998,10 @@ const struct usb_known_product usb_known_products[] = { "Gamepad 203USB", }, { + USB_VENDOR_RTSYSTEMS, USB_PRODUCT_RTSYSTEMS_CT57B, + "CT57B Radio Cable", + }, + { USB_VENDOR_SAGEM, USB_PRODUCT_SAGEM_SERIAL, "Serial", }, @@ -12010,6 +12014,10 @@ const struct usb_known_vendor usb_known_vendors[] = { "TRENDnet", }, { + USB_VENDOR_RTSYSTEMS, + "RT Systems", + }, + { USB_VENDOR_DLINK3, "D-Link", }, |