diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2003-12-24 15:24:06 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2003-12-24 15:24:06 +0000 |
commit | 1f1f18d170ac6d13363c75e72643a17ad0185d0b (patch) | |
tree | 913b40175aea2365f0c3b554352ac44b0a1294d8 /sys/dev/usb | |
parent | 5b033f942001ce2359bc787c8677ebedb424029f (diff) |
sync
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 5 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 10 |
2 files changed, 11 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index c7a7c0a33e3..a43f5b421ca 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.78 2003/12/23 21:52:30 drahn Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.79 2003/12/24 15:24:04 todd Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.75 2003/12/23 21:51:57 drahn Exp + * OpenBSD: usbdevs,v 1.76 2003/12/24 15:23:02 todd Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -938,6 +938,7 @@ #define USB_PRODUCT_KODAK_DC290 0x0112 /* Digital Science DC290 */ #define USB_PRODUCT_KODAK_DC240 0x0120 /* Digital Science DC240 */ #define USB_PRODUCT_KODAK_DC280 0x0130 /* Digital Science DC280 */ +#define USB_PRODUCT_KODAK_DX4900 0x0550 /* EasyShare DX4900 */ /* Konica Corp. Products */ #define USB_PRODUCT_KONICA_CAMERA 0x0720 /* Digital Color Camera */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index cbc2770d121..264d9f34d65 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.78 2003/12/23 21:52:30 drahn Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.79 2003/12/24 15:24:05 todd Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.75 2003/12/23 21:51:57 drahn Exp + * OpenBSD: usbdevs,v 1.76 2003/12/24 15:23:02 todd Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -2135,6 +2135,12 @@ const struct usb_knowndev usb_knowndevs[] = { "Digital Science DC280", }, { + USB_VENDOR_KODAK, USB_PRODUCT_KODAK_DX4900, + 0, + "Eastman Kodak", + "EasyShare DX4900", + }, + { USB_VENDOR_KONICA, USB_PRODUCT_KONICA_CAMERA, 0, "Konica", |