FreeBSD Bugzilla – Attachment 215962 Details for
Bug 247417
fix to make touchpad work under freebsd 12.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
psm.patch
psm.patch (text/plain), 398 bytes, created by
Vladimir Kondratyev
on 2020-06-26 15:14:48 UTC
(
hide
)
Description:
psm.patch
Filename:
MIME Type:
Creator:
Vladimir Kondratyev
Created:
2020-06-26 15:14:48 UTC
Size:
398 bytes
patch
obsolete
>diff --git a/sys/dev/atkbdc/psm.c b/sys/dev/atkbdc/psm.c >index b010182be6b4..5a7779a79f43 100644 >--- a/sys/dev/atkbdc/psm.c >+++ b/sys/dev/atkbdc/psm.c >@@ -5032,7 +5032,7 @@ psmsoftintr(void *arg) > case MOUSE_MODEL_GLIDEPOINT: > /* `tapping' action */ > ms.button |= ((c & MOUSE_PS2_TAP)) ? 0 : >- MOUSE_BUTTON4DOWN; >+ MOUSE_BUTTON1DOWN; > break; > > case MOUSE_MODEL_NETSCROLL:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 247417
:
215779
|
215781
|
215782
|
215783
| 215962