FreeBSD Bugzilla – Attachment 9010 Details for
Bug 18651
Capslock LED doesn't work in XFree86 when using a syscons keymap with more that 128 keys defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 513 bytes, created by
mike
on 2000-05-18 13:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mike
Created:
2000-05-18 13:20:00 UTC
Size:
513 bytes
patch
obsolete
>--- sys/dev/kbd/atkbd.c,orig Fri Apr 21 13:17:53 2000 >+++ sys/dev/kbd/atkbd.c Thu May 18 15:34:55 2000 >@@ -860,7 +860,7 @@ > } > i = *(int *)arg; > /* replace CAPS LED with ALTGR LED for ALTGR keyboards */ >- if (kbd->kb_keymap->n_keys > ALTGR_OFFSET) { >+ if (state->ks_mode == K_XLATE && kbd->kb_keymap->n_keys > ALTGR_OFFSET) { > if (i & ALKED) > i |= CLKED; > else
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 18651
: 9010