diff options
author | Ryan Underwood <nemesis@icequake.net> | 2006-12-06 20:36:38 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 08:39:34 -0800 |
commit | c140e110019f25ffa1c6f3f365b0c9103d0b8475 (patch) | |
tree | 7a726a354c4b4302ab6bc7efe74cf105622d5e34 /include/linux/pci_ids.h | |
parent | d3b8b6e5f20031890e09a8eab72fd596d2e2227d (diff) | |
download | kernel-crypto-c140e110019f25ffa1c6f3f365b0c9103d0b8475.tar.gz kernel-crypto-c140e110019f25ffa1c6f3f365b0c9103d0b8475.tar.xz kernel-crypto-c140e110019f25ffa1c6f3f365b0c9103d0b8475.zip |
[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 c09da1e30c5..dcdb90f06d7 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1864,6 +1864,7 @@ #define PCI_DEVICE_ID_OXSEMI_16PCI95N 0x9511 #define PCI_DEVICE_ID_OXSEMI_16PCI954PP 0x9513 #define PCI_DEVICE_ID_OXSEMI_16PCI952 0x9521 +#define PCI_DEVICE_ID_OXSEMI_16PCI952PP 0x9523 #define PCI_VENDOR_ID_SAMSUNG 0x144d |