[PATCH] gnss/usb: Add U-blox 8/M8 device id

From: Daniel Danzberger
Date: Thu Sep 07 2023 - 14:09:32 EST


Adds support for U-Blox 8 GNSS devices

Signed-off-by: Daniel Danzberger <dd@xxxxxxxxxx>
---
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