Re: [PATCH 2/8] ir-core: convert em28xx to not use ir-functions.c

2010-06-27 Thread Mauro Carvalho Chehab
Em 27-06-2010 07:23, Mauro Carvalho Chehab escreveu: > Em 07-06-2010 16:32, David Härdeman escreveu: >> Convert drivers/media/video/em28xx/em28xx-input.c to not use ir-functions.c >> >> Signed-off-by: David Härdeman > > This patch caused a bad effect: if some key were pressed before loading the

Re: [PATCH 2/8] ir-core: convert em28xx to not use ir-functions.c

2010-06-27 Thread Mauro Carvalho Chehab
Em 07-06-2010 16:32, David Härdeman escreveu: > Convert drivers/media/video/em28xx/em28xx-input.c to not use ir-functions.c > > Signed-off-by: David Härdeman This patch caused a bad effect: if some key were pressed before loading the driver, it causes endless repetitions of the last keycode: [

[PATCH 2/8] ir-core: convert em28xx to not use ir-functions.c

2010-06-07 Thread David Härdeman
Convert drivers/media/video/em28xx/em28xx-input.c to not use ir-functions.c Signed-off-by: David Härdeman --- drivers/media/video/em28xx/em28xx-input.c | 65 +++-- drivers/media/video/em28xx/em28xx.h |1 2 files changed, 17 insertions(+), 49 deletions(-) dif