diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-12-08 02:33:43 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-12-08 02:33:43 +0000 |
commit | 7ebdb449e34a92b5849b7c8e22089ab5f1859213 (patch) | |
tree | 7bb3d422174b81940567e79cd7241b9873227f7a /sys/dev | |
parent | ae02e23967d2b87f4a8ec4ee0ce6360a1810cb22 (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 8 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 16 |
2 files changed, 20 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 452fccde2cf..27f2724f072 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.130 2004/11/29 09:42:35 grange Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.131 2004/12/08 02:33:42 jsg Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.126 2004/11/29 09:41:59 grange Exp + * OpenBSD: usbdevs,v 1.127 2004/12/08 02:31:43 jsg Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -377,6 +377,7 @@ #define USB_VENDOR_HAWKING 0x0e66 /* Hawking */ #define USB_VENDOR_OTI 0x0ea0 /* Ours Technology Inc. */ #define USB_VENDOR_PILOTECH 0x0eaf /* Pilotech */ +#define USB_VENDOR_FALCOM 0x0f94 /* Falcom Wireless Communications GmbH */ #define USB_VENDOR_QUALCOMM2 0x1004 /* Qualcomm */ #define USB_VENDOR_GIGABYTE 0x1044 /* GIGABYTE */ #define USB_VENDOR_MOTOROLA 0x1063 /* Motorola */ @@ -807,6 +808,9 @@ /* Extended Systems products */ #define USB_PRODUCT_EXTENDED_XTNDACCESS 0x0100 /* XTNDAccess IrDA */ +/* Falcom Wireless Communications GmbH products */ +#define USB_PRODUCT_FALCOM_TWIST 0x0001 /* Falcom Twist USB */ + /* Freecom products */ #define USB_PRODUCT_FREECOM_DVD 0xfc01 /* Connector for DVD drive */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 6816673d8ed..1b0319ee7f5 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.130 2004/11/29 09:42:35 grange Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.131 2004/12/08 02:33:42 jsg Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.126 2004/11/29 09:41:59 grange Exp + * OpenBSD: usbdevs,v 1.127 2004/12/08 02:31:43 jsg Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -1427,6 +1427,12 @@ const struct usb_knowndev usb_knowndevs[] = { "XTNDAccess IrDA", }, { + USB_VENDOR_FALCOM, USB_PRODUCT_FALCOM_TWIST, + 0, + "Falcom Wireless Communications GmbH", + "Falcom Twist USB", + }, + { USB_VENDOR_FREECOM, USB_PRODUCT_FREECOM_DVD, 0, "Freecom", @@ -6773,6 +6779,12 @@ const struct usb_knowndev usb_knowndevs[] = { NULL, }, { + USB_VENDOR_FALCOM, 0, + USB_KNOWNDEV_NOPROD, + "Falcom Wireless Communications GmbH", + NULL, + }, + { USB_VENDOR_QUALCOMM2, 0, USB_KNOWNDEV_NOPROD, "Qualcomm", |