diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2012-09-19 16:21:29 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-21 09:24:16 -0700 |
commit | 1e12ca3407850641fc72adb620eee8a8e6dd8c90 (patch) | |
tree | 5ba3851762c8df597d73d2ac8366fbacffd22d6f /tools/perf/scripts/python | |
parent | 5a0f2260897621cc0118cd16801b171acd06c31c (diff) |
staging: comedi: me_daq: use request_firmware()
This driver requires loading a firmware file for the fpga. This
is currently being done by passing the firmware data using the
COMEDI_DEVCONFIG ioctl through the attach() hook in the driver.
This does not work for auto-configured PCI devices due to the
firmware loading options not being set in the comedi_devconfig
parameter passed to the driver.
Change the driver so it gets the firmware using request_firmware()
and ignore any firmware options passed in the comedi_devconfig.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions