The patch titled
parport: add support for the Quatech SPPXP-100 Parallel port PCI
ExpressCard
has been added to the -mm tree. Its filename is
parport-add-support-for-the-quatech-sppxp-100-parallel-port-pci-expresscard.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: parport: add support for the Quatech SPPXP-100 Parallel port PCI
ExpressCard
From: Luís P Mendes <[EMAIL PROTECTED]>
Added pci device id for the Quatech SPPXP-100 ExpressCard - 0x278 - to
include/linux/pci_id.h
Modified drivers/parport/parport_pc.c to support the Quatech SPPXP-100 Parallel
port PCI ExpressCard
Signed-off-by: Luís P Mendes <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/parport/parport_pc.c | 5 +++++
include/linux/pci_ids.h | 3 +++
2 files changed, 8 insertions(+)
diff -puN
drivers/parport/parport_pc.c~parport-add-support-for-the-quatech-sppxp-100-parallel-port-pci-expresscard
drivers/parport/parport_pc.c
---
a/drivers/parport/parport_pc.c~parport-add-support-for-the-quatech-sppxp-100-parallel-port-pci-expresscard
+++ a/drivers/parport/parport_pc.c
@@ -2767,6 +2767,7 @@ enum parport_pc_pci_cards {
netmos_9755,
netmos_9805,
netmos_9815,
+ quatech_sppxp100,
};
@@ -2843,6 +2844,7 @@ static struct parport_pc_pci {
/* netmos_9755 */ { 2, { { 0, 1 }, { 2, 3 },} }, /*
untested */
/* netmos_9805 */ { 1, { { 0, -1 }, } }, /* untested */
/* netmos_9815 */ { 2, { { 0, -1 }, { 2, -1 }, } }, /*
untested */
+ /* quatech_sppxp100 */ { 1, { { 0, 1 }, } },
};
static const struct pci_device_id parport_pc_pci_tbl[] = {
@@ -2926,6 +2928,9 @@ static const struct pci_device_id parpor
PCI_ANY_ID, PCI_ANY_ID, 0, 0, netmos_9805 },
{ PCI_VENDOR_ID_NETMOS, PCI_DEVICE_ID_NETMOS_9815,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, netmos_9815 },
+ /* Quatech SPPXP-100 Parallel port PCI ExpressCard */
+ { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_SPPXP_100,
+ PCI_ANY_ID, PCI_ANY_ID, 0, 0, quatech_sppxp100 },
{ 0, } /* terminate list */
};
MODULE_DEVICE_TABLE(pci,parport_pc_pci_tbl);
diff -puN
include/linux/pci_ids.h~parport-add-support-for-the-quatech-sppxp-100-parallel-port-pci-expresscard
include/linux/pci_ids.h
---
a/include/linux/pci_ids.h~parport-add-support-for-the-quatech-sppxp-100-parallel-port-pci-expresscard
+++ a/include/linux/pci_ids.h
@@ -2477,3 +2477,6 @@
#define PCI_DEVICE_ID_RME_DIGI32 0x9896
#define PCI_DEVICE_ID_RME_DIGI32_PRO 0x9897
#define PCI_DEVICE_ID_RME_DIGI32_8 0x9898
+
+#define PCI_VENDOR_ID_QUATECH 0x135c
+#define PCI_DEVICE_ID_QUATECH_SPPXP_100 0x0278
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
parport-add-support-for-the-quatech-sppxp-100-parallel-port-pci-expresscard.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html