Re: [PATCH 39/49] rc-core: make IR raw handling a separate module

2014-07-25 Thread Mauro Carvalho Chehab
Em Fri, 04 Apr 2014 01:34:33 +0200 David Härdeman escreveu: > Make drivers/media/rc/rc-ir-raw.c a separate kernel module. > > Drivers which use IR decoding must use these functions: > rc_register_ir_raw_device() > rc_unregister_ir_raw_device() > instead of: > rc_register_device

[PATCH 39/49] rc-core: make IR raw handling a separate module

2014-04-03 Thread David Härdeman
Make drivers/media/rc/rc-ir-raw.c a separate kernel module. Drivers which use IR decoding must use these functions: rc_register_ir_raw_device() rc_unregister_ir_raw_device() instead of: rc_register_device() rc_unregister_device() This allows scancode drivers to ski