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

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: 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: 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: > > 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: usb touchpad not working properly on CURRENT with usb2

2009-03-08 Thread Boris Kotzev
> 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) compile new kernel and modules > > If it doesn't work, then tu

Re: usb touchpad not working properly on CURRENT with usb2

2009-03-08 Thread Hans Petter Selasky
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) compile new kernel and modules If it doesn't work, then turn on ums debugg

Re: usb touchpad not working properly on CURRENT with usb2

2009-03-06 Thread Boris Kotzev
On петък 06 март 2009 21:00:22 you wrote: > On Friday 06 March 2009, Boris Kotzev wrote: > > Hi Hans, > > > > Changing the bfsz from 0 to 128 in ums.c did not solve the problem. The > > touchpad continues to respond to input in the same weird way. > > Hi Boris, > > Please dump the HID descriptor of

Re: usb touchpad not working properly on CURRENT with usb2

2009-03-06 Thread Hans Petter Selasky
On Friday 06 March 2009, Boris Kotzev wrote: > > Hi Hans, > > Changing the bfsz from 0 to 128 in ums.c did not solve the problem. The > touchpad continues to respond to input in the same weird way. > Hi Boris, Please dump the HID descriptor of your interface 1 of the apple keyboard like this: u

Re: usb touchpad not working properly on CURRENT with usb2

2009-03-06 Thread Boris Kotzev
On петък 06 март 2009 18:21:15 you wrote: > On Thursday 05 March 2009, Boris Kotzev wrote: > > > On Wednesday 04 March 2009, Boris Kotzev wrote: > > > > > On Wednesday 04 March 2009, Boris Kotzev wrote: > > > > Thanks! > > > > Boris Kotzev > > Try editing /sys/dev/usb/input/ums.c . Change "bufsize"

Re: usb touchpad not working properly on CURRENT with usb2

2009-03-06 Thread Hans Petter Selasky
On Thursday 05 March 2009, Boris Kotzev wrote: > > On Wednesday 04 March 2009, Boris Kotzev wrote: > > > > On Wednesday 04 March 2009, Boris Kotzev wrote: > > > Thanks! > > Boris Kotzev Try editing /sys/dev/usb/input/ums.c . Change "bufsize": static const struct usb2_config ums_config[UMS_N_TRAN

Re: usb touchpad not working properly on CURRENT with usb2

2009-03-05 Thread Boris Kotzev
> On Wednesday 04 March 2009, Boris Kotzev wrote: > > > On Wednesday 04 March 2009, Boris Kotzev wrote: > > > > Hi, > > > > > > > > The touchpad of my laptop is not responding properly to input > > > > anymore. It used to work fine with the old usb stack. > > > > > > > > The laptop is running CURRE

Re: usb touchpad not working properly on CURRENT with usb2

2009-03-05 Thread Hans Petter Selasky
On Wednesday 04 March 2009, Boris Kotzev wrote: > > On Wednesday 04 March 2009, Boris Kotzev wrote: > > > Hi, > > > > > > The touchpad of my laptop is not responding properly to input anymore. > > > It used to work fine with the old usb stack. > > > > > > The laptop is running CURRENT from yesterda

Re: usb touchpad not working properly on CURRENT with usb2

2009-03-04 Thread Boris Kotzev
> On Wednesday 04 March 2009, Boris Kotzev wrote: > > Hi, > > > > The touchpad of my laptop is not responding properly to input anymore. It > > used to work fine with the old usb stack. > > > > The laptop is running CURRENT from yesterday: > > > > FreeBSD zembla.universe 8.0-CURRENT FreeBSD 8.0-CUR

Re: usb touchpad not working properly on CURRENT with usb2

2009-03-04 Thread Hans Petter Selasky
On Wednesday 04 March 2009, Boris Kotzev wrote: > Hi, > > The touchpad of my laptop is not responding properly to input anymore. It > used to work fine with the old usb stack. > > The laptop is running CURRENT from yesterday: > > FreeBSD zembla.universe 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Mar

usb touchpad not working properly on CURRENT with usb2

2009-03-04 Thread Boris Kotzev
Hi, The touchpad of my laptop is not responding properly to input anymore. It used to work fine with the old usb stack. The laptop is running CURRENT from yesterday: FreeBSD zembla.universe 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Mar 4 17:30:05 EET 2009 u...@zembla.universe:/usr/obj/usr/src/s