xmm7360_usb icon indicating copy to clipboard operation
xmm7360_usb copied to clipboard

Does this work on Fibocom L860-GL 4G?

Open larsmagne opened this issue 4 years ago • 1 comments

I've got an 8th Gen Carbon X1 with an 860 modem. lspci identifies it as

02:00.0 Wireless controller [0d40]: Intel Corporation Device 7560 (rev ff)

After changing the line in xmm7360_usb.c to:

#define XMM7360 0x7560

it recognises the device which then comes up as an USB device:

Bus 001 Device 005: ID 8087:095a Intel Corp. MODEM + 2 CDC-ACM + 3 CDC-NCM + SS

and I can then talk to it:

ATI0* ".Built@Dec 25 2019:16:36:51"

However, commands like

AT+GTUSBMODE?

+CME ERROR: 4

just fail. Does this mean that this device just doesn't support USB mode?

larsmagne avatar Jul 21 '20 16:07 larsmagne