; > ---help---
> > Enable support for Intelligent Instruments PCI-20001C carrier
> > PCI-20001, PCI-20006 and PCI-20341
>
> This seems appropriate.
>
> Reviewed-by: H Hartley Sweeten
>
Since "egrep -irn "ioremap" drivers/staging/co
Changes since v2:
* Removed one unused constant
* Corrected commit message
Changes since v1:
* Implemented all the small and big remarks pointed out by
Hartley Sweeten, Dan Carpenter and Ian Abbott
Rostislav Lisovy (1):
comedi: Humusoft MF634 and MF624 DAQ cards driver
drivers/staging
On Wed, 2014-01-08 at 10:47 +0300, Dan Carpenter wrote:
> On Tue, Jan 07, 2014 at 11:24:57PM +0100, Rostislav Lisovy wrote:
> > This patch adds Comedi driver for Humusoft MF634 (PCIe) and
> > MF624 (PCI) data acquisition cards. The legacy card Humusoft
> > MF614 is not suppo
. Just the basic functionality of the card (DIO, ADC, DAC)
is supported by this driver.
Signed-off-by: Rostislav Lisovy
---
create mode 100644 drivers/staging/comedi/drivers/mf6x4.c
diff --git a/drivers/staging/comedi/Kconfig b/drivers/staging/comedi/Kconfig
index bfa27e7..89e25b4 100644
--- a
Hello Dan;
On Wed, 2014-01-08 at 10:47 +0300, Dan Carpenter wrote:
> On Tue, Jan 07, 2014 at 11:24:57PM +0100, Rostislav Lisovy wrote:
> > This patch adds Comedi driver for Humusoft MF634 (PCIe) and
> > MF624 (PCI) data acquisition cards. The legacy card Humusoft
> > MF614 i
. Just the basic functionality of the card (DIO, ADC, DAC)
is supported by this driver.
Signed-off-by: Rostislav Lisovy
create mode 100644 drivers/staging/comedi/drivers/mf6x4.c
diff --git a/drivers/staging/comedi/Kconfig b/drivers/staging/comedi/Kconfig
index bfa27e7..89e25b4 100644
--- a/drivers
Changes since v1:
* Implemented all the small and big remarks pointed out by
Hartley Sweeten, Dan Carpenter and Ian Abbott
Rostislav Lisovy (1):
comedi: Humusoft MF634 and MF624 DAQ cards driver
drivers/staging/comedi/Kconfig | 6 +
drivers/staging/comedi/comedidev.h | 1
Hello Hartley (and Dan);
Thank you for the review. I do agree with most of the things, however I
would like to explain/discuss a few of them...
On Thu, 2014-01-02 at 18:38 +, Hartley Sweeten wrote:
> On Monday, December 30, 2013 6:37 PM, Rostislav Lisovy wrote:
> >
> > cre
F634, Humusoft MF624
+ * Author: Rostislav Lisovy
+ * Status: works
+ * Updated:
+ * Configuration Options: none
+ */
+
+#include
+#include
+#include "../comedidev.h"
+
+/* PCI Vendor ID, Device ID */
+#define PCI_VENDOR_ID_HUMUSOFT 0x186
.
Just the basic functionality of the card (DIO, ADC, DAC) is supported by
this driver. I hope I will be able to add some more functionality soon.
Rostislav Lisovy (1):
comedi: Humusoft MF634 and MF624 DAQ cards driver
drivers/staging/comedi/Kconfig | 6 +
drivers/staging/comedi/drivers
10 matches
Mail list logo