Re: USB Mouse not working

2005-03-23 Thread Marius Nünnerich
On Tue, 22 Mar 2005 01:46:19 + Ian Dowse <[EMAIL PROTECTED]> wrote: > > I'm not sure I do either :-) On a mouse I tried here I got very > different information than that: > > Report descriptor: > Collection page=Generic_Desktop usage=Mouse > Collection page=Generic_Desktop usage=Pointer > Inp

Re: USB Mouse not working

2005-03-21 Thread Ian Dowse
In message <[EMAIL PROTECTED]>, Marius =?ISO- 8859-1?Q?N=FCnnerich?= writes: ># usbhidctl -f /dev/uhid0 -ra >Report descriptor: >Total input size 0 bytes >Total output size 4 bytes >Total feature size 1 bytes >usbhidctl: device does not support immediate mode, only changes >reported. > >Hmm, don

Re: USB Mouse not working

2005-03-21 Thread Marius Nünnerich
On Mon, 21 Mar 2005 00:33:00 + Ian Dowse <[EMAIL PROTECTED]> wrote: > I think page 61 is just an example of one possible report descriptor > for a mouse. Could you follow the instructions below to get the > report descriptor for your mouse and post it to the list? > > o Remove the `ums' devi

Re: USB Mouse not working

2005-03-20 Thread Ian Dowse
In message <[EMAIL PROTECTED]>, Marius =?ISO- 8859-1?Q?N=FCnnerich?= writes: >On Sun, 20 Mar 2005 19:29:18 + >Ian Dowse <[EMAIL PROTECTED]> wrote: > >> BTW, before adding more workarounds here it would be worth reading: >> >> http://www.usb.org/developers/devclass_docs/HID1_11.pdf >> >>

Re: USB Mouse not working

2005-03-20 Thread Marius Nünnerich
On Sun, 20 Mar 2005 19:29:18 + Ian Dowse <[EMAIL PROTECTED]> wrote: > BTW, before adding more workarounds here it would be worth reading: > > http://www.usb.org/developers/devclass_docs/HID1_11.pdf > > I don't know if this is true, but I suspect the main problem is > that we are simply

Re: USB Mouse not working

2005-03-20 Thread Marius Nünnerich
On Sun, 20 Mar 2005 13:39:59 -0500 Anish Mistry <[EMAIL PROTECTED]> wrote: > Is the code setting the UMS_T flags? If not, then force it in after > the detection routine section: > /* The Microsoft Wireless Intellimouse 2.0 reports it's wheel >* using 0x0048 (i've called it HUG_TWHEE

Re: USB Mouse not working

2005-03-20 Thread Ian Dowse
In message <[EMAIL PROTECTED]>, Anish Mistry writes: >sc->flags |= UMS_T; /* <--- Add this to force MS Intellimouse Mode */ >If that make is work we'll have to figure out a way to auto detect >this since it uses the same byte order, but doesn't have the tilt >wheel to facilitate detection. BTW,

Re: USB Mouse not working

2005-03-20 Thread Anish Mistry
On Sunday 20 March 2005 09:46 am, Marius Nünnerich wrote: > Hi, > > I recently purchased a cheap USB mouse/keyboard combination. If I > plug it in /dev/ums0 is created, I also can run moused -p > /dev/ums0, but the mouse will not move. > > I upgraded to a recent -STABLE, so ums.c is version 1.70.2.

USB Mouse not working

2005-03-20 Thread Marius Nünnerich
Hi, I recently purchased a cheap USB mouse/keyboard combination. If I plug it in /dev/ums0 is created, I also can run moused -p /dev/ums0, but the mouse will not move. I upgraded to a recent -STABLE, so ums.c is version 1.70.2.2. I compiled a kernel with options USB_DEBUG and set hw.usb.ums.debug

Re: USB mouse not working

2005-01-16 Thread Imobach González Sosa
On Sunday 16 January 2005 18:10, Jason Morgan wrote: > What brand of mouse you using? I have 2 IBM optical mice that need > disconnected and reconnected about 1/2 the time before they will work. > This happens to me in Linux, FreeBSD, and Windows so seems to be a mouse > issue. Happens to my br

Re: USB mouse not working

2005-01-16 Thread Jason Morgan
On Sun, Jan 16, 2005 at 10:33:46AM +, Imobach Gonz?lez Sosa wrote: > On Sunday 16 January 2005 03:47, Robert William Vesterman wrote: > > I found that my USB mouse works if and only if I boot without APCI support. > > Ok, it didn't work to me. I added > > hint.acpi.0.disabled="1" > (and also

Re: USB mouse not working

2005-01-16 Thread Imobach González Sosa
On Sunday 16 January 2005 03:47, Robert William Vesterman wrote: > I found that my USB mouse works if and only if I boot without APCI support. Ok, it didn't work to me. I added hint.acpi.0.disabled="1" (and also tried adding hint.apm.0.disabled="0" too) 'dmesg | grep acpi' returns no results, sa

Re: USB mouse not working

2005-01-15 Thread Robert William Vesterman
I found that my USB mouse works if and only if I boot without APCI support. Imobach González Sosa wrote: Hi all, Probably is my fault, but I can't get the mouse working on 5.3 STABLE. I've installed FreeBSD 5.3 RELEASE last night, and today I updated my sources and rebuilt 'world'. I've googled f

USB mouse not working

2005-01-15 Thread Imobach González Sosa
Hi all, Probably is my fault, but I can't get the mouse working on 5.3 STABLE. I've installed FreeBSD 5.3 RELEASE last night, and today I updated my sources and rebuilt 'world'. I've googled for a while and I can't fix the problem, so I'm posting the trouble to this list. I hope it's the correc