Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 290077
Collapse All | Expand All

(-)linux-2.6.31.4.orig/drivers/net/wireless/rt2x00/rt2800usb.c (-1 lines)
Lines 2964-2970 Link Here
2964
	/* Linksys */
2964
	/* Linksys */
2965
	{ USB_DEVICE(0x1737, 0x0070), USB_DEVICE_DATA(&rt2800usb_ops) },
2965
	{ USB_DEVICE(0x1737, 0x0070), USB_DEVICE_DATA(&rt2800usb_ops) },
2966
	{ USB_DEVICE(0x1737, 0x0071), USB_DEVICE_DATA(&rt2800usb_ops) },
2966
	{ USB_DEVICE(0x1737, 0x0071), USB_DEVICE_DATA(&rt2800usb_ops) },
2967
	{ USB_DEVICE(0x1737, 0x0077), USB_DEVICE_DATA(&rt2800usb_ops) },
2968
	/* Logitec */
2967
	/* Logitec */
2969
	{ USB_DEVICE(0x0789, 0x0162), USB_DEVICE_DATA(&rt2800usb_ops) },
2968
	{ USB_DEVICE(0x0789, 0x0162), USB_DEVICE_DATA(&rt2800usb_ops) },
2970
	{ USB_DEVICE(0x0789, 0x0163), USB_DEVICE_DATA(&rt2800usb_ops) },
2969
	{ USB_DEVICE(0x0789, 0x0163), USB_DEVICE_DATA(&rt2800usb_ops) },
(-)linux-2.6.31.4.orig/drivers/staging/rt2870/rt2870.h (+1 lines)
Lines 219-224 Link Here
219
	{USB_DEVICE(0x0789,0x0163)}, /* Logitec 2870 */		\
219
	{USB_DEVICE(0x0789,0x0163)}, /* Logitec 2870 */		\
220
	{USB_DEVICE(0x0789,0x0164)}, /* Logitec 2870 */		\
220
	{USB_DEVICE(0x0789,0x0164)}, /* Logitec 2870 */		\
221
	{USB_DEVICE(0x1EDA,0x2310)}, /* AirTies 3070 */		\
221
	{USB_DEVICE(0x1EDA,0x2310)}, /* AirTies 3070 */		\
222
	{USB_DEVICE(0x1737,0x0077)}, /* Linksys WUSB54GC v3 */	\
222
	{ }/* Terminating entry */                      \
223
	{ }/* Terminating entry */                      \
223
}
224
}
224
#endif
225
#endif

Return to bug 290077