mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
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.
This commit is contained in:
commit
6fc1aa70bc
|
|
@ -92,6 +92,18 @@ struct qmi_elem_info {
|
|||
#define QMI_ERR_INCOMPATIBLE_STATE_V01 90
|
||||
#define QMI_ERR_NOT_SUPPORTED_V01 94
|
||||
|
||||
/*
|
||||
* Enumerate the IDs of the QMI services
|
||||
*/
|
||||
#define QMI_SERVICE_ID_TEST 0x0f /* 15 */
|
||||
#define QMI_SERVICE_ID_SSCTL 0x2b /* 43 */
|
||||
#define QMI_SERVICE_ID_IPA 0x31 /* 49 */
|
||||
#define QMI_SERVICE_ID_SERVREG_LOC 0x40 /* 64 */
|
||||
#define QMI_SERVICE_ID_SERVREG_NOTIF 0x42 /* 66 */
|
||||
#define QMI_SERVICE_ID_WLFW 0x45 /* 69 */
|
||||
#define QMI_SERVICE_ID_SLIMBUS 0x301 /* 769 */
|
||||
#define QMI_SERVICE_ID_USB_AUDIO_STREAM 0x41d /* 1053 */
|
||||
|
||||
/**
|
||||
* struct qmi_response_type_v01 - common response header (decoded)
|
||||
* @result: result of the transaction
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user