[Bug 188829] [atp] atp fails on Macbook Pro 4.1 [regression]

2018-12-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188829

--- Comment #8 from Chris  ---
I can confirm this issue still exists in 12.0-RELEASE amd64, and the patch in
Comment 5 resolves the issue. What needs to be done to get this patch in to
FreeBSD? Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 188829] [atp] atp fails on Macbook Pro 4.1 [regression]

2018-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188829

--- Comment #7 from Jason W. Bacon  ---
I've also noticed that the touch pad is pretty low quality.  At first I thought
it was the driver, but then I noticed that there is significant staircasing
under OS X as well, but the Apple driver does a better job hiding it, at least
when the cursor is moving fast.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 188829] [atp] atp fails on Macbook Pro 4.1 [regression]

2018-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188829

--- Comment #6 from Chris  ---
Product Name: MacBookPro2,2
FreeBSD: 11.2-RELEASE-p2

After following the instructions in Comment 5, I can now use the touchpad
without it freezing. I did find I needed to stop devd otherwise the atp module
would automatically reload when I unloaded it.

The touchpad is not the best, and does jump & skip sometimes, but I think that
has more to do with the age of the machine.

Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 188829] [atp] atp fails on Macbook Pro 4.1 [regression]

2018-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188829

--- Comment #5 from Jason W. Bacon  ---
Created attachment 196858
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=196858&action=edit
Unified diff

The author of the atp driver pointed me to this patch some time ago and I was
surprised to see that the problem still exists in 11.1-RELEASE.

It has to do with recalibrating the touchpad as temperature rises.

The patch still applies cleanly and solves the problem on my MacBook Pro.

>From dmidecode:

System Information
Manufacturer: Apple Computer, Inc.
Product Name: MacBookPro2,2
Version: 1.0

There's another small problem now, though.  "make install" places the module in
/boot/modules, and kldload still grabs the old one from /boot/kernel.

Here's what I do in total to make this problem go away:

cd /usr/src/sys/dev/usb/input
fetch http://acadix.biz/atp.patch
if [ ! -e atp.c.save ]; then
cp atp.c atp.c.save
fi
if [ ! -e atp.c.orig ]; then
patch < atp.patch
fi
if [ ! -e /boot/kernel/atp.ko.save ]; then
cp /boot/kernel/atp.ko /boot/kernel/atp.ko.save
fi
cd /usr/src/sys/modules/usb/atp
make
kldunload atp
make install
cp /boot/modules/atp.ko /boot/kernel
# protect filesystem in case kld[un]load causes problems. Hasn't happened for
# me with atp, but it's a general habit based on a few bad experiences.
sync
kldunload atp
kldload atp

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 188829] [atp] atp fails on Macbook Pro 4.1 [regression]

2018-05-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188829

Eitan Adler  changed:

   What|Removed |Added

 Status|In Progress |Open

--- Comment #4 from Eitan Adler  ---
batch change:

For bugs that match the following
-  Status Is In progress 
AND
- Untouched since 2018-01-01.
AND
- Affects Base System OR Documentation

DO:

Reset to open status.


Note:
I did a quick pass but if you are getting this email it might be worthwhile to
double check to see if this bug ought to be closed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 188829] [atp] atp fails on Macbook Pro 4.1 [regression]

2015-10-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188829

jwba...@tds.net changed:

   What|Removed |Added

 CC||jwba...@tds.net

--- Comment #3 from jwba...@tds.net ---
I'm seeing the same issue with my 2007 MacBook Pro in 10.2-RELEASE.

Roberto's hack is no longer viable, as atp.c has changed too much since 10.0.

I have src installed and would be willing to try any suggestions from an expert
in the area.

A diff of the two atp.c files produced way too many changes for me to track
down the bug on my own:

diff atp.c.10.0 atp.c | wc -l
3202

My workaround for now is restarting sysmouse every minute via crontab.

Jason

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"