diff options
| author | David S. Miller <davem@davemloft.net> | 2024-02-09 12:07:49 +0000 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2024-02-09 12:07:49 +0000 |
| commit | 4ec3b4aafc87b4cb9c89da594c4640491f582661 (patch) | |
| tree | 827a7808fcb9fb3cc5999f31f473c8687f2207a6 /include | |
| parent | 20ad40187d5badb13e492b553080ec18fb1cdfe9 (diff) | |
| parent | 2dac6381c3da50d4b2525fd0514e41e8041ad974 (diff) | |
Merge branch 'wan-t7x-fastboot'
Jinjian Song says:
====================
net: wwan: t7xx: Add fastboot interface
Add support for t7xx WWAN device firmware flashing & coredump collection
using fastboot interface.
Using fastboot protocol command through /dev/wwan0fastboot0 WWAN port to
support firmware flashing and coredump collection, userspace get device
mode from /sys/bus/pci/devices/${bdf}/t7xx_mode.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/wwan.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/wwan.h b/include/linux/wwan.h index 01fa15506286..170fdee6339c 100644 --- a/include/linux/wwan.h +++ b/include/linux/wwan.h @@ -16,6 +16,7 @@ * @WWAN_PORT_QCDM: Qcom Modem diagnostic interface * @WWAN_PORT_FIREHOSE: XML based command protocol * @WWAN_PORT_XMMRPC: Control protocol for Intel XMM modems + * @WWAN_PORT_FASTBOOT: Fastboot protocol control * * @WWAN_PORT_MAX: Highest supported port types * @WWAN_PORT_UNKNOWN: Special value to indicate an unknown port type @@ -28,6 +29,7 @@ enum wwan_port_type { WWAN_PORT_QCDM, WWAN_PORT_FIREHOSE, WWAN_PORT_XMMRPC, + WWAN_PORT_FASTBOOT, /* Add new port types above this line */ |
