Hi!


On Fri, Dec 06, 2002 at 06:27:47AM +1100, Brad Hards wrote:
> 
> On Fri, 6 Dec 2002 05:33, Fabian Sturm wrote:
> > 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.
> Then you have a configuration problem.
> 
> The hiddev interface is completely different to the mouse interface that the X 
> server is expecting to read from.
> 
> You almost certainly need to turn on CONFIG_USB_HIDINPUT. 
> 

This is turned on. The relevant part from the .config is:

CONFIG_INPUT=m
CONFIG_INPUT_KEYBDEV=m
CONFIG_INPUT_MOUSEDEV=m
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_EVDEV is not set
...
CONFIG_USB_PRINTER=m
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT=y
CONFIG_USB_HIDDEV=y
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set

the CONFIG_USB_MOUSE is not set since this is only for basic support
as far as I understood.

Any more ideas?

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