Added vendor OmniVision and camera

This commit is contained in:
Nick Hibma 1999-05-01 13:16:35 +00:00
parent 22d1222bab
commit 04f5d6d7a2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46224
2 changed files with 16 additions and 0 deletions

View file

@ -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 */

View file

@ -243,6 +243,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Iomega",
"Zip 100",
},
{
USB_VENDOR_OMNIVISION, USB_PRODUCT_OMNIVISION_OV511,
0,
"OmniVision",
"OV511 Camera",
},
{
USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U002,
0,
@ -477,6 +483,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Iomega",
NULL,
},
{
USB_VENDOR_OMNIVISION, 0,
USB_KNOWNDEV_NOPROD,
"OmniVision",
NULL,
},
{
USB_VENDOR_BELKIN, 0,
USB_KNOWNDEV_NOPROD,