Re: usb touchpad not working properly on CURRENT with usb2

2009-03-09 Thread Hans Petter Selasky
On Monday 09 March 2009, Boris Kotzev wrote: > > Hi Boris, > > > > Based on the HID descriptor dump you sent I've found and corrected a > > couple of bugs in the FreeBSD kernel HID parser. > > > > 1) cvsup to latest current. > > 2) replace the two patched files with the version from USB P4 > > 3) c

Re: Latest kernel breaks scanner

2009-03-09 Thread Hans Petter Selasky
On Sunday 08 March 2009, Andrew Thompson wrote: > On Sun, Mar 08, 2009 at 03:43:53PM -0600, M. Warner Losh wrote: > > In message: <20090308203157.gc30...@citylink.fud.org.nz> > > > > Andrew Thompson writes: > > : On Sun, Mar 08, 2009 at 01:06:59PM -0600, M. Warner Losh wrote: > > : > S

Re: 1wire sensor with ugen...

2009-03-09 Thread Hans Petter Selasky
On Sunday 08 March 2009, Conall O'Brien wrote: > Hello, > > I've a 1wire USB device with a temperature sensor which I'm trying to set > up. My FreeBSD 7.x (RELENG_7) system detects it on boot and IDs it > correctly: > > ugen1: on uhub0 > > which results in /dev/ugen1 , /dev/ugen1.1 and /dev/ugen1.

Re: usb touchpad not working properly on CURRENT with usb2

2009-03-09 Thread Boris Kotzev
> > Can you get me dmesg with ums debugging enabled when you move the cursor? > > What does: > > ps auxw |grep moused > > output ? > > --HPS Hi Hans, With "hw.usb2.ums.debug" set to "5" the touchpad attaches as follows: ukbd0: on usbus0 kbd1 at ukbd0 ums1: on usbus0 ums1: 3 buttons and [XY] co

Re: usb touchpad not working properly on CURRENT with usb2

2009-03-09 Thread Hans Petter Selasky
On Monday 09 March 2009, Boris Kotzev wrote: > Boris Kotzev Try the following patch: http://perforce.freebsd.org/chv.cgi?CH=158916 Repeat with ums debugging turned on. I think I see what is wrong now. --HPS ___ freebsd-usb@freebsd.org mailing list htt

Re: Latest kernel breaks scanner

2009-03-09 Thread M. Warner Losh
In message: <200903091233.55089.hsela...@c2i.net> Hans Petter Selasky writes: : On Sunday 08 March 2009, Andrew Thompson wrote: : > On Sun, Mar 08, 2009 at 03:43:53PM -0600, M. Warner Losh wrote: : > > In message: <20090308203157.gc30...@citylink.fud.org.nz> : > > : > > And

Re: Latest kernel breaks scanner

2009-03-09 Thread Hans Petter Selasky
On Monday 09 March 2009, M. Warner Losh wrote: > In message: <200903091233.55089.hsela...@c2i.net> > > Hans Petter Selasky writes: > : On Sunday 08 March 2009, Andrew Thompson wrote: > : > On Sun, Mar 08, 2009 at 03:43:53PM -0600, M. Warner Losh wrote: > : > > In message: <200903082031

Re: Latest kernel breaks scanner

2009-03-09 Thread M. Warner Losh
In message: <200903091404.34912.hsela...@c2i.net> Hans Petter Selasky writes: : On Monday 09 March 2009, M. Warner Losh wrote: : > In message: <200903091233.55089.hsela...@c2i.net> : > : > Hans Petter Selasky writes: : > : On Sunday 08 March 2009, Andrew Thompson wrote: :

Re: usb touchpad not working properly on CURRENT with usb2

2009-03-09 Thread Boris Kotzev
> Try the following patch: > > http://perforce.freebsd.org/chv.cgi?CH=158916 > > Repeat with ums debugging turned on. I think I see what is wrong now. > > --HPS The touchpad is functioning properly now! dmesg output with "sysctl hw.usb2.ums.debug=5": ums1: on usbus0 ums1: 3 buttons and [XY] coo

Re: Latest kernel breaks scanner

2009-03-09 Thread Andrew Thompson
On Mon, Mar 09, 2009 at 07:39:31AM -0600, M. Warner Losh wrote: > In message: <200903091404.34912.hsela...@c2i.net> > Hans Petter Selasky writes: > : On Monday 09 March 2009, M. Warner Losh wrote: > : > In message: <200903091233.55089.hsela...@c2i.net> > : > > : > Hans Pett

Re: usb touchpad not working properly on CURRENT with usb2

2009-03-09 Thread Andrew Thompson
On Mon, Mar 09, 2009 at 04:19:51PM +0200, Boris Kotzev wrote: > > Try the following patch: > > > > http://perforce.freebsd.org/chv.cgi?CH=158916 > > > > Repeat with ums debugging turned on. I think I see what is wrong now. > > > > --HPS > > The touchpad is functioning properly now! > Committed i

Current problem reports assigned to freebsd-usb@FreeBSD.org

2009-03-09 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker

HEADSUP: usb ports should be fixed

2009-03-09 Thread Andrew Thompson
Hi, Stanislav has updated the usb ports that depend on libusb to use the library from the base system, this should fix the majority of usb apps. Please see /usr/ports/UPDATING for instructions about this. Andrew ___ freebsd-usb@freebsd.org mailing lis

USB2 makes moused insane

2009-03-09 Thread Andrey Chernov
Every pure mouse movement now acts like pressing several buttons at the same time which cause parts of console text under cursor copied/pasted randomly. This is "Logitech G3" mouse, corresponding dmesg entries are: ugen2.2: at usbus2 ums0: on usbus2 ums0: 16 buttons and [XYZ] coordinates uhid

Re: USB2 makes moused insane

2009-03-09 Thread Doug Barton
Andrey Chernov wrote: > Every pure mouse movement now acts like pressing several buttons at the > same time which cause parts of console text under cursor copied/pasted > randomly. > > This is "Logitech G3" mouse, corresponding dmesg entries are: > > ugen2.2: at usbus2 > ums0: on usbus2 > ums

Re: USB2 makes moused insane

2009-03-09 Thread Andrey Chernov
On Mon, Mar 09, 2009 at 10:20:05PM -0700, Doug Barton wrote: > Andrey Chernov wrote: > > Every pure mouse movement now acts like pressing several buttons at the > > same time which cause parts of console text under cursor copied/pasted > > randomly. > > > > This is "Logitech G3" mouse, correspon

Re: USB2 makes moused insane

2009-03-09 Thread Beech Rintoul
On Monday 09 March 2009 20:56:06 Andrey Chernov wrote: > Every pure mouse movement now acts like pressing several buttons at the > same time which cause parts of console text under cursor copied/pasted > randomly. > > This is "Logitech G3" mouse, corresponding dmesg entries are: > > ugen2.2: at us