mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Cc: David Jander <david@protonic.nl>
Subject: [PATCH] net: usb: ax88179_178a.c: Add 2 new USB ids
Date: Tue,  2 Apr 2024 10:46:16 +0200	[thread overview]
Message-ID: <20240402084616.3437060-1-s.hauer@pengutronix.de> (raw)

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




             reply	other threads:[~2024-04-02  8:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-02  8:46 Sascha Hauer [this message]
2024-04-03 11:30 ` Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240402084616.3437060-1-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=david@protonic.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox