From: Daniel Danzberger <dd@embedd.com>
To: johan@kernel.org
Cc: linux-kernel@vger.kernel.org, Daniel Danzberger <dd@embedd.com>
Subject: [PATCH] gnss/usb: Add U-blox 8/M8 device id
Date: Thu, 7 Sep 2023 08:44:13 +0200 [thread overview]
Message-ID: <20230907064413.1302336-1-dd@embedd.com> (raw)
Adds support for U-Blox 8 GNSS devices
Signed-off-by: Daniel Danzberger <dd@embedd.com>
---
drivers/gnss/usb.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gnss/usb.c b/drivers/gnss/usb.c
index 028ce56b20ea..927f89a5b3f0 100644
--- a/drivers/gnss/usb.c
+++ b/drivers/gnss/usb.c
@@ -18,6 +18,7 @@
static const struct usb_device_id gnss_usb_id_table[] = {
{ USB_DEVICE(0x1199, 0xb000) }, /* Sierra Wireless XM1210 */
+ { USB_DEVICE(0x1546, 0x01a8) }, /* U-blox 8/M8 GNSS Receiver */
{ }
};
MODULE_DEVICE_TABLE(usb, gnss_usb_id_table);
--
2.39.2
next reply other threads:[~2023-09-07 18:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-07 6:44 Daniel Danzberger [this message]
2023-10-16 12:30 ` Johan Hovold
2024-10-26 7:58 Daniel Danzberger
2024-10-29 12:03 ` Johan Hovold
2024-11-23 10:38 ` Daniel Danzberger
2025-01-14 16:10 ` Johan Hovold
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=20230907064413.1302336-1-dd@embedd.com \
--to=dd@embedd.com \
--cc=johan@kernel.org \
--cc=linux-kernel@vger.kernel.org \
/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
all inboxes | Powered by JetHome®