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

From: Johan Hovold
Date: Mon Oct 16 2023 - 08:30:40 EST


On Thu, Sep 07, 2023 at 08:44:13AM +0200, Daniel Danzberger wrote:
> Adds support for U-Blox 8 GNSS devices

I have u-blox 8 device with the same PID here as well and that one
identifies itself as a CDC device and is managed by the cdc-acm driver
currently.

Can you please post the output of lsusb -v for your device?

> + { USB_DEVICE(0x1546, 0x01a8) }, /* U-blox 8/M8 GNSS Receiver */

Johan