Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: usb: cdc_mbim: fix Telit Cinterion FE990A name

The correct name for FE990 is FE990A so use it in order to avoid
confusion with FE990B.

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Link: https://patch.msgid.link/20250227112441.3653819-4-fabio.porcedda@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Fabio Porcedda and committed by
Jakub Kicinski
97fc6863 5728b289

+1 -1
+1 -1
drivers/net/usb/cdc_mbim.c
··· 665 665 .driver_info = (unsigned long)&cdc_mbim_info_avoid_altsetting_toggle, 666 666 }, 667 667 668 - /* Telit FE990 */ 668 + /* Telit FE990A */ 669 669 { USB_DEVICE_AND_INTERFACE_INFO(0x1bc7, 0x1081, USB_CLASS_COMM, USB_CDC_SUBCLASS_MBIM, USB_CDC_PROTO_NONE), 670 670 .driver_info = (unsigned long)&cdc_mbim_info_avoid_altsetting_toggle, 671 671 },