[media] rc: fix sysfs entry for mceusb and streamzap
authorPaul Bender <pebender@gmail.com>
Thu, 16 Dec 2010 16:23:07 +0000 (13:23 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 20 Dec 2010 16:11:13 +0000 (14:11 -0200)
commit635f76b2aa8ef3e8436dedddc8baa6f7f438dc40
treefcea028217fc1766685a2013a644b8636745da8b
parent1338c925a95cf2b95909d7967b4ebddefa255c02
[media] rc: fix sysfs entry for mceusb and streamzap

When trying to create persistent device names for mceusb and streamzap
devices, I noticed that their respective drivers are not creating the rc
device as a child of the USB device. Rather it creates it as virtual
device. As a result, udev cannot use the USB device information to
create persistent device names for event and lirc devices associated
with the rc device. Not having persistent device names makes it more
difficult to make use of the devices in userspace as their names can
change.

Signed-off-by: Paul Bender <pebender@gmail.com>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/IR/mceusb.c
drivers/media/IR/streamzap.c