FreeBSD Bugzilla – Attachment 5568 Details for
Bug 13215
ALPS GlidePoint in Sony Z505 not recognized
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 435 bytes, created by
jrozes
on 1999-08-18 03:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
jrozes
Created:
1999-08-18 03:00:01 UTC
Size:
435 bytes
patch
obsolete
>--- sys/i386/isa/psm.c.orig Tue Aug 17 15:32:39 1999 >+++ sys/i386/isa/psm.c Tue Aug 17 17:16:15 1999 >@@ -2027,7 +2027,9 @@ > */ > if (!mouse_id_proc1(sc->kbdc, PSMD_RES_LOW, 2, status)) > return FALSE; >- if ((status[0] & 0x10) || (status[1] == PSMD_RES_LOW)) >+ if (status[1] == PSMD_RES_LOW) >+ return FALSE; >+ if ((status[0] & 0x10) && (status[0] & 0x2C)) > return FALSE; > return TRUE; > }
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 13215
: 5568