Add new USB ID to UDAV driver.

Submitted by:	Luiz Gustavo S. Costa <lgcosta@pfsense.org>
MFC after:	7 days
This commit is contained in:
Hans Petter Selasky 2011-06-19 08:34:10 +00:00
parent 57b1b54fdd
commit 842014b127
2 changed files with 2 additions and 0 deletions

View File

@ -210,6 +210,7 @@ static const struct usb_device_id udav_devs[] = {
{USB_VPI(USB_VENDOR_SHANTOU, USB_PRODUCT_SHANTOU_ADM8515, 0)}, {USB_VPI(USB_VENDOR_SHANTOU, USB_PRODUCT_SHANTOU_ADM8515, 0)},
/* Kontron AG USB Ethernet */ /* Kontron AG USB Ethernet */
{USB_VPI(USB_VENDOR_KONTRON, USB_PRODUCT_KONTRON_DM9601, 0)}, {USB_VPI(USB_VENDOR_KONTRON, USB_PRODUCT_KONTRON_DM9601, 0)},
{USB_VPI(USB_VENDOR_KONTRON, USB_PRODUCT_KONTRON_JP1082, 0)},
}; };
static void static void

View File

@ -2014,6 +2014,7 @@ product KODAK DC280 0x0130 Digital Science DC280
/* Kontron AG products */ /* Kontron AG products */
product KONTRON DM9601 0x8101 USB Ethernet product KONTRON DM9601 0x8101 USB Ethernet
product KONTRON JP1082 0x9700 USB Ethernet
/* Konica Corp. Products */ /* Konica Corp. Products */
product KONICA CAMERA 0x0720 Digital Color Camera product KONICA CAMERA 0x0720 Digital Color Camera