diff options
author | Ryan Underwood <nemesis@icequake.net> | 2006-12-06 23:36:38 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 11:39:34 -0500 |
commit | c140e110019f25ffa1c6f3f365b0c9103d0b8475 (patch) | |
tree | 7a726a354c4b4302ab6bc7efe74cf105622d5e34 /include/linux/pci_ids.h | |
parent | d3b8b6e5f20031890e09a8eab72fd596d2e2227d (diff) |
[PATCH] parport_pc: Add support for OX16PCI952 parallel port
Add support for the parallel port (implemented as separate PCI function) on
the Oxford Semiconductor OX16PCI952.
Signed-off-by: Ryan Underwood <nemesis@icequake.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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 c09da1e30c54..dcdb90f06d73 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -1864,6 +1864,7 @@ | |||
1864 | #define PCI_DEVICE_ID_OXSEMI_16PCI95N 0x9511 | 1864 | #define PCI_DEVICE_ID_OXSEMI_16PCI95N 0x9511 |
1865 | #define PCI_DEVICE_ID_OXSEMI_16PCI954PP 0x9513 | 1865 | #define PCI_DEVICE_ID_OXSEMI_16PCI954PP 0x9513 |
1866 | #define PCI_DEVICE_ID_OXSEMI_16PCI952 0x9521 | 1866 | #define PCI_DEVICE_ID_OXSEMI_16PCI952 0x9521 |
1867 | #define PCI_DEVICE_ID_OXSEMI_16PCI952PP 0x9523 | ||
1867 | 1868 | ||
1868 | #define PCI_VENDOR_ID_SAMSUNG 0x144d | 1869 | #define PCI_VENDOR_ID_SAMSUNG 0x144d |
1869 | 1870 | ||