aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Jinjian Song <jinjian.song@fibocom.com> 2024-02-05 18:22:27 +0800
committerGravatar David S. Miller <davem@davemloft.net> 2024-02-09 12:07:48 +0000
commite3caf184107a4e2e196528b98b218ddc41e4cb8c (patch)
treefeea12540ace027a132fe7fc07a1e9e82ea2471a /include
parentMerge branch 'netconsole-userdata-append' (diff)
downloadlinux-e3caf184107a4e2e196528b98b218ddc41e4cb8c.tar.gz
linux-e3caf184107a4e2e196528b98b218ddc41e4cb8c.tar.bz2
linux-e3caf184107a4e2e196528b98b218ddc41e4cb8c.zip
wwan: core: Add WWAN fastboot port type
Add a new WWAN port that connects to the device fastboot protocol interface. Signed-off-by: Jinjian Song <jinjian.song@fibocom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/wwan.h2
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 */