Skip to content

Commit

Permalink
Merge pull request raspberrypi#249 from grimjoey/rpi-3.6.y
Browse files Browse the repository at this point in the history
Add device ID (330d)
  • Loading branch information
popcornmix committed Mar 18, 2013
2 parents bef8155 + ae67bed commit e959a8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/net/wireless/rtl8192cu/hal/rtl8192c/usb/usb_halinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -3783,6 +3783,8 @@ _ReadIDs(
pHalData->CustomerID = RT_CID_DLINK;
else if((pHalData->EEPROMVID == 0x2001) && (pHalData->EEPROMPID == 0x330a))
pHalData->CustomerID = RT_CID_DLINK;
else if((pHalData->EEPROMVID == 0x2001) && (pHalData->EEPROMPID == 0x330d))
pHalData->CustomerID = RT_CID_DLINK;
break;
case EEPROM_CID_WHQL:
/*
Expand Down
1 change: 1 addition & 0 deletions drivers/net/wireless/rtl8192cu/os_dep/linux/usb_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ static struct usb_device_id rtw_usb_id_tbl[] ={
{USB_DEVICE(0x2001, 0x3307)},//D-Link - Cameo
{USB_DEVICE(0x2001, 0x330A)},//D-Link - Alpha
{USB_DEVICE(0x2001, 0x3309)},//D-Link - Alpha
{USB_DEVICE(0x2001, 0x330D)},//D-Link - Alpha(?)
{USB_DEVICE(0x0586, 0x341F)},//Zyxel - Abocom
{USB_DEVICE(0x7392, 0x7822)},//Edimax - Edimax
{USB_DEVICE(0x2019, 0xAB2B)},//Planex - Abocom
Expand Down

0 comments on commit e959a8e

Please sign in to comment.