diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-05-01 13:16:35 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-05-01 13:16:35 +0000 |
| commit | 04f5d6d7a24e413118fb41d3a718fc3b04a65631 (patch) | |
| tree | 1f1e7da7e001cabe92a878016acf9aead076c160 /sys/dev/usb/usbdevs.h | |
| parent | 22d1222bab2edca0cbeae619cd4a6ae2d75048fd (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 13ba5ff2be3d..f7ba43b5dc58 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -78,6 +78,7 @@ #define USB_VENDOR_AGILER 0x056e /* Agiler */ #define USB_VENDOR_ROCKFIRE 0x0583 /* Rockfire */ #define USB_VENDOR_IOMEGA 0x059b /* Iomega */ +#define USB_VENDOR_OMNIVISION 0x05a9 /* OmniVision */ #define USB_VENDOR_BELKIN 0x05ab /* Belkin */ #define USB_VENDOR_LOGITECH 0x05ac /* Logitech */ #define USB_VENDOR_EIZONANAO 0x05e7 /* EIZO Nanao */ @@ -180,6 +181,9 @@ /* Iomega products */ #define USB_PRODUCT_IOMEGA_ZIP100 0x0001 /* Zip 100 */ +/* OmniVision Technologies Inc. products */ +#define USB_PRODUCT_OMNIVISION_OV511 0x0511 /* OV511 Camera */ + /* Belkin products */ #define USB_PRODUCT_BELKIN_F5U002 0x0002 /* Parallel printer adapter */ |
