Add the defines for the Iomega Zip 100 drive
This commit is contained in:
parent
1294cd03e1
commit
5163f215e0
@ -73,6 +73,7 @@
|
||||
#define USB_VENDOR_PERACOM 0x0565 /* Peracom */
|
||||
#define USB_VENDOR_EIZO 0x056d /* EIZO */
|
||||
#define USB_VENDOR_AGILER 0x056e /* Agiler */
|
||||
#define USB_VENDOR_IOMEGA 0x059b /* Iomega */
|
||||
#define USB_VENDOR_BELKIN 0x05ab /* Belkin */
|
||||
#define USB_VENDOR_LOGITECH 0x05ac /* Logitech */
|
||||
#define USB_VENDOR_EIZONANAO 0x05e7 /* EIZO Nanao */
|
||||
@ -160,6 +161,9 @@
|
||||
/* Agiler products */
|
||||
#define USB_PRODUCT_AGILER_MOUSE29UO 0x0002 /* mouse 29UO */
|
||||
|
||||
/* Iomega products */
|
||||
#define USB_PRODUCT_IOMEGA_ZIP100 0x0001 /* Zip 100 */
|
||||
|
||||
/* Belkin products */
|
||||
#define USB_PRODUCT_BELKIN_F5U002 0x0002 /* Parallel printer adapter */
|
||||
|
||||
|
@ -213,6 +213,12 @@ struct usb_knowndev usb_knowndevs[] = {
|
||||
"Agiler",
|
||||
"mouse 29UO",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_IOMEGA, USB_PRODUCT_IOMEGA_ZIP100,
|
||||
0,
|
||||
"Iomega",
|
||||
"Zip 100",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U002,
|
||||
0,
|
||||
@ -417,6 +423,12 @@ struct usb_knowndev usb_knowndevs[] = {
|
||||
"Agiler",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_IOMEGA, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"Iomega",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_BELKIN, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
|
Loading…
Reference in New Issue
Block a user