diff options
author | Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com> | 2011-06-28 10:43:41 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-06-29 15:11:05 -0400 |
commit | 5cf6fa784a979dce59a5c1b7085e59ee130369e8 (patch) | |
tree | 9fb172b6463019ed8b1d5ec14a6c9ba92ffca006 /drivers/net | |
parent | c3d77696b084a644693db0b02419d13375cb5b89 (diff) |
ath9k_htc: Add device ID for Sony UWA-BR100
for more details please take a look at:
http://comments.gmane.org/gmane.linux.drivers.ath9k.devel/6541
http://www.wikidevi.com/wiki/Sony_UWA-BR100
Reported-by: Thomas Novin <thomas@xyz.pp.se>
Cc: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hif_usb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hif_usb.c b/drivers/net/wireless/ath/ath9k/hif_usb.c index 260f1f37a60e..8028fe90f666 100644 --- a/drivers/net/wireless/ath/ath9k/hif_usb.c +++ b/drivers/net/wireless/ath/ath9k/hif_usb.c | |||
@@ -49,6 +49,8 @@ static struct usb_device_id ath9k_hif_usb_ids[] = { | |||
49 | .driver_info = AR9280_USB }, /* Netgear WNDA3200 */ | 49 | .driver_info = AR9280_USB }, /* Netgear WNDA3200 */ |
50 | { USB_DEVICE(0x083A, 0xA704), | 50 | { USB_DEVICE(0x083A, 0xA704), |
51 | .driver_info = AR9280_USB }, /* SMC Networks */ | 51 | .driver_info = AR9280_USB }, /* SMC Networks */ |
52 | { USB_DEVICE(0x0411, 0x017f), | ||
53 | .driver_info = AR9280_USB }, /* Sony UWA-BR100 */ | ||
52 | 54 | ||
53 | { USB_DEVICE(0x0cf3, 0x20ff), | 55 | { USB_DEVICE(0x0cf3, 0x20ff), |
54 | .driver_info = STORAGE_DEVICE }, | 56 | .driver_info = STORAGE_DEVICE }, |