[PATCH] net: usb: ax88179_178a.c: Add 2 new USB ids
Sascha Hauer
s.hauer at pengutronix.de
Tue Apr 2 01:46:16 PDT 2024
From: David Jander <david at protonic.nl>
Add support for the Sitecom USB 3.0 to Gigabit Adapter and the
Belkin Gigabit Ethernet Adapter. The existing driver works as is, so
only add the IDs.
Signed-off-by: David Jander <david at protonic.nl>
---
drivers/net/usb/ax88179_178a.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/drivers/net/usb/ax88179_178a.c b/drivers/net/usb/ax88179_178a.c
index c6108c488b..067b0c2f9e 100644
--- a/drivers/net/usb/ax88179_178a.c
+++ b/drivers/net/usb/ax88179_178a.c
@@ -723,6 +723,10 @@ static const struct usb_device_id products[] = {
/* Sitecom USB 3.0 to Gigabit Adapter */
USB_DEVICE(0x0df6, 0x0072),
.driver_info = &sitecom_info,
+}, {
+ /* Sitecom USB 3.0 to Gigabit Adapter */
+ USB_DEVICE(0x0df6, 0x0056),
+ .driver_info = &sitecom_info,
}, {
/* Samsung USB Ethernet Adapter */
USB_DEVICE(0x04e8, 0xa100),
@@ -735,6 +739,10 @@ static const struct usb_device_id products[] = {
/* Belkin B2B128 USB 3.0 Hub + Gigabit Ethernet Adapter */
USB_DEVICE(0x050d, 0x0128),
.driver_info = &belkin_info,
+}, {
+ /* Belkin Gigabit Ethernet Adapter */
+ USB_DEVICE(0x050d, 0x5055),
+ .driver_info = &belkin_info,
},
{ },
};
--
2.39.2
More information about the barebox
mailing list