2007-12-12 |
Ian Abbott | Check for include/linux/mutex.h in kernel source. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ian Abbott | Added compatibility header for <linux/mutex.h>. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ian Abbott | For non-Kbuild make, don't build addi-data drivers... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ian Abbott | Corrected type qualifiers for pc_DriverName in boardtype. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ian Abbott | Removed #defines for types (now they're all in addi_com... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ian Abbott | Use typedef instead of #define to define MS-Windows... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ian Abbott | Include <linux/ioctl32.h> if using old-style register_i... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Frank Mori... | Converted initialization of board array to modern stand... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ian Abbott | For read and write, check if command still running... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ian Abbott | Check for various errors such as subdevice in range... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ian Abbott | If comedi_switch_to_rt() is a macro it should stil... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ian Abbott | Use per-subdevice spin-lock instead of big_comedi_lock... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ian Abbott | Define mmiowb() macro if necessary. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ian Abbott | No need to define kcalloc() compatibility function... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Ian Abbott | Expanded documentation for the driver. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Ian Abbott | Report error event when command stopped due to buffer... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Ian Abbott | Avoid setting s->async->inttrig to NULL in interrupt... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Ian Abbott | Avoid setting s->async->inttrig to NULL in interrupt... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Ian Abbott | For AO command, if scan_begin_src is TRIG_INT and not... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Ian Abbott | Avoid changing s->async->inttrig during an interrupt... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Ian Abbott | Use DAC FIFO if the card has one (PCI230+ hardware... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Ian Abbott | Added enums for Amplicon DIO card clock and gate sources. |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Ian Abbott | For AO command test step 3, return 3 if external trigge... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Ian Abbott | When stopping AO command, only stop timer if using it |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Ian Abbott | Release Z2-CT2 resource after AI command started if... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Ian Abbott | Avoid using software conversion trigger as it doesn... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Ian Abbott | RTAI support was broken in comedi-0.7.75 due to missing... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Ian Abbott | Insert delay after AI internal conversion trigger ... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Ian Abbott | Use programmable ADC FIFO interrupt trigger level and... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Bernd Porr | Added PWM to the USBDUX. Also moved any synchronous... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Ian Abbott | For AI command, allow scan_begin_src == EXT_TRIG for... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Ian Abbott | For AO command, support scan_begin_src == TRIG_INT... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Ian Abbott | For AI commands, support TRIG_INT for start_src, scan_b... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Ian Abbott | Increased maximum length of channel list for AI command... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Ian Abbott | Support scan_begin_src == TRIG_TIMER for AI command... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Ian Abbott | Changed some macros. No functional changes. |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Ian Abbott | Overhauled setting up and handling of commands, interna... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Frank Mori... | Fixed offset for isolated digital input register on... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Frank Mori... | Added Jeremy Theler |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Ian Abbott | Changed types of some members of struct pci230_private... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Ian Abbott | Reduced maximum speed (increased minimum period) for... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Ian Abbott | For ai_cmdtest, maximum AI convert rate depends on... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Ian Abbott | Need to use 'do_div' macro for 64-bit division. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Ian Abbott | For ai_cmdtest, check channel list starts with channel... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Ian Abbott | Fix AI channel enables for AREF_DIFF if the hardware... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Ian Abbott | For AI command, when convert_src == TRIG_EXT, make... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Frank Mori... | Fixed sign error that prevented commands from aborting... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Ian Abbott | Only added a comment. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Ian Abbott | For AI command, changed interpretation of scan_begin_ar... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Ian Abbott | The ADC half full flag flag and interrupt occurs at... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Ian Abbott | Use arrays to look up ai gain bits and polarity. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Ian Abbott | Stripped ".o" from driver name on "Driver:" line for... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Ian Abbott | For AI INSN_READ, check for out-of-range differential... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Frank Mori... | Added new driver from jeremy theler <thelerg@ib.cnea... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Frank Mori... | Adding trivial email address obfuscation, since some... |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ian Abbott | In pci230_choose_clk_src(), widen the type of the compa... |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ian Abbott | Check channel lists in AI and AO cmdtest handlers if... |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ian Abbott | Minor line-length fixes. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ian Abbott | In cmdtest, use DPRINTK instead of comedi_error. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ian Abbott | For cmdtest, don't return 5 if chanlist_len == 0. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ian Abbott | For cmdtest, don't return error 5 if chanlist is NULL. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ian Abbott | For COMEDI_CMD ioctl, check chanlist_len > 0. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ian Abbott | I forgot to rename comedi_compat_ioctl_ function back to |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ian Abbott | Make the 'comedi_compat_ioctl' symbole a function ... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ian Abbott | Got rid of the timer subdevice as it was pretty useless... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ian Abbott | Use 64-bit ns value when determining clock source. |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ian Abbott | Renamed pci_iobase to iobase1. |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ian Abbott | Used specific constants for base addresses of 8254... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ian Abbott | Eliminated clock source and divisor values from private... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ian Abbott | Renamed some macros. Now access the timebase values... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ian Abbott | amplc_pci230.c whitespace changes / comment reformatting. |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ian Abbott | Spelling correction in Description: line. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Ian Abbott | Fix for 2.6.10 and earlier. Rename comedi_compat_ioctl... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Ian Abbott | Removed a stray comment. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Ian Abbott | Make sure 32-bit ioctl handler for <= 2.6.10 kernel... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Ian Abbott | Support 32-bit ioctl calls on 64-bit kernel (CONFIG_COM... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Ian Abbott | Replaced INSN_CONFIG_8254_SET_MODE with INSN_CONFIG_SET... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Ian Abbott | Inline fixes: define inline functions before calling... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Ian Abbott | Made cfc_bytes_per_scan() 'static inline' instead of... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Frank Mori... | Applied comedi_indent script to all source files. |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Frank Mori... | Removed some dead code that was causing errors in inden... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Frank Mori... | Removed some dead code that confused the indent program. |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Frank Mori... | Removed a bit of ifdef'd out code that confuses the... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Frank Mori... | Added wrapper around indent utility with options I... |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Ian Abbott | Security fix in comedi_buf_alloc() for non-DMA data... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Ian Abbott | Sanitize resource types. Use new comedi_pci_enable... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Ian Abbott | Removed tests for whether PCI device supports bus-maste... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Ian Abbott | Removed kernel 2.2 and 2.4 compatibility. |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Ian Abbott | New wrapper functions in comedi/drivers/comedi_pci.h: |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ian Abbott | Check result of subdev_8255_init(). |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ian Abbott | For PCI260(+) make subdevice 2 UNUSED instead of AO... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ian Abbott | Added pci230+ and pci260+. Currently they are treated... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Ian Abbott | Untested compatibility fix for change to rt_task_init... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Ian Abbott | #ifdef out floating point register stuff. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Ian Abbott | Added PCI-DIO24 info supplied by Yoshiya Matsuzaka. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Frank Mori... | Regenerated ChangeLog with "cvs2cl -t" for 0.7.75 release. r0_7_75 |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Frank Mori... | Bumped version for 0.7.75 release |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Frank Mori... | Fixed compile warning on amd64. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Frank Mori... | Don't report bogus gate errors on 660x boards. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Frank Mori... | Added enum for setting master clock of NI "frequency... |
commit | commitdiff | tree | snapshot |
next |