Re: [PATCH 2/4] ir-core: centralize sysfs raw decoder enabling/disabling

2010-06-07 Thread David Härdeman
On Mon, May 03, 2010 at 04:49:20PM -0300, Mauro Carvalho Chehab wrote: > Hi David, Hi, sorry for dropping off the radar...life has been hetic...daughter in hospital (she's fine now). > David Härdeman wrote: > > With the current logic, each raw decoder needs to add a copy of the exact > > same sy

Re: [PATCH 2/4] ir-core: centralize sysfs raw decoder enabling/disabling

2010-05-03 Thread Mauro Carvalho Chehab
Hi David, David Härdeman wrote: > With the current logic, each raw decoder needs to add a copy of the exact > same sysfs code. This is both unnecessary and also means that (re)loading > an IR driver after raw decoder modules have been loaded won't work as > expected. > > This patch moves that log

[PATCH 2/4] ir-core: centralize sysfs raw decoder enabling/disabling

2010-04-24 Thread David Härdeman
With the current logic, each raw decoder needs to add a copy of the exact same sysfs code. This is both unnecessary and also means that (re)loading an IR driver after raw decoder modules have been loaded won't work as expected. This patch moves that logic into ir-raw-event and adds a single sysfs