linux/drivers/media/IR
Mauro Carvalho Chehab 945cdfa2c9 V4L/DVB: ir: use a real device instead of a virtual class
Change the ir-sysfs approach to create irrcv0 as a device, instead of
using class_dev. Also, change the way input is registered, in order
to make its parent to be the irrcv device.

Due to this change, now the event device is created under
/sys/class/ir/irrcv class:

/sys/class/irrcv/irrcv0/
|-- current_protocol
|-- device -> ../../../1-3
|-- input9
|   |-- capabilities
|   |   |-- abs
...

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-05-18 00:47:03 -03:00
..
ir-functions.c V4L/DVB (13680): ir: use unsigned long instead of enum 2010-02-26 15:10:24 -03:00
ir-keymaps.c V4L/DVB: Kworld 315U remote support 2010-02-26 15:10:58 -03:00
ir-keytable.c V4L/DVB: ir: use a real device instead of a virtual class 2010-05-18 00:47:03 -03:00
ir-sysfs.c V4L/DVB: ir: use a real device instead of a virtual class 2010-05-18 00:47:03 -03:00
Kconfig V4L/DVB (13613): IR: create ir-core module 2009-12-16 00:18:42 -02:00
Makefile V4L/DVB (13633): ir-core: create a new class for remote controllers 2010-02-26 15:10:23 -03:00