[PATCH] incorrect define of PCI_CLASS_CRYPT_ENTERTAINMENT in linux/pci_ids.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

The define of PCI_CLASS_CRYPT_ENTERTAINMENT in linux/pci_ids.h differs to the
define in pciutils.

Occurding to PCI Spec., Chapter D.17 Base Class 10h, the Sub-Class for
Entertainment en/decryption is 10h and not 01h.

Signed-off-by: Daniel Gollub <dgollub@xxxxxxx>

---

 include/linux/pci_ids.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 8edddc2..f80161a 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -122,7 +122,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
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [DMA Engine]     [Linux Coverity]     [Linux USB]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Greybus]

  Powered by Linux