mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
mei: bus: enable pavp device.
Enable protected audio video path client on mei client bus. Cc: Sean Z Huang <sean.z.huang@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Link: https://lore.kernel.org/r/20201116125612.1660971-2-tomas.winkler@intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
85261c1ff1
commit
ee64ed8153
@ -33,6 +33,9 @@ static const uuid_le mei_nfc_info_guid = MEI_UUID_NFC_INFO;
|
||||
#define MEI_UUID_HDCP UUID_LE(0xB638AB7E, 0x94E2, 0x4EA2, \
|
||||
0xA5, 0x52, 0xD1, 0xC5, 0x4B, 0x62, 0x7F, 0x04)
|
||||
|
||||
#define MEI_UUID_PAVP UUID_LE(0xfbf6fcf1, 0x96cf, 0x4e2e, 0xA6, \
|
||||
0xa6, 0x1b, 0xab, 0x8c, 0xbe, 0x36, 0xb1)
|
||||
|
||||
#define MEI_UUID_ANY NULL_UUID_LE
|
||||
|
||||
/**
|
||||
@ -491,6 +494,7 @@ static struct mei_fixup {
|
||||
MEI_FIXUP(MEI_UUID_MKHIF_FIX, mei_mkhi_fix),
|
||||
MEI_FIXUP(MEI_UUID_HDCP, whitelist),
|
||||
MEI_FIXUP(MEI_UUID_ANY, vt_support),
|
||||
MEI_FIXUP(MEI_UUID_PAVP, whitelist),
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user