Fabian Sturm wrote:
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device""/dev/usb/hiddev0"
No - use /dev/input/mice - the hiddev interface isn't "mouse-like" - it
is intended to support anything from keyboard
Hello!
Sorry for my stupidity, and thanks for your good observation!
I had in fact the wrong kernel source, I had to patch it several times
to get all working on my laptop and forgot that the running version
was 2.4.20-pre7-ehci, all others dont work with usb support.
So now everything seems to
Quoting Fabian Sturm <[EMAIL PROTECTED]>:
> CONFIG_USB_HID=m
> CONFIG_USB_HIDINPUT=y
> CONFIG_USB_HIDDEV=y
Looks OK.
> the CONFIG_USB_MOUSE is not set since this is only for basic support
> as far as I understood.
"Brain dead" support is the words you are looking for :-)
If you are convinced th
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 M
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
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
>
>
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