]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: comedi: ni_labpc: Use shared IRQ for PCMCIA card
authorIan Abbott <abbotti@mev.co.uk>
Wed, 19 Jan 2011 11:48:44 +0000 (11:48 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 22:46:45 +0000 (14:46 -0800)
commitf9ee30612116800cbfffa2e4fd21deca806ca49d
tree7afdf151bd23a90dcc510972c18f30ceedb635d6
parentf38abda28fc1d44bb220b15682ae3ce48ab6a559
staging: comedi: ni_labpc: Use shared IRQ for PCMCIA card

commit d1ce318496f5943d2cc5e20171fc383a59a1421f upstream.

The ni_labpc driver module only requests a shared IRQ for PCI devices,
requesting a non-shared IRQ for non-PCI devices.
As this module is also used by the ni_labpc_cs module for certain
National Instruments PCMCIA cards, it also needs to request a shared IRQ
for PCMCIA devices, otherwise you get a IRQ mismatch with the CardBus
controller.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/ni_labpc.c