Re: [PATCH 09/10] rc-core: lirc use unsigned int

2011-06-11 Thread Mauro Carvalho Chehab
Em 06-05-2011 06:46, David Härdeman escreveu: > On Wed, 04 May 2011 12:23:03 -0300, Mauro Carvalho Chehab > wrote: >> Em 28-04-2011 12:13, David Härdeman escreveu: >>> Durations can never be negative, so it makes sense to consistently use >>> unsigned int for LIRC transmission. Contrary to the ini

Re: [PATCH 09/10] rc-core: lirc use unsigned int

2011-05-06 Thread David Härdeman
On Wed, 04 May 2011 12:23:03 -0300, Mauro Carvalho Chehab wrote: > Em 28-04-2011 12:13, David Härdeman escreveu: >> Durations can never be negative, so it makes sense to consistently use >> unsigned int for LIRC transmission. Contrary to the initial impression, >> this shouldn't actually change th

Re: [PATCH 09/10] rc-core: lirc use unsigned int

2011-05-04 Thread Mauro Carvalho Chehab
Em 28-04-2011 12:13, David Härdeman escreveu: > Durations can never be negative, so it makes sense to consistently use > unsigned int for LIRC transmission. Contrary to the initial impression, > this shouldn't actually change the userspace API. Patch looked ok to me (except for one small issue - s

[PATCH 09/10] rc-core: lirc use unsigned int

2011-04-28 Thread David Härdeman
Durations can never be negative, so it makes sense to consistently use unsigned int for LIRC transmission. Contrary to the initial impression, this shouldn't actually change the userspace API. Signed-off-by: David Härdeman --- drivers/media/rc/ene_ir.c|4 ++-- drivers/media/rc/ene_ir