Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 298521 Details for
Bug 426576
[PATCH] macbook 3.1 and apple aluminum keyboards fn key does not work
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Update to Apple aluminum keyboard key mappings
linux-2.6-input-apple-kbd-change-keycodes.patch (text/plain), 2.05 KB, created by
Chuck Ebbert
on 2008-03-19 14:51:19 UTC
(
hide
)
Description:
Update to Apple aluminum keyboard key mappings
Filename:
MIME Type:
Creator:
Chuck Ebbert
Created:
2008-03-19 14:51:19 UTC
Size:
2.05 KB
patch
obsolete
>After a discussion with the autor of the original patch adding support >for Apple's new aluminium keyboards >(a45d82d19a6c2a717bcc33cff243199b77fa0082), Michel Dänzer, we decided >that some changes should be done. > >Please push this patch into 2.6.25 before it's released. Changing the >key codes later might confuse users. > >Signed-off-by: Michael Hanselmann <linux-kernel@hansmi.ch> > >--- >--- linux-2.6.25-rc6.orig/drivers/hid/hid-input.c 2008-03-17 15:46:52.000000000 +0100 >+++ linux-2.6.25-rc6/drivers/hid/hid-input.c 2008-03-17 15:52:37.000000000 +0100 >@@ -98,18 +98,16 @@ struct hidinput_key_translation { > > static struct hidinput_key_translation apple_fn_keys[] = { > { KEY_BACKSPACE, KEY_DELETE }, >- { KEY_F1, KEY_BRIGHTNESSDOWN, APPLE_FLAG_FKEY }, >- { KEY_F2, KEY_BRIGHTNESSUP, APPLE_FLAG_FKEY }, >- { KEY_F3, KEY_CYCLEWINDOWS, APPLE_FLAG_FKEY }, /* Exposé */ >- { KEY_F4, KEY_FN_F4, APPLE_FLAG_FKEY }, /* Dashboard */ >- { KEY_F5, KEY_FN_F5 }, >- { KEY_F6, KEY_FN_F6 }, >- { KEY_F7, KEY_BACK, APPLE_FLAG_FKEY }, >- { KEY_F8, KEY_PLAYPAUSE, APPLE_FLAG_FKEY }, >- { KEY_F9, KEY_FORWARD, APPLE_FLAG_FKEY }, >- { KEY_F10, KEY_MUTE, APPLE_FLAG_FKEY }, >- { KEY_F11, KEY_VOLUMEDOWN, APPLE_FLAG_FKEY }, >- { KEY_F12, KEY_VOLUMEUP, APPLE_FLAG_FKEY }, >+ { KEY_F1, KEY_BRIGHTNESSDOWN, APPLE_FLAG_FKEY }, >+ { KEY_F2, KEY_BRIGHTNESSUP, APPLE_FLAG_FKEY }, >+ { KEY_F3, KEY_FN_F5, APPLE_FLAG_FKEY }, /* Exposé */ >+ { KEY_F4, KEY_FN_F4, APPLE_FLAG_FKEY }, /* Dashboard */ >+ { KEY_F7, KEY_PREVIOUSSONG, APPLE_FLAG_FKEY }, >+ { KEY_F8, KEY_PLAYPAUSE, APPLE_FLAG_FKEY }, >+ { KEY_F9, KEY_NEXTSONG, APPLE_FLAG_FKEY }, >+ { KEY_F10, KEY_MUTE, APPLE_FLAG_FKEY }, >+ { KEY_F11, KEY_VOLUMEDOWN, APPLE_FLAG_FKEY }, >+ { KEY_F12, KEY_VOLUMEUP, APPLE_FLAG_FKEY }, > { KEY_UP, KEY_PAGEUP }, > { KEY_DOWN, KEY_PAGEDOWN }, > { KEY_LEFT, KEY_HOME }, >
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 Raw
Actions:
View
Attachments on
bug 426576
:
290294
|
292293
|
294650
|
298060
| 298521