]> mj.ucw.cz Git - pciutils.git/commitdiff
PCI_CLASS_DOCKING_OTHER should be 0x0a80, not 0x0a01.
authorMartin Mares <mj@ucw.cz>
Sat, 9 Sep 2006 08:54:07 +0000 (10:54 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 9 Sep 2006 08:54:07 +0000 (10:54 +0200)
ChangeLog
lib/header.h

index 64f115512426cf540f4017c6de1d7a960cc497f3..55abd406559f675c304b09463b056a57c1ce15e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-09-09  Martin Mares  <mj@ucw.cz>
 
+       * lib/header.h: PCI_CLASS_DOCKING_OTHER should be 0x0a80, not 0x0a01.
+
        * lib/header.h: Added PCI_CLASS_xxx constants for all classes currently
        defined in the pci.ids file.
 
index d6181f8df93e7274daba6ccae8f444b07cfd4c69..f3a076ab5406d34c879bf41cddf29348d454374f 100644 (file)
 
 #define PCI_BASE_CLASS_DOCKING         0x0a
 #define PCI_CLASS_DOCKING_GENERIC      0x0a00
-#define PCI_CLASS_DOCKING_OTHER                0x0a01
+#define PCI_CLASS_DOCKING_OTHER                0x0a80
 
 #define PCI_BASE_CLASS_PROCESSOR       0x0b
 #define PCI_CLASS_PROCESSOR_386                0x0b00