Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 39330 Details for
Bug 63568
xorg-x11 : evdev keyboard case sensitivity patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
9001-evdev-patch.diff
9001-evdev-patch.diff (text/plain), 772 bytes, created by
Alan Swanson
on 2004-09-10 10:24:25 UTC
(
hide
)
Description:
9001-evdev-patch.diff
Filename:
MIME Type:
Creator:
Alan Swanson
Created:
2004-09-10 10:24:25 UTC
Size:
772 bytes
patch
obsolete
>--- 9001_all_4.3.0-lnx-evdev-keyboard.patch 2004-09-10 17:43:06.890512128 +0100 >+++ 9001_all_4.3.0-lnx-evdev-keyboard-new.patch 2004-09-10 17:12:28.000000000 +0100 >@@ -20,7 +19,7 @@ > { > KbdDevPtr pKbd = pInfo->private; > >-@@ -521,3 +522,381 @@ >+@@ -532,3 +533,377 @@ > #endif > return TRUE; > } >@@ -390,14 +389,10 @@ > + > + protocol = xf86SetStrOption(pInfo->options, "Protocol", NULL); > + >-+ if (!protocol) >-+ ret = FALSE; >-+ else if (!strcmp(protocol, "standard")) >-+ ret = stdKbdPreInit(pInfo, protocol); >-+ else if (!strcmp(protocol, "evdev")) >++ if (xf86NameCmp(protocol, "evdev") == 0) > + ret = evdevKbdPreInit(pInfo, protocol); > + else >-+ ret = FALSE; >++ ret = stdKbdPreInit(pInfo, protocol); > + > + xfree(protocol); > + return ret;
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 63568
: 39330