projects
/
comedi.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
comedi.git
2008-10-09
Ian Abbott
Updated the "Adding new drivers" section due to optiona...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-08
Frank Mori...
Patch from Trevor <tvrkng@gmail.com>
commit
|
commitdiff
|
tree
|
snapshot
2008-10-01
Ian Abbott
Fixed typo reported by labrat.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-01
Ian Abbott
Patch from Anders Blomdell: "When uppgrading to 2.6...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-01
Ian Abbott
Patch from Anders Blomdell: pick first board when bus...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-01
Ian Abbott
Patch from Anders Blomdell: make detach work.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-01
Ian Abbott
Patch from Anders Blomdell: remove result printout...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-16
Frank Mori...
Fixed problem with reporting of insn_bits support duw...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-16
Frank Mori...
Added insn_bits_supported field to subdevice info ioctl...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-05
Ian Abbott
Corrected option indices in documentation.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-04
Frank Mori...
Trying to sort out when we need to write to the second...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-01
Ian Abbott
Tidied up the initializer for ni_boards[].
commit
|
commitdiff
|
tree
|
snapshot
2008-08-15
Frank Mori...
The big kernel lock was never held during read() or...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-15
Frank Mori...
device_create is not fully functional in linux 2.6.18.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-05
Ian Abbott
#ifdef out unused functions 'lock_port()' and 'unlock_p...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-05
Ian Abbott
Made firmware data pointer 'const' to avoid compiler...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-05
Ian Abbott
Parameters of device_create() changed in 2.6.27-rc1...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Frank Mori...
We don't need to clear the AO_Update_Timed bit on all...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-29
Ian Abbott
Some INSN_READ fixes for AI subdevice: enable conversio...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-29
Frank Mori...
Trying to fix bug #265, where ao channels seem to get...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-17
Ian Abbott
Added an explanatory comment for the device_create...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-15
Ian Abbott
#ifdef out unused functions 'lock_port()' and 'unlock_p...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-15
Ian Abbott
Need to check result of down_interruptible(). Return...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-15
Ian Abbott
Corrected previous correction for PCMCIA test (silly...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-15
Ian Abbott
'struct class_device' removed from 2.6.26 kernel, so...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-27
Frank Mori...
Fixed poll/select on write subdevice.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-15
Frank Mori...
Fixed number of output samples for m-series boards...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Frank Mori...
Fixed configure check for linux/mutex.h
commit
|
commitdiff
|
tree
|
snapshot
2008-04-30
Ian Abbott
Ignore data and data_len in comedi_cmd.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-28
Ian Abbott
Added MODULE_DEVICE_TABLE.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-28
Ian Abbott
Made some data 'const'.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-28
Ian Abbott
Use DEFINE_PCI_DEVICE_TABLE() macro to declare PCI...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-28
Ian Abbott
Add compatibility for DEFINE_PCI_DEVICE_TABLE() macro.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-28
Frank Mori...
Fixed adv_pci_dio to use module name as comedi_config...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-25
Ian Abbott
Fixed an obvious typo in a comment (OCI --> PCI).
commit
|
commitdiff
|
tree
|
snapshot
2008-04-18
Ian Abbott
Don't tag module device tables with '__devinitdata'.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-18
Ian Abbott
Moved me4000_pci_table[] from me4000.h to me4000.c.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-18
Ian Abbott
Fixed compilation error for 2.6.25 kernel. Moved ...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-18
Ian Abbott
Use __module_get(THIS_MODULE) instead of try_module_get...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-18
Ian Abbott
Don't bother checking MOD_IN_USE in comedi_cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-18
Ian Abbott
Added __module_get() compatibility (just in case we...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-16
Ian Abbott
Changed initializers of 'ni_gainlkup[][16]' and 'ni_ran...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-16
Frank Mori...
Fixed value that used to calculate ao hardware fifo...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-14
Ian Abbott
Corrected error in previous commit (PCI bus/slot option...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-14
Ian Abbott
Added PCI bus/slot configuration options.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-14
Ian Abbott
Documented pci bus/slot configuration options.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-14
Ian Abbott
Updated heading comment as the PCI bus/slot options...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-14
Ian Abbott
Describe bus/slot options.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-14
Ian Abbott
Added Stephen Chivers (Advantech PCI-1736UP support).
commit
|
commitdiff
|
tree
|
snapshot
2008-04-14
Ian Abbott
Moved a few entries to keep in order.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-14
Ian Abbott
Added support for Advantech PCI-1736UP.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-12
Ian Abbott
Corrected PCMCIA test in revision 1.43.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-12
Ian Abbott
Oops, I forgot the module init and exit functions!
commit
|
commitdiff
|
tree
|
snapshot
2008-04-11
Ian Abbott
Stopped the 'ni_atmio' and 'ni_mio_cs' drivers dependin...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-11
Ian Abbott
Changed condition for including <asm/bug.h>.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-11
Ian Abbott
Changed linux/kref.h compatibility header to make the...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-10
Ian Abbott
Corrected previous commit.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-10
Ian Abbott
I broke it in the previous commit.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-10
Ian Abbott
Allow Comedi to be built without PCI drivers. The PCI...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-10
Ian Abbott
Moved labpc_cs_boards[] from ni_labpc.c to ni_labpc_cs...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-10
Ian Abbott
Added automake conditionals CONFIG_COMEDI_USB and CONFI...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-01
Frank Mori...
Fixed single-channel ao waveform on 6xxx boards, which...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-01
Frank Mori...
Fixed multi-channel analog output commands on pxi-6713.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-28
Frank Mori...
Added INSN_CONFIG_GET_HARDWARE_BUFFER_SIZE and implemen...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-28
Frank Mori...
Changed INSN_GET_PWM_STATUS to INSN_CONFIG_GET_PWM_STATUS.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-26
Ian Abbott
Added yonggang <rsmgnu at gmail dot com> (Advantech...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-26
Frank Mori...
Fix for crashes with dma enabled using pci-6143. Based...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-25
Ian Abbott
Used DPRINTK() instead of rt_printk() in a few places...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-25
Ian Abbott
Used comedi_pci_enable() and comedi_pci_disable().
commit
|
commitdiff
|
tree
|
snapshot
2008-03-25
Ian Abbott
Removed commented-out variables.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-25
Ian Abbott
Updated documentation comment and put it in a standard...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-25
Ian Abbott
Applied comedi_indent script to source.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-25
Ian Abbott
Added Advantech PCI-1723 driver by yonggang <rsmgnu...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-21
Frank Mori...
... and check that ai_mite_chan is not NULL after we...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-21
Frank Mori...
Added missing spinlock around usage of devpriv->ai_mite...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-14
Ian Abbott
Fixed check for unspecified clock period for clock...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Ian Abbott
Prevent dereference of NULL chanlist pointer in ai...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-05
Ian Abbott
Set SDF_CMD_READ subdevice flag if do_cmd and do_cmdtes...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Ian Abbott
Added Fred Brooks (ni_daq_700 driver).
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Ian Abbott
Changed subdev_700_insn to include the state of the...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Ian Abbott
Changed the name in the second entry of the boards...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Ian Abbott
Removed spurious '#define _700_H'.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Ian Abbott
Updated driver description using information from other...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Ian Abbott
Ran source through comedi_indent script.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Ian Abbott
Added NI DAQCard-700 DIO-only driver by fred brooks.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Ian Abbott
Applied update to driver documentation section from...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-15
Ian Abbott
Add PCI bus/slot options.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-08
Frank Mori...
Fixed spelling error "sucess"->"success".
commit
|
commitdiff
|
tree
|
snapshot
2008-02-05
Bernd Porr
forgotten to uncomment the debug macro. Soooory.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-05
Bernd Porr
Silly mistake in the frequency setting. Sent out the...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-04
Ian Abbott
For separate kernel source and build directories, allow...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-30
Frank Mori...
Modified output to be tab-delimited (for easier parsing...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-28
Frank Mori...
regenerated ChangeLog with "cvs2cl -T"
v0_7_76
commit
|
commitdiff
|
tree
|
snapshot
2008-01-28
Frank Mori...
bumped version for 0.7.76 release.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-28
Frank Mori...
Allow generation of devices.txt and drivers.txt to...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-28
Frank Mori...
Suppress some compiler warnings
commit
|
commitdiff
|
tree
|
snapshot
2008-01-28
Frank Mori...
Replaced an "if(0)" with an "#if 0".
commit
|
commitdiff
|
tree
|
snapshot
2008-01-28
Ian Abbott
Fix bug in ni_pcidio_release_di_mite_channel() that...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-16
Ian Abbott
Corrected number of channels for DO subdevice.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-14
Ian Abbott
In comedi_do_insn:
commit
|
commitdiff
|
tree
|
snapshot
next