Hello!

I just got a usb mouse which I try to get working on my Vaio VX88.
I run the 2.4.20-pre7 kernel (the 2.4.20 does not work with usb in my
laptop). Usb works so far, a serial converter works and I also can mout
my digital camera as usb mass storage device.

I have loaded the following modules:

mousedev, input, hid, pl2303, usbserial, usb-storage, usb-uhci, usbcore

When I plug in the mouse i get 

Dec  5 13:28:38 californium kernel: hub.c: new USB device 00:1f.2-1, assigned address 2
Dec  5 13:28:38 californium kernel: hiddev0: USB HID v1.00 Mouse [ARESON Scroll MOUSE 
with USB] on usb1:2.0

and cat /dev/usb/hiddev0 produces binary data when I move the mouse.

Unfortunately X11 does not work with this device if I configure it as 
following.

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/usb/hiddev0"
        Option          "Protocol"              "IMPS/2"
        Option          "Emulate3Buttons"       "off"
        Option          "ZAxisMapping"          "4 5"
  Option                "SendCoreEvents"        "true"
EndSection

It hangs when it tries to configure the mouse.

Most probably thats because it is no IMPS/2 on the /dev/usb/hiddev0 device?
A cat /dev/input/mice blocks and gives no output at all.

Any hints what I could do or which output you need to find the problem?
The mouse has the name KENSIKO printed on the top.
p.s. its not a permission problem, as far as I can tell.

Thanks a lot, fabian


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to