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

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch '20260309230346.3584252-2-daniel.lezcano@oss.qualcomm.com' into drivers-for-7.1

Merge the relocated constants through a topic branch, to allow this
change being shared with other trees.

+12
+12
include/linux/soc/qcom/qmi.h
··· 92 92 #define QMI_ERR_INCOMPATIBLE_STATE_V01 90 93 93 #define QMI_ERR_NOT_SUPPORTED_V01 94 94 94 95 + /* 96 + * Enumerate the IDs of the QMI services 97 + */ 98 + #define QMI_SERVICE_ID_TEST 0x0f /* 15 */ 99 + #define QMI_SERVICE_ID_SSCTL 0x2b /* 43 */ 100 + #define QMI_SERVICE_ID_IPA 0x31 /* 49 */ 101 + #define QMI_SERVICE_ID_SERVREG_LOC 0x40 /* 64 */ 102 + #define QMI_SERVICE_ID_SERVREG_NOTIF 0x42 /* 66 */ 103 + #define QMI_SERVICE_ID_WLFW 0x45 /* 69 */ 104 + #define QMI_SERVICE_ID_SLIMBUS 0x301 /* 769 */ 105 + #define QMI_SERVICE_ID_USB_AUDIO_STREAM 0x41d /* 1053 */ 106 + 95 107 /** 96 108 * struct qmi_response_type_v01 - common response header (decoded) 97 109 * @result: result of the transaction