I am new to configuring usb devices under linux.

I have searched the docs but have not found out how to do it.

Here is my problem.

I have a working usb IR remote control.

When I plug it in, it is found by my 2.6.9 setup without any problems.

-----------
drivers/usb/core/usb.c: registered new driver hiddev
input: USB HID v1.10 Keyboard [Twinhan Tech Remote Control] on 
usb-0000:00:07.2-2
input: USB HID v1.10 Mouse [Twinhan Tech Remote Control] on usb-0000:00:07.2-2
drivers/usb/core/usb.c: registered new driver hid
-----------

I can then see the button presses through

        /dev/input/event2
        /dev/input/mice
    and
        as key presses (both in X and in the consoles)

I only want to see them through /dev/input/event2 as I want to use it with
lirc and dont want to get keyboard input to all my terminals.

Does anyone know how to configure hid not to attach the usbkbd and usbmouse
drivers for a particular device. I dont want to disable them globally as I
also have a usb mouse and keyboard

I am sure it is trivial but google has failed me :-)

Any help greatly appreciated

Andrew


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to