From 6da6caf6286cc90334c3aff6b145b130eaab61a8 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 15 Nov 2016 18:42:48 +0100 Subject: [PATCH] UPSTREAM: include/device/pci_ids.h: Correct Entertainment sub-class According to PCI LOCAL BUS SPECIFICATION, REV. 3.0 page 305, the sub-class for Entertainment en/decryption is 0x1010 BUG=None BRANCH=None TEST=None Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/17436 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Paul Menzel Reviewed-by: Kysti Mlkki Change-Id: Ia069e2ec328a8180fc1e2e70146c3710e703ee59 Reviewed-on: https://chromium-review.googlesource.com/412840 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/include/device/pci_ids.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 94955fc9a2..467b2a253e 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -109,7 +109,7 @@ #define PCI_BASE_CLASS_CRYPT 0x10 #define PCI_CLASS_CRYPT_NETWORK 0x1000 -#define PCI_CLASS_CRYPT_ENTERTAINMENT 0x1001 +#define PCI_CLASS_CRYPT_ENTERTAINMENT 0x1010 #define PCI_CLASS_CRYPT_OTHER 0x1080 #define PCI_BASE_CLASS_SIGNAL_PROCESSING 0x11