Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131295
b: refs/heads/master
c: 3abdbf9
h: refs/heads/master
i:
  131293: 1a2c1fe
  131291: 6f3ce29
  131287: 5f607db
  131279: 0a9953c
  131263: 2ba13b7
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Feb 11, 2009
1 parent 2796776 commit 63e556f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 89e1219004b3657cc014521663eeef0744f1c99d
refs/heads/master: 3abdbf90a3ffb006108c831c56b092e35483b6ec
5 changes: 5 additions & 0 deletions trunk/drivers/parport/parport_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ struct parport_pc_pci {

static int __devinit netmos_parallel_init(struct pci_dev *dev, struct parport_pc_pci *card, int autoirq, int autodma)
{
/* the rule described below doesn't hold for this device */
if (dev->device == PCI_DEVICE_ID_NETMOS_9835 &&
dev->subsystem_vendor == PCI_VENDOR_ID_IBM &&
dev->subsystem_device == 0x0299)
return -ENODEV;
/*
* Netmos uses the subdevice ID to indicate the number of parallel
* and serial ports. The form is 0x00PS, where <P> is the number of
Expand Down

0 comments on commit 63e556f

Please sign in to comment.