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

(-)usbdevs (+3 lines)
Lines 1556-1561 Link Here
1556
product MELCO SG54HP		0x00d8	WLI-U2-SG54HP
1556
product MELCO SG54HP		0x00d8	WLI-U2-SG54HP
1557
product MELCO G54HP		0x00d9	WLI-U2-G54HP
1557
product MELCO G54HP		0x00d9	WLI-U2-G54HP
1558
1558
1559
/* MetaGeek products */
1560
product METAGEEK WISPY		0x083e	MetaGeek Wi-Spy
1561
1559
/* Metricom products */
1562
/* Metricom products */
1560
product METRICOM RICOCHET_GS	0x0001	Ricochet GS
1563
product METRICOM RICOCHET_GS	0x0001	Ricochet GS
1561
1564
(-)usb_quirks.c (+2 lines)
Lines 108-113 Link Here
108
 /* Devices which should be ignored by both ukbd and uhid */
108
 /* Devices which should be ignored by both ukbd and uhid */
109
 { USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_WISPY,
109
 { USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_WISPY,
110
	ANY, { UQ_KBD_IGNORE }},
110
	ANY, { UQ_KBD_IGNORE }},
111
 { USB_VENDOR_METAGEEK, USB_PRODUCT_METAGEEK_WISPY,
112
	ANY, { UQ_KBD_IGNORE }},
111
 { 0, 0, 0, { 0 } }
113
 { 0, 0, 0, { 0 } }
112
};
114
};

Return to bug 114481