diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2004-11-28 19:02:16 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2004-11-28 19:02:16 +0000 |
commit | 76c99333fb411faeb242e5db6ac62dea00e68f6e (patch) | |
tree | 3a63e409a188a3d2617d73a351f68bea5ccc6fa5 /sys/dev | |
parent | b07a76d3be3163607635280456c1b1b65d0f81a1 (diff) |
sync
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 c927292b046..8b7438291d8 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.128 2004/11/19 23:17:45 dlg Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.129 2004/11/28 19:02:15 pvalchev Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.124 2004/11/19 23:17:03 dlg Exp + * OpenBSD: usbdevs,v 1.125 2004/11/28 18:59:27 pvalchev Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -321,6 +321,7 @@ #define USB_VENDOR_TRUMPION 0x090a /* Trumpion Microelectronics */ #define USB_VENDOR_ALATION 0x0910 /* Alation Systems */ #define USB_VENDOR_CONCORDCAMERA 0x0919 /* Concord Camera */ +#define USB_VENDOR_GARMIN 0x091e /* Garmin International */ #define USB_VENDOR_GOHUBS 0x0921 /* GoHubs */ #define USB_VENDOR_BIOMETRIC 0x0929 /* American Biometric Company */ #define USB_VENDOR_INTREPIDCS 0x093c /* Intrepid */ @@ -827,6 +828,9 @@ /* Fujitsu protducts */ #define USB_PRODUCT_FUJITSU_AH_F401U 0x105b /* AH-F401U Air H device */ +/* Garmin International products */ +#define USB_PRODUCT_GARMIN_IQUE3600 0x0004 /* Ique 3600 */ + /* Genesys Logic products */ #define USB_PRODUCT_GENESYS_GENELINK 0x05e3 /* GeneLink Host-Host Bridge */ #define USB_PRODUCT_GENESYS_GL650 0x0604 /* GL650 Hub */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index c33930434c2..60027f972d6 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.128 2004/11/19 23:17:45 dlg Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.129 2004/11/28 19:02:15 pvalchev Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.124 2004/11/19 23:17:03 dlg Exp + * OpenBSD: usbdevs,v 1.125 2004/11/28 18:59:27 pvalchev Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -1505,6 +1505,12 @@ const struct usb_knowndev usb_knowndevs[] = { "AH-F401U Air H device", }, { + USB_VENDOR_GARMIN, USB_PRODUCT_GARMIN_IQUE3600, + 0, + "Garmin International", + "Ique 3600", + }, + { USB_VENDOR_GENESYS, USB_PRODUCT_GENESYS_GENELINK, 0, "Genesys Logic", @@ -6425,6 +6431,12 @@ const struct usb_knowndev usb_knowndevs[] = { NULL, }, { + USB_VENDOR_GARMIN, 0, + USB_KNOWNDEV_NOPROD, + "Garmin International", + NULL, + }, + { USB_VENDOR_GOHUBS, 0, USB_KNOWNDEV_NOPROD, "GoHubs", |