Cc'ing stable
Cc: stable@vger.kernel.org
On 10 March 2025 22:25:08 GMT, Cameron Williams cang1@live.co.uk wrote:
Add ExpressCard parport cards.
Signed-off-by: Cameron Williams cang1@live.co.uk
drivers/parport/parport_pc.c | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/drivers/parport/parport_pc.c b/drivers/parport/parport_pc.c index f33b5d1dd..787e894bb 100644 --- a/drivers/parport/parport_pc.c +++ b/drivers/parport/parport_pc.c @@ -2854,6 +2854,12 @@ static const struct pci_device_id parport_pc_pci_tbl[] = { /* Brainboxes PX-475 */ { PCI_VENDOR_ID_INTASHIELD, 0x401f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, oxsemi_pcie_pport },
- /* Brainboxes XC-157 */
- { PCI_VENDOR_ID_INTASHIELD, 0x4020,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, oxsemi_pcie_pport },
- /* Brainboxes XC-475 */
- { PCI_VENDOR_ID_INTASHIELD, 0x4022,
{ 0, } /* terminate list */PCI_ANY_ID, PCI_ANY_ID, 0, 0, oxsemi_pcie_pport },
}; MODULE_DEVICE_TABLE(pci, parport_pc_pci_tbl);
On Tue, Mar 11, 2025 at 06:58:23AM +0000, Cameron Williams wrote:
Cc'ing stable
Cc: stable@vger.kernel.org
<formletter>
This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.
</formletter>
linux-stable-mirror@lists.linaro.org