diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2003-05-18 18:17:05 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2003-05-18 18:17:05 +0000 |
commit | 3c6a67069a7e17d3cc88536aec2ef8e0ad376f40 (patch) | |
tree | ce525684c45567b0be78fda1df2974a95df80c13 /sys/dev | |
parent | 51a521d056d26c9ee62b24f917a1cf3ccfb4f37c (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 0bd7c874db1..7baf89973c6 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.67 2003/05/17 16:43:23 nate Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.68 2003/05/18 18:17:04 nate Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.64 2003/05/17 16:42:37 nate Exp + * OpenBSD: usbdevs,v 1.65 2003/05/18 18:16:51 nate Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -247,6 +247,7 @@ #define USB_VENDOR_SMC 0x0707 /* Standard Microsystems */ #define USB_VENDOR_PUTERCOM 0x0708 /* Putercom */ #define USB_VENDOR_MCT 0x0711 /* MCT */ +#define USB_VENDOR_IMATION 0x0718 /* Imation */ #define USB_VENDOR_DIGITALSTREAM 0x074e /* Digital Stream */ #define USB_VENDOR_AUREAL 0x0755 /* Aureal Semiconductor */ #define USB_VENDOR_MIDIMAN 0x0763 /* Midiman */ @@ -798,6 +799,9 @@ /* Iiyama products */ #define USB_PRODUCT_IIYAMA_HUB 0x0201 /* Hub */ +/* Imation */ +#define USB_PRODUCT_IMATION_FLASHGO 0xb000 /* Flash Go! */ + /* Inside Out Networks products */ #define USB_PRODUCT_INSIDEOUT_EDGEPORT4 0x0001 /* EdgePort/4 RS232 */ #define USB_PRODUCT_INSIDEOUT_HUBPORT7 0x0002 /* Hubport/7 */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index eb16c62406e..abc6d68c371 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.67 2003/05/17 16:43:23 nate Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.68 2003/05/18 18:17:04 nate Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.64 2003/05/17 16:42:37 nate Exp + * OpenBSD: usbdevs,v 1.65 2003/05/18 18:16:51 nate Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -1535,6 +1535,12 @@ const struct usb_knowndev usb_knowndevs[] = { "Hub", }, { + USB_VENDOR_IMATION, USB_PRODUCT_IMATION_FLASHGO, + 0, + "Imation", + "Flash Go!", + }, + { USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT4, 0, "Inside Out Networks", @@ -5123,6 +5129,12 @@ const struct usb_knowndev usb_knowndevs[] = { NULL, }, { + USB_VENDOR_IMATION, 0, + USB_KNOWNDEV_NOPROD, + "Imation", + NULL, + }, + { USB_VENDOR_DIGITALSTREAM, 0, USB_KNOWNDEV_NOPROD, "Digital Stream", |