On Thu, Jun 22, 2023 at 11:29:21AM +0200, Davide Tronchin wrote: > The new LARA-R6 product variant identified by the "01B" string can be > configured (by AT interface) in three different USB modes: > Signed-off-by: Davide Tronchin <davide.tronchin.94@xxxxxxxxx> > --- > > V1 -> V2: change from USB_DEVICE() to USB_DEVICE_INTERFACE_CLASS() in > LARA-R6 01B CDC-ECM USB mode. > Move LARA-R6 01B PIDs above LARA-L6 0x1341 PID. > Change commit message to explain better the common USB interfaces. > Add here in the comments the usb/devices file of the LARA-R6 01B module > in all the USB configurations. Thanks for the update. You forgot the commit summary prefix so I added that and shortened the summary to make it more succinct: USB: serial: option: add LARA-R6 01B PIDs I also reduced the indentation of the product comments which appeared excessive for the first two entries. End-result is here: https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git/commit/?h=usb-next&id=ffa5f7a3bf28c1306eef85d4056539c2d4b8eb09 Johan