Commit 79f54ac1 authored by Bernd Porr's avatar Bernd Porr Committed by Greg Kroah-Hartman

staging: comedi: usbdux: updated contact details / comments

I've updated my contact details and removed obsolete comments.
Signed-off-by: default avatarBernd Porr <mail@berndporr.me.uk>
Reviewed-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 430c7421
/* /*
comedi/drivers/usbdux.c * usbdux.c
Copyright (C) 2003-2007 Bernd Porr, Bernd.Porr@f2s.com * Copyright (C) 2003-2014 Bernd Porr, mail@berndporr.me.uk
*
This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
(at your option) any later version. * (at your option) any later version.
This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. * GNU General Public License for more details.
*/ */
/* /*
Driver: usbdux * Driver: usbdux
Description: University of Stirling USB DAQ & INCITE Technology Limited * Description: University of Stirling USB DAQ & INCITE Technology Limited
Devices: [ITL] USB-DUX (usbdux.o) * Devices: (ITL) USB-DUX [usbdux]
Author: Bernd Porr <BerndPorr@f2s.com> * Author: Bernd Porr <mail@berndporr.me.uk>
Updated: 8 Dec 2008 * Updated: 10 Oct 2014
Status: Stable * Status: Stable
Configuration options: * Connection scheme for the counter at the digital port:
You have to upload firmware with the -i option. The * 0=/CLK0, 1=UP/DOWN0, 2=RESET0, 4=/CLK1, 5=UP/DOWN1, 6=RESET1.
firmware is usually installed under /usr/share/usb or * The sampling rate of the counter is approximately 500Hz.
/usr/local/share/usb or /lib/firmware. *
* Note that under USB2.0 the length of the channel list determines
Connection scheme for the counter at the digital port: * the max sampling rate. If you sample only one channel you get 8kHz
0=/CLK0, 1=UP/DOWN0, 2=RESET0, 4=/CLK1, 5=UP/DOWN1, 6=RESET1. * sampling rate. If you sample two channels you get 4kHz and so on.
The sampling rate of the counter is approximately 500Hz. */
Please note that under USB2.0 the length of the channel list determines
the max sampling rate. If you sample only one channel you get 8kHz
sampling rate. If you sample two channels you get 4kHz and so on.
*/
/* /*
* I must give credit here to Chris Baugher who * I must give credit here to Chris Baugher who
* wrote the driver for AT-MIO-16d. I used some parts of this * wrote the driver for AT-MIO-16d. I used some parts of this
......
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