mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] net: usb: ax88179_178a.c: Add 2 new USB ids
@ 2024-04-02  8:46 Sascha Hauer
  2024-04-03 11:30 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Sascha Hauer @ 2024-04-02  8:46 UTC (permalink / raw)
  To: Barebox List; +Cc: David Jander

From: David Jander <david@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@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-03 11:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-02  8:46 [PATCH] net: usb: ax88179_178a.c: Add 2 new USB ids Sascha Hauer
2024-04-03 11:30 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox