From 6ce83f2fa2857e9fe4f02bf54408c6ebcde0b155 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Wed, 24 Jan 2007 02:00:00 +0000 Subject: [PATCH] Patch from "Calin A. Culianu" : A pet peeve of mine is that the two driver that I wrote, the pcmda12 and pcmuio driver, format incorrectly when displayed on the comedi.org "Supported Hardware" web page. This is because they are incorrectly formatted in the driver's "Devices:" line. This patch fixes this so that the Devices: line is now correctly formatted. --- comedi/drivers/pcmda12.c | 2 +- comedi/drivers/pcmuio.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/comedi/drivers/pcmda12.c b/comedi/drivers/pcmda12.c index 2d8fa5e1..395f7f54 100644 --- a/comedi/drivers/pcmda12.c +++ b/comedi/drivers/pcmda12.c @@ -22,7 +22,7 @@ /* Driver: pcmda12.o Description: A driver for the Winsystems PCM-D/A-12 -Devices: (Winsystems) PCM-D/A-12 [pcmda12] +Devices: [Winsystems] PCM-D/A-12 (pcmda12) Author: Calin Culianu Updated: Fri, 13 Jan 2006 12:01:01 -0500 Status: works diff --git a/comedi/drivers/pcmuio.c b/comedi/drivers/pcmuio.c index fd3a3078..45cdd2d9 100644 --- a/comedi/drivers/pcmuio.c +++ b/comedi/drivers/pcmuio.c @@ -22,7 +22,7 @@ /* Driver: pcmuio.o Description: A driver for the PCM-UIO48A and PCM-UIO96A boards from Winsystems. -Devices: (Winsystems) PCM-UIO48A [pcmuio48], (Winsystems) PCM-UIO96A [pcmuio96] +Devices: [Winsystems] PCM-UIO48A (pcmuio48), PCM-UIO96A Author: Calin Culianu Updated: Fri, 13 Jan 2006 12:01:01 -0500 Status: works -- 2.26.2