mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
Add support for more 8188CUS and 8192CUS devices
This commit is contained in:
committed by
Francisco Facioni
parent
4a7594cb0c
commit
9fea096fc5
@@ -102,6 +102,7 @@ static void rtw_dev_remove(struct usb_interface *pusb_intf);
|
|||||||
{USB_DEVICE(0x103C, 0x1629)},/* HP - Lite-On ,8188CUS Slim Combo */ \
|
{USB_DEVICE(0x103C, 0x1629)},/* HP - Lite-On ,8188CUS Slim Combo */ \
|
||||||
{USB_DEVICE(0x2001, 0x3308)},/* D-Link - Alpha */ \
|
{USB_DEVICE(0x2001, 0x3308)},/* D-Link - Alpha */ \
|
||||||
{USB_DEVICE(0x050D, 0x1102)},/* Belkin - Edimax */ \
|
{USB_DEVICE(0x050D, 0x1102)},/* Belkin - Edimax */ \
|
||||||
|
{USB_DEVICE(0x050D, 0x11F2)},/* ISY - Edimax */ \
|
||||||
{USB_DEVICE(0x2019, 0xAB2A)},/* Planex - Abocom */ \
|
{USB_DEVICE(0x2019, 0xAB2A)},/* Planex - Abocom */ \
|
||||||
{USB_DEVICE(0x20F4, 0x648B)},/* TRENDnet - Cameo */ \
|
{USB_DEVICE(0x20F4, 0x648B)},/* TRENDnet - Cameo */ \
|
||||||
{USB_DEVICE(0x4855, 0x0090)},/* - Feixun */ \
|
{USB_DEVICE(0x4855, 0x0090)},/* - Feixun */ \
|
||||||
@@ -110,6 +111,7 @@ static void rtw_dev_remove(struct usb_interface *pusb_intf);
|
|||||||
{USB_DEVICE(0x0BDA, 0x5088)},/* Thinkware - CC&C */ \
|
{USB_DEVICE(0x0BDA, 0x5088)},/* Thinkware - CC&C */ \
|
||||||
{USB_DEVICE(0x4856, 0x0091)},/* NetweeN - Feixun */ \
|
{USB_DEVICE(0x4856, 0x0091)},/* NetweeN - Feixun */ \
|
||||||
{USB_DEVICE(0x0846, 0x9041)}, /* Netgear - Cameo */ \
|
{USB_DEVICE(0x0846, 0x9041)}, /* Netgear - Cameo */ \
|
||||||
|
{USB_DEVICE(0x0846, 0x9042)}, /* On Networks - N150MA */ \
|
||||||
{USB_DEVICE(0x2019, 0x4902)},/* Planex - Etop */ \
|
{USB_DEVICE(0x2019, 0x4902)},/* Planex - Etop */ \
|
||||||
{USB_DEVICE(0x2019, 0xAB2E)},/* SW-WF02-AD15 -Abocom */ \
|
{USB_DEVICE(0x2019, 0xAB2E)},/* SW-WF02-AD15 -Abocom */ \
|
||||||
{USB_DEVICE(0x2001, 0x330B)}, /* D-LINK - T&W */ \
|
{USB_DEVICE(0x2001, 0x330B)}, /* D-LINK - T&W */ \
|
||||||
|
|||||||
Reference in New Issue
Block a user