projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44d445c
)
ath6kl: add device ID for WLU5150-D81
author
André Apitzsch
<git@apitzsch.eu>
Wed, 2 Mar 2022 21:14:36 +0000
(22:14 +0100)
committer
Kalle Valo
<quic_kvalo@quicinc.com>
Thu, 10 Mar 2022 15:48:55 +0000
(17:48 +0200)
This device with a male Mini-B USB connector is part of Panasonic TVs.
Signed-off-by: André Apitzsch <git@apitzsch.eu>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link:
https://lore.kernel.org/r/20220302211436.8746-1-git@apitzsch.eu
drivers/net/wireless/ath/ath6kl/usb.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath6kl/usb.c
b/drivers/net/wireless/ath/ath6kl/usb.c
index aba70f35e574b96092f4bd068b76208b535443c5..65e683effdcb8885e39e29836cf6dc667dab3e6e 100644
(file)
--- a/
drivers/net/wireless/ath/ath6kl/usb.c
+++ b/
drivers/net/wireless/ath/ath6kl/usb.c
@@
-1217,6
+1217,7
@@
static int ath6kl_usb_pm_resume(struct usb_interface *interface)
static const struct usb_device_id ath6kl_usb_ids[] = {
{USB_DEVICE(0x0cf3, 0x9375)},
{USB_DEVICE(0x0cf3, 0x9374)},
+ {USB_DEVICE(0x04da, 0x390d)},
{ /* Terminating entry */ },
};