View | Details | Raw Unified | Return to bug 175599
Collapse All | Expand All

(-)usb/quirk/usb_quirk.c (+1 lines)
Lines 111-116 Link Here
111
	USB_QUIRK(ITUNERNET, USBLCD2X20, 0x0000, 0xffff, UQ_HID_IGNORE),
111
	USB_QUIRK(ITUNERNET, USBLCD2X20, 0x0000, 0xffff, UQ_HID_IGNORE),
112
	USB_QUIRK(ITUNERNET, USBLCD4X20, 0x0000, 0xffff, UQ_HID_IGNORE),
112
	USB_QUIRK(ITUNERNET, USBLCD4X20, 0x0000, 0xffff, UQ_HID_IGNORE),
113
	USB_QUIRK(LIEBERT, POWERSURE_PXT, 0x0000, 0xffff, UQ_HID_IGNORE),
113
	USB_QUIRK(LIEBERT, POWERSURE_PXT, 0x0000, 0xffff, UQ_HID_IGNORE),
114
	USB_QUIRK(LIEBERT2, PSI1000, 0x0000, 0xffff, UQ_HID_IGNORE),
114
	USB_QUIRK(MGE, UPS1, 0x0000, 0xffff, UQ_HID_IGNORE),
115
	USB_QUIRK(MGE, UPS1, 0x0000, 0xffff, UQ_HID_IGNORE),
115
	USB_QUIRK(MGE, UPS2, 0x0000, 0xffff, UQ_HID_IGNORE),
116
	USB_QUIRK(MGE, UPS2, 0x0000, 0xffff, UQ_HID_IGNORE),
116
	USB_QUIRK(APPLE, IPHONE, 0x0000, 0xffff, UQ_HID_IGNORE),
117
	USB_QUIRK(APPLE, IPHONE, 0x0000, 0xffff, UQ_HID_IGNORE),
(-)usb/usbdevs (+2 lines)
Lines 567-572 Link Here
567
vendor CURITEL		0x106c	Curitel Communications Inc
567
vendor CURITEL		0x106c	Curitel Communications Inc
568
vendor SILABS2		0x10a6	SILABS2
568
vendor SILABS2		0x10a6	SILABS2
569
vendor USI		0x10ab	USI
569
vendor USI		0x10ab	USI
570
vendor LIEBERT2	0x10af	Liebert
570
vendor PLX		0x10b5	PLX
571
vendor PLX		0x10b5	PLX
571
vendor ASANTE		0x10bd	Asante
572
vendor ASANTE		0x10bd	Asante
572
vendor SILABS		0x10c4	Silicon Labs
573
vendor SILABS		0x10c4	Silicon Labs
Lines 2072-2077 Link Here
2072
2073
2073
/* Liebert products */
2074
/* Liebert products */
2074
product LIEBERT POWERSURE_PXT	0xffff	PowerSure Personal XT
2075
product LIEBERT POWERSURE_PXT	0xffff	PowerSure Personal XT
2076
product LIEBERT2 PSI1000	0x0004 	UPS PSI 1000 FW:08 
2075
2077
2076
/* Linksys products */
2078
/* Linksys products */
2077
product LINKSYS MAUSB2		0x0105	Camedia MAUSB-2
2079
product LINKSYS MAUSB2		0x0105	Camedia MAUSB-2

Return to bug 175599