diff options
author | Kristian Høgsberg <krh@redhat.com> | 2006-12-17 14:34:09 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-02-08 14:55:23 -0500 |
commit | dcb71129841e5821c0cbbdd4017a6f202f180108 (patch) | |
tree | 5cfe1f18b9e05ef6cb1bdaa76ac1cbe2b54c1372 /include/linux/pci_ids.h | |
parent | 0749aaab4975d741e124c139d40f00853a451f7f (diff) |
Add PCI class ID for firewire OHCI controllers.
Pull this define out of drivers/ieee1394/ohci1394.c and rename to match
other PCI class defines.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 3d1d21035dec..c0ced96656c5 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -95,6 +95,7 @@ | |||
95 | 95 | ||
96 | #define PCI_BASE_CLASS_SERIAL 0x0c | 96 | #define PCI_BASE_CLASS_SERIAL 0x0c |
97 | #define PCI_CLASS_SERIAL_FIREWIRE 0x0c00 | 97 | #define PCI_CLASS_SERIAL_FIREWIRE 0x0c00 |
98 | #define PCI_CLASS_SERIAL_FIREWIRE_OHCI 0x0c0010 | ||
98 | #define PCI_CLASS_SERIAL_ACCESS 0x0c01 | 99 | #define PCI_CLASS_SERIAL_ACCESS 0x0c01 |
99 | #define PCI_CLASS_SERIAL_SSA 0x0c02 | 100 | #define PCI_CLASS_SERIAL_SSA 0x0c02 |
100 | #define PCI_CLASS_SERIAL_USB 0x0c03 | 101 | #define PCI_CLASS_SERIAL_USB 0x0c03 |