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

(-)2009_0820_RT2870_Linux_STA_V2.2.0.0.orig/Makefile (-2 / +2 lines)
Lines 169-179 Link Here
169
ifneq (,$(findstring 2.4,$(LINUX_SRC)))
169
ifneq (,$(findstring 2.4,$(LINUX_SRC)))
170
	cp -f os/linux/Makefile.4 $(RT28xx_DIR)/os/linux/Makefile
170
	cp -f os/linux/Makefile.4 $(RT28xx_DIR)/os/linux/Makefile
171
	make -C $(RT28xx_DIR)/os/linux/
171
	make -C $(RT28xx_DIR)/os/linux/
172
	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.o /tftpboot
172
#	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.o /tftpboot
173
else
173
else
174
	cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile
174
	cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile
175
	make  -C  $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
175
	make  -C  $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
176
	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot
176
#	cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot
177
endif	
177
endif	
178
178
179
clean:
179
clean:
(-)2009_0820_RT2870_Linux_STA_V2.2.0.0.orig/os/linux/usb_main_dev.c (-1 / +4 lines)
Lines 64-69 Link Here
64
	{USB_DEVICE(0x14B2,0x3C06)}, /* Conceptronic */
64
	{USB_DEVICE(0x14B2,0x3C06)}, /* Conceptronic */
65
	{USB_DEVICE(0x14B2,0x3C28)}, /* Conceptronic */
65
	{USB_DEVICE(0x14B2,0x3C28)}, /* Conceptronic */
66
	{USB_DEVICE(0x2019,0xED06)}, /* Planex Communications, Inc. */
66
	{USB_DEVICE(0x2019,0xED06)}, /* Planex Communications, Inc. */
67
	{USB_DEVICE(0x2019,0xED14)}, /* Planex Communications, Inc. */
67
	{USB_DEVICE(0x07D1,0x3C09)}, /* D-Link */
68
	{USB_DEVICE(0x07D1,0x3C09)}, /* D-Link */
68
	{USB_DEVICE(0x07D1,0x3C11)}, /* D-Link */
69
	{USB_DEVICE(0x07D1,0x3C11)}, /* D-Link */
69
	{USB_DEVICE(0x14B2,0x3C07)}, /* AL */
70
	{USB_DEVICE(0x14B2,0x3C07)}, /* AL */
Lines 105-116 Link Here
105
	{USB_DEVICE(0x7392,0x7717)},
106
	{USB_DEVICE(0x7392,0x7717)},
106
	{USB_DEVICE(0x1737,0x0070)}, /* Linksys WUSB100 */
107
	{USB_DEVICE(0x1737,0x0070)}, /* Linksys WUSB100 */
107
	{USB_DEVICE(0x1737,0x0071)}, /* Linksys WUSB600N */
108
	{USB_DEVICE(0x1737,0x0071)}, /* Linksys WUSB600N */
109
	{USB_DEVICE(0x1737,0x0077)}, /* Linksys WUSB54GC */
110
	{USB_DEVICE(0x1737,0x0078)}, /* Linksys WUSB100 v2 */
108
	{USB_DEVICE(0x0411,0x00e8)}, /* Buffalo WLI-UC-G300N*/
111
	{USB_DEVICE(0x0411,0x00e8)}, /* Buffalo WLI-UC-G300N*/
109
	{USB_DEVICE(0x050d,0x815c)}, /* Belkin F5D8053 */
112
	{USB_DEVICE(0x050d,0x815c)}, /* Belkin F5D8053 */
110
	{USB_DEVICE(0x100D,0x9031)}, /* Motorola 2770 */
113
	{USB_DEVICE(0x100D,0x9031)}, /* Motorola 2770 */
111
	{USB_DEVICE(0x0DB0,0x6899)},
114
	{USB_DEVICE(0x0DB0,0x6899)},
112
#endif // RT2870 //
115
#endif // RT2870 //
113
	{ }/* Terminating entry */
116
	{NULL}/* Terminating entry */
114
};
117
};
115
118
116
INT const rtusb_usb_id_len = sizeof(rtusb_usb_id) / sizeof(struct usb_device_id);
119
INT const rtusb_usb_id_len = sizeof(rtusb_usb_id) / sizeof(struct usb_device_id);

Return to bug 228553