mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
usb: typec: ucsi: Add a macro definition for UCSI v1.0
Many platforms from Qualcomm(before X elite) still use UCSI v1.0, part of them hardcoded the version number to dsdt, add this for them. Signed-off-by: Pengyu Luo <mitltlatltl@gmail.com> Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Link: https://lore.kernel.org/r/20250113175131.590683-1-mitltlatltl@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
66e0ea341a
commit
06c47f2032
|
|
@ -30,6 +30,7 @@ struct dentry;
|
|||
#define UCSIv2_MESSAGE_OUT 272
|
||||
|
||||
/* UCSI versions */
|
||||
#define UCSI_VERSION_1_0 0x0100
|
||||
#define UCSI_VERSION_1_1 0x0110
|
||||
#define UCSI_VERSION_1_2 0x0120
|
||||
#define UCSI_VERSION_2_0 0x0200
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user