]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ath9k_htc: add device ID for Toshiba WLM-20U2/GN-1080
authorAlexander Tsoy <alexander@tsoy.me>
Thu, 7 Jan 2016 22:26:03 +0000 (01:26 +0300)
committerBen Hutchings <ben@decadent.org.uk>
Sat, 26 Aug 2017 01:13:57 +0000 (02:13 +0100)
commit aea57edf80c6e96d6dc24757599396af99c02b19 upstream.

This device is available under different marketing names:
WLM-20U2 - Wireless USB Dongle for Toshiba TVs
GN-1080 - Wireless LAN Module for Toshiba MFPs.

Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/net/wireless/ath/ath9k/hif_usb.c

index 809ecd0775270b3fba3dbc6e3d0e29850b97e909..08e40b23a45f09f7b21277c25a8c69a481306b65 100644 (file)
@@ -59,6 +59,8 @@ static struct usb_device_id ath9k_hif_usb_ids[] = {
          .driver_info = AR9280_USB },  /* Buffalo WLI-UV-AG300P */
        { USB_DEVICE(0x04da, 0x3904),
          .driver_info = AR9280_USB },
+       { USB_DEVICE(0x0930, 0x0a08),
+         .driver_info = AR9280_USB },  /* Toshiba WLM-20U2 and GN-1080 */
 
        { USB_DEVICE(0x0cf3, 0x20ff),
          .driver_info = STORAGE_DEVICE },