]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: comedi: ni_65xx: use board names on "Devices:" line
authorIan Abbott <abbotti@mev.co.uk>
Mon, 5 Jan 2015 17:54:53 +0000 (17:54 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 10 Jan 2015 01:02:14 +0000 (17:02 -0800)
commitfe8fd0c830841664c039bf3a8d4b4e1f847df226
tree28f24c0b2841a88dd174e966fecdd38be71d66cf
parent0e147538c1f4da4b04604fcb842cccd21b08eb65
staging: comedi: ni_65xx: use board names on "Devices:" line

All the supported devices listed on the "Devices:" line currently use
the comedi driver name as the comedi board name.  Historically, this
documented the name that should be passed to the "comedi_config" program
to "attach" the device via the COMEDI_DEVCONFIG ioctl.  Some drivers
expected the driver name and others expected the board name.  Since this
driver no longer supports the legacy "attach" mechanism, change the
"Devices:" list to show the board names, as that is probably more
useful.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_65xx.c