Re: [v4l-dvb-maintainer] [PATCH] Register the bus, vendor and product IDs for dvb-usb remote device

2007-01-21 Thread Michael Krufky
Chris Rankin wrote: > Hi, > > This patch writes the USB vendor and product IDs into the > /sys/class/input/inputX/id/ files, so > that udev can find them. A rule like this does the trick for me: > > KERNEL="event*", SYSFS{../id/vendor}=="2040", SYSFS{../id/product}=="9301", > SYMLINK+="input/dvb-r

[PATCH] Register the bus, vendor and product IDs for dvb-usb remote device

2007-01-20 Thread Chris Rankin
Hi, This patch writes the USB vendor and product IDs into the /sys/class/input/inputX/id/ files, so that udev can find them. A rule like this does the trick for me: KERNEL="event*", SYSFS{../id/vendor}=="2040", SYSFS{../id/product}=="9301", SYMLINK+="input/dvb-remote" --- linux-2.6.18/drivers/m