Commit 10ba619d authored by Ian Abbott's avatar Ian Abbott Committed by Greg Kroah-Hartman

staging: comedi: jr3_pci: update driver description comment

Reformat the comment used to describe the Comedi driver to use the usual
block comment style.

Update the information reflecting the fact that the driver no longer
supports manual attachment of devices via the `COMEDI_DEVCONFIG` ioctl
and `attach()` method.

Also, in the instructions indicating where to put the firmware file,
mention the expected name of the file since the driver requests the
firmware file by name.
Signed-off-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a1d16659
...@@ -21,24 +21,26 @@ ...@@ -21,24 +21,26 @@
*/ */
/* /*
Driver: jr3_pci * Driver: jr3_pci
Description: JR3/PCI force sensor board * Description: JR3/PCI force sensor board
Author: Anders Blomdell <anders.blomdell@control.lth.se> * Author: Anders Blomdell <anders.blomdell@control.lth.se>
Status: works * Updated: Thu, 01 Nov 2012 17:34:55 +0000
Devices: [JR3] PCI force sensor board (jr3_pci) * Status: works
* Devices: [JR3] PCI force sensor board (jr3_pci)
The DSP on the board requires initialization code, which can *
be loaded by placing it in /lib/firmware/comedi. * Configuration options:
The initialization code should be somewhere on the media you got * None
with your card. One version is available from http://www.comedi.org *
in the comedi_nonfree_firmware tarball. * Manual configuration of comedi devices is not supported by this
* driver; supported PCI devices are configured as comedi devices
Configuration options: * automatically.
[0] - PCI bus number - if bus number and slot number are 0, *
then driver search for first unused card * The DSP on the board requires initialization code, which can be
[1] - PCI slot number * loaded by placing it in /lib/firmware/comedi. The initialization
* code should be somewhere on the media you got with your card. One
*/ * version is available from http://www.comedi.org in the
* comedi_nonfree_firmware tarball. The file is called "jr3pci.idm".
*/
#include "../comedidev.h" #include "../comedidev.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment