From: Mauro Carvalho Chehab Date: Thu, 11 Mar 2010 15:41:56 +0000 (-0300) Subject: V4L/DVB: ir: use a real device instead of a virtual class X-Git-Tag: v2.6.35-rc1~480^2~366 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=945cdfa2c99e2a3f5ead11519ba11ed1df2dd5c1;p=pandora-kernel.git 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 --- Reading git-diff-tree failed