* MacBook keyboard
@ 2008-01-14 11:39 Tobias Müller
0 siblings, 0 replies; only message in thread
From: Tobias Müller @ 2008-01-14 11:39 UTC (permalink / raw)
To: linux-input
[-- Attachment #1: Type: text/plain, Size: 647 bytes --]
Hello!
I've got a third-generation MacBook and the Fn-Key is not working,
althought CONFIG_USB_HIDINPUT_POWERBOOK is set to y.
I checked drivers/hid/usbhid/hid-quirks.c and found, that the device_id
of my keyboard isn't specified there.
I changed
#define USB_DEVICE_ID_APPLE_GEYSER4_ISO 0x021b
to
#define USB_DEVICE_ID_APPLE_GEYSER4_ISO 0x022a
and everyhting is working fine.
I had the same issue on my desktop, where I have an new apple desktop
keyboard. Here I had to change to
#define USB_DEVICE_ID_APPLE_GEYSER4_ISO 0x0221
and also everything was working.
Maybe this should be added for the next release.
Regards
Tobias
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3389 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-14 11:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-14 11:39 MacBook keyboard Tobias Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).