Re: USB mouse problem

2005-10-21 Thread Sergey Babkin
I do have the mouse working, but with a couple of issues. The main problem seems to be that the last 3 bytes of the sc_data seem to be wrong. Their values never change from the time that the device is attached. They're usually all 0, but sometimes have values. The forth byte is supposed to

Re: USB mouse problem

2005-10-21 Thread Sergey Babkin
I do have the mouse working, but with a couple of issues. The main problem seems to be that the last 3 bytes of the sc_data seem to be wrong. Their values never change from the time that the device is attached. They're usually all 0, but sometimes have values. The forth byte is supposed to

Re: USB mouse problem

2005-10-20 Thread Kris Maglione
Sorry for all of the extra posts, but... I do have the mouse working, but with a couple of issues. The main problem seems to be that the last 3 bytes of the sc_data seem to be wrong. Their values never change from the time that the device is attached. They're usually all 0, but sometimes have

Re: USB mouse problem

2005-10-20 Thread Kris Maglione
On Thu, Oct 20, 2005 at 10:37:05AM -0500, Sergey Babkin wrote: But, it looks to me like it does not use the HID descriptor. The other possibility is that the HID descriptor in your device is wrong (as in a firmware bug). I wish it were that simple, but... it does use the HID. And it detects

USB mouse problem

2005-10-19 Thread Kris Maglione
I've had a Gyration USB keyboard/mouse combo for a few years, and haven't used the mouse, simply because it didn't work with FreeBSD. I've finally gotten around to trying to do something about that. Both the mouse and keyboard are recognized. The problem is that all input is ignored unless

Re: USB mouse problem

2005-10-19 Thread Kris Maglione
I guess I shouldn't post to this list so late at night... The ++ part of *ibuf++ just hit me. Replacing if (sc-sc_iid) with if (0 ...) fixes the whole problem. I'd still like to find a way to fix this permanantly. -- Kris Maglione Whatever can go to New York, will.