Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26b39899 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: addi_apci_2200: change the MODULE_DESCRIPTION



Change the MODULE_DESCRIPTION to something more useful than the
generic "Comedi low-level driver" so that modinfo provides a
better description of the driver.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 20f2e2e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -634,6 +634,7 @@ config COMEDI_ADDI_APCI_2032


config COMEDI_ADDI_APCI_2200
config COMEDI_ADDI_APCI_2200
	tristate "ADDI-DATA APCI_2200 support"
	tristate "ADDI-DATA APCI_2200 support"
	select COMEDI_ADDI_WATCHDOG
	---help---
	---help---
	  Enable support for ADDI-DATA APCI_2200 cards
	  Enable support for ADDI-DATA APCI_2200 cards


+1 −1
Original line number Original line Diff line number Diff line
@@ -172,6 +172,6 @@ static struct pci_driver apci2200_pci_driver = {
};
};
module_comedi_pci_driver(apci2200_driver, apci2200_pci_driver);
module_comedi_pci_driver(apci2200_driver, apci2200_pci_driver);


MODULE_DESCRIPTION("ADDI-DATA APCI-2200 Relay board, optically isolated");
MODULE_AUTHOR("Comedi http://www.comedi.org");
MODULE_AUTHOR("Comedi http://www.comedi.org");
MODULE_DESCRIPTION("Comedi low-level driver");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL");