diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2003-03-11 01:41:33 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2003-03-11 01:41:33 +0000 |
| commit | bc25d60d7c44f8ed46ed8bcbcd2bc2a7f255648c (patch) | |
| tree | edfa2d113f0c490dcfec86db5e79a6a8365f3dc3 /sys/dev/usb/usbdevs.h | |
| parent | acbdeb0ca185181aa68543e1752809c922f6a973 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 53ee59c4065f..026b86566301 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -455,6 +455,9 @@ #define USB_PRODUCT_APPLE_OPTMOUSE 0x0302 /* Optical mouse */ #define USB_PRODUCT_APPLE_SPEAKERS 0x1101 /* Speakers */ +/* Asahi Optical products */ +#define USB_PRODUCT_ASAHIOPTICAL_OPTIO230 0x0004 /* Digital camera */ + /* ATen products */ #define USB_PRODUCT_ATEN_UC1284 0x2001 /* Parallel printer adapter */ #define USB_PRODUCT_ATEN_UC10T 0x2002 /* 10Mbps ethernet adapter */ |
