Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 228553 | Differences between
and this patch

Collapse All | Expand All

(-)a/common/rtusb_dev_id.c (-1 / +3 lines)
Lines 101-106 Link Here
101
	{USB_DEVICE(0x7392,0x7717)},
101
	{USB_DEVICE(0x7392,0x7717)},
102
	{USB_DEVICE(0x1737,0x0070)}, /* Linksys WUSB100 */
102
	{USB_DEVICE(0x1737,0x0070)}, /* Linksys WUSB100 */
103
	{USB_DEVICE(0x1737,0x0071)}, /* Linksys WUSB600N */
103
	{USB_DEVICE(0x1737,0x0071)}, /* Linksys WUSB600N */
104
	{USB_DEVICE(0x1737,0x0077)}, /* Linksys WUSB54GC */
104
	{USB_DEVICE(0x0411,0x00e8)}, /* Buffalo WLI-UC-G300N*/
105
	{USB_DEVICE(0x0411,0x00e8)}, /* Buffalo WLI-UC-G300N*/
105
	{USB_DEVICE(0x050d,0x815c)}, /* Belkin F5D8053 */
106
	{USB_DEVICE(0x050d,0x815c)}, /* Belkin F5D8053 */
106
	{USB_DEVICE(0x100D,0x9031)}, /* Motorola 2770 */
107
	{USB_DEVICE(0x100D,0x9031)}, /* Motorola 2770 */
Lines 116-123 Link Here
116
	{USB_DEVICE(0x1690,0x0744)}, /* 3572 */
117
	{USB_DEVICE(0x1690,0x0744)}, /* 3572 */
117
	{USB_DEVICE(0x5A57,0x0284)}, /* Zinwell 3572 */
118
	{USB_DEVICE(0x5A57,0x0284)}, /* Zinwell 3572 */
118
	{USB_DEVICE(0x167B,0x4001)}, /* 3572 */
119
	{USB_DEVICE(0x167B,0x4001)}, /* 3572 */
120
	{USB_DEVICE(0x1737,0x0079)}, /* WUSB600N ver2 */
119
#endif // RT35xx //
121
#endif // RT35xx //
120
	{ }/* Terminating entry */
122
	{NULL}/* Terminating entry */
121
};
123
};
122
124
123
INT const rtusb_usb_id_len = sizeof(rtusb_dev_id) / sizeof(USB_DEVICE_ID);
125
INT const rtusb_usb_id_len = sizeof(rtusb_dev_id) / sizeof(USB_DEVICE_ID);

Return to bug 228553