From fd54ccebe5382e11a377aa4ca6497d23a0a21fd7 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 9 Sep 2006 10:54:07 +0200 Subject: [PATCH] PCI_CLASS_DOCKING_OTHER should be 0x0a80, not 0x0a01. --- ChangeLog | 2 ++ lib/header.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 64f1155..55abd40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-09-09 Martin Mares + * 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. diff --git a/lib/header.h b/lib/header.h index d6181f8..f3a076a 100644 --- a/lib/header.h +++ b/lib/header.h @@ -935,7 +935,7 @@ #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 -- 2.39.2