mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] gnss/usb: Add U-blox 8/M8 device id
@ 2023-09-07  6:44 Daniel Danzberger
  2023-10-16 12:30 ` Johan Hovold
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Danzberger @ 2023-09-07  6:44 UTC (permalink / raw)
  To: johan; +Cc: linux-kernel, Daniel Danzberger

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


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH] gnss/usb: Add U-blox 8/M8 device id
@ 2024-10-26  7:58 Daniel Danzberger
  2024-10-29 12:03 ` Johan Hovold
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Danzberger @ 2024-10-26  7:58 UTC (permalink / raw)
  To: johan; +Cc: linux-kernel, Daniel Danzberger

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


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

end of thread, other threads:[~2025-01-14 16:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-07  6:44 [PATCH] gnss/usb: Add U-blox 8/M8 device id Daniel Danzberger
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

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®