Re: [PATCH] Staging: comedi: drivers: comedi_test: Set max input value for auto config

2017-02-11 Thread Cheah Kok Cheong
On Thu, Feb 09, 2017 at 12:28:42PM +, Ian Abbott wrote: > On 27/01/17 15:55, Cheah Kok Cheong wrote: > >Currently user can input any value for amplitude and period. > >This patch set a sane max value for auto-configuration mode. > > > >For manual configuration mode, it is assumed this is taken

Re: [PATCH] Staging: comedi: drivers: comedi_test: Set max input value for auto config

2017-02-11 Thread Cheah Kok Cheong
On Thu, Feb 09, 2017 at 12:28:42PM +, Ian Abbott wrote: > On 27/01/17 15:55, Cheah Kok Cheong wrote: > >Currently user can input any value for amplitude and period. > >This patch set a sane max value for auto-configuration mode. > > > >For manual configuration mode, it is assumed this is taken

Re: [PATCH] Staging: comedi: drivers: comedi_test: Set max input value for auto config

2017-02-09 Thread Ian Abbott
On 27/01/17 15:55, Cheah Kok Cheong wrote: Currently user can input any value for amplitude and period. This patch set a sane max value for auto-configuration mode. For manual configuration mode, it is assumed this is taken care of by the COMEDI userspace tool since there's no limit set here

Re: [PATCH] Staging: comedi: drivers: comedi_test: Set max input value for auto config

2017-02-09 Thread Ian Abbott
On 27/01/17 15:55, Cheah Kok Cheong wrote: Currently user can input any value for amplitude and period. This patch set a sane max value for auto-configuration mode. For manual configuration mode, it is assumed this is taken care of by the COMEDI userspace tool since there's no limit set here

[PATCH] Staging: comedi: drivers: comedi_test: Set max input value for auto config

2017-01-27 Thread Cheah Kok Cheong
Currently user can input any value for amplitude and period. This patch set a sane max value for auto-configuration mode. For manual configuration mode, it is assumed this is taken care of by the COMEDI userspace tool since there's no limit set here from day one in the staging tree. If otherwise

[PATCH] Staging: comedi: drivers: comedi_test: Set max input value for auto config

2017-01-27 Thread Cheah Kok Cheong
Currently user can input any value for amplitude and period. This patch set a sane max value for auto-configuration mode. For manual configuration mode, it is assumed this is taken care of by the COMEDI userspace tool since there's no limit set here from day one in the staging tree. If otherwise