[EMAIL PROTECTED] wrote:
> I've tried unbinding the usbhid driver, as described in the lwn.net article, 
> but I get an error that denies permission to the unbind file.

What kind of remote?

> [EMAIL PROTECTED]:~$ sudo echo -n "2-2:1.0" > 
> /sys/bus/usb/drivers/usbhid/unbind

That doesn't do what you think it does. It runs the echo as root, but
the ">" is not part of what gets passed to sudo, that's intepreted by
your shell, so the write operation still happens as you.

Besides, on any modern kernel, the hid driver won't attach, I've
blacklisted all the harmonies from the HID driver in-kernel.

Can you provide an sudo lsusb -v and tell me what kind of remote you have?

-- 
Phil Dibowitz                             [EMAIL PROTECTED]
Open Source software and tech docs        Insanity Palace of Metallica
http://www.phildev.net/                   http://www.ipom.com/

"Never write it in C if you can do it in 'awk';
 Never do it in 'awk' if 'sed' can handle it;
 Never use 'sed' when 'tr' can do the job;
 Never invoke 'tr' when 'cat' is sufficient;
 Avoid using 'cat' whenever possible" -- Taylor's Laws of Programming


Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
concordance-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to