[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2010-01-07 Thread pablofunes
It's hard to believe that a new keyboard model out of a manufacturer would require recompiling the kernel? Linus ought to be ashamed: the hex id for the specific keyboard model is hard-coded in the kernel source code? True: it's actually a keyboard-handler loadable module, but still you seem to

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2010-01-06 Thread Michael Sotnikov
Guys, check right bug (fn for Apple Wireless Keyboard) #499013. It has solution. Works well for Apple Wireless Keyboard [05ac:023a] - the only difference is product id. -- macbook3,1 and apple aluminum keyboards fn key does not work https://bugs.launchpad.net/bugs/162083 You received this bug

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2009-12-15 Thread Mahmoud Abdelkader
I can confirm this as well % hidd --show 60:FB:42:03:95:BF Apple Wireless Keyboard [05ac:0239] connected I tried looking in the source files in net/bluetooth/hidp/core.c to see if I can backport one of the patches from above but the file drastically changed from the previous patches. Would

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2009-12-14 Thread James
I can confirm too - I get the following as well: $ hidd --show 60:FB:42:08:9D:B6 Apple Wireless Keyboard [05ac:0239] connected Took me a long time to figure this out! Boy, I wish I could use my new Fn key. -- macbook3,1 and apple aluminum keyboards fn key does not work

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2009-11-15 Thread Michael Nischt
I can confirm pablofunes comment, hope it will be fixed soon. -- macbook3,1 and apple aluminum keyboards fn key does not work https://bugs.launchpad.net/bugs/162083 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2009-11-13 Thread pablofunes
UPDATE: A newly purchased (11/12/09) Apple Blueetooth Keyboard is having the same problem on kernel 2.6.30.9! I guess they have changed the hex id (from 022d to 0239) of the keyboard, so the patch doesn't know to enable the FN key on this keyboard? $ hidd --show 60:FB:42:00:5A:CD Apple Wireless

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2009-02-10 Thread uli
I included a patch for the current ubuntu kernel 2.6.24 from Hardy, so that it also activates fn key for Apple bluetooth alu keyboards, that identify as hidd 05ac:022d (and not only for 05ac:022c as tested by kernel 2.6.24). I tested the patch with my keyboard, that identifies with hidd

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 2.6.27-7.12 --- linux (2.6.27-7.12) intrepid; urgency=low [ Chuck Short ] * xen: Add xen modules to virtual flavours. [ Mario Limonciello ] * SAUCE: Add back in lost commit for Apple BT Wireless Keyboard - LP: #162083 [ Tim

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-10-15 Thread Tim Gardner
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu- intrepid.git;a=commit;h=c25072126a591fec9481197aab361469661c050e ** Changed in: linux (Ubuntu) Assignee: Stefan Bader (stefan-bader-canonical) = Tim Gardner (timg-tpi) Status: Confirmed = Fix Committed -- macbook3,1 and apple aluminum

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-10-14 Thread Mario Limonciello
This fix got lost going to intrepid. I'm opening this bug back up. I submitted it to the mailing list to be added back in and submitted it upstream. ** Changed in: linux (Ubuntu) Status: Fix Released = Confirmed -- macbook3,1 and apple aluminum keyboards fn key does not work

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-05-06 Thread MrMEEE
The problem is still there for my Aluminium Wireless keyboard... If I in: linux-2.6.24/net/bluetooth/hidp/core.c changes { 0x05ac, 0x022c, HID_QUIRK_APPLE_HAS_FN }, to { 0x05ac, 0x022d, HID_QUIRK_APPLE_HAS_FN }, Then it works... there are probably different versions of the

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-04-19 Thread Petar Forai
I experience the same kind of regression, F{1,2,3,4} keys are only working properly when pressed in conjunction with Fn, ie Fn + F1 = F1. -- macbook3,1 and apple aluminum keyboards fn key does not work https://bugs.launchpad.net/bugs/162083 You received this bug notification because you are a

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-04-09 Thread Tommy Vestermark
The fix introduced for this bug seems to include several regressions for a lot of people. See Bug #201711, Bug #201887 and Bug #214786. Generally it seems like a wrong solution to make all this peculiar keyboard mapping in kernel space and introduce kernel module parameters (pb_fnmode) for user

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-03-22 Thread Ian Ohr
** Tags added: macbook3.1 -- macbook3,1 and apple aluminum keyboards fn key does not work https://bugs.launchpad.net/bugs/162083 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-03-18 Thread Jean-François Fortin Tam
this seems to have caused a regression that messes up the numlock/fn keys, and (in my case at least) the F1/F2/F3/F* keys too. See bug #201887. Any thoughts? -- macbook3,1 and apple aluminum keyboards fn key does not work https://bugs.launchpad.net/bugs/162083 You received this bug notification

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-03-18 Thread Mario Limonciello
Jean - Lets keep discussion on the separate issue on the separate bug. ** Changed in: mactel-support Status: Confirmed = Fix Released -- macbook3,1 and apple aluminum keyboards fn key does not work https://bugs.launchpad.net/bugs/162083 You received this bug notification because you are

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-03-12 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 2.6.24-12.21 --- linux (2.6.24-12.21) hardy; urgency=low [Ben Collins] * build: Fix vesafb module inclusion into initrd subdir - LP: #129910 * net/bluetooth: POWERBOOK = APPLE, fix for apple keyboard patch * custom/xen: Remove

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-03-11 Thread Stefan Bader
Added Mario's follow up patch to the repository. ** Changed in: linux (Ubuntu) Status: Fix Released = In Progress ** Changed in: linux (Ubuntu) Status: In Progress = Fix Committed -- macbook3,1 and apple aluminum keyboards fn key does not work

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-03-09 Thread Kai Krueger
Kernel 2.6.24-12.18 works nicely for me on a MacBook 4.1. I do see the same problem as Mario though that one needs to press fn to get at the fx keys rather than the special symbols. (So for example to press alt-f4 one now needs to press 3 keys simultaneous) As described by Chris, I can fix it by

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-03-09 Thread Mario Limonciello
This fix doesn't work for my wireless aluminum keyboard unfortunately. I'm guessing it's just missing a vendor id or product id for it, but I haven't investigated closely. -- macbook3,1 and apple aluminum keyboards fn key does not work https://bugs.launchpad.net/bugs/162083 You received this bug

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-03-09 Thread Mario Limonciello
Here is a patch to fix the issue I have with the wireless variant. ** Attachment added: 0001-UBUNTU-Enable-FN-key-on-Apple-aluminum-bluetooth-ke.patch http://launchpadlibrarian.net/12530120/0001-UBUNTU-Enable-FN-key-on-Apple-aluminum-bluetooth-ke.patch -- macbook3,1 and apple aluminum

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-03-07 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 2.6.24-12.18 --- linux (2.6.24-12.18) hardy; urgency=low [Amit Kucheria] * Move Marvell 8686 and 8688 to LUM * Poulsbo: Sync patches with moblin/ume-hardy tree * Break if a patch fails to apply * SAUCE: implement smarter atime

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-03-07 Thread Robert Nasiadek
Oh come on, don't tell me we'll have to patch hardy kernel just to get the keyboard working as expected. This really IS a small patch. -- macbook3,1 and apple aluminum keyboards fn key does not work https://bugs.launchpad.net/bugs/162083 You received this bug notification because you are a

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-03-04 Thread Leann Ogasawara
Just adding a note that against 2.6.22 this fix will not be backported as it does not qualify for a stable release update. I'm closing the 2.6.22 task as a result. Thanks. ** Changed in: linux-source-2.6.22 (Ubuntu) Status: Confirmed = Won't Fix -- macbook3,1 and apple aluminum

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-03-03 Thread Stefan Bader
** Changed in: linux (Ubuntu) Assignee: Ubuntu Kernel Team (ubuntu-kernel-team) = Stefan Bader (stefan-bader-canonical) Status: Triaged = In Progress -- macbook3,1 and apple aluminum keyboards fn key does not work https://bugs.launchpad.net/bugs/162083 You received this bug

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-03-03 Thread Stefan Bader
** Changed in: linux (Ubuntu) Status: In Progress = Fix Committed -- macbook3,1 and apple aluminum keyboards fn key does not work https://bugs.launchpad.net/bugs/162083 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-03-03 Thread Robert Nasiadek
Yay! Fix committed. Thanks a lot for taking this in! -- macbook3,1 and apple aluminum keyboards fn key does not work https://bugs.launchpad.net/bugs/162083 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-02-29 Thread Leann Ogasawara
Hi Guys, I looks like there are some patches in the upstream mainline kernel that may help resolve this bug. They appear to have gone in upstream after the 2.6.24 release which explains why they didn't make it into the Hardy kernel by default. I'm adding the upstream git commit id's for the

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-02-17 Thread Chris Irwin
** Also affects: mactel-support Importance: Undecided Status: New ** Changed in: mactel-support Importance: Undecided = Medium Assignee: (unassigned) = Chris Irwin (chrisirwin) Status: New = Confirmed -- macbook3,1 and apple aluminum keyboards fn key does not work

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-02-15 Thread Robert Nasiadek
C'mon, let's add this to Hardy. It's a small and harmless patch that will save a lot of trouble for many people. -- macbook3,1 and apple aluminum keyboards fn key does not work https://bugs.launchpad.net/bugs/162083 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-02-15 Thread Chris Irwin
This is the current patch that applies to 2.6.24-8.31 ** Attachment added: Patch against Hardy 2.6.24-8.13 http://launchpadlibrarian.net/12034068/009-hid-add-new-apple-keyboard.patch -- macbook3,1 and apple aluminum keyboards fn key does not work https://bugs.launchpad.net/bugs/162083 You

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-02-07 Thread Chris Irwin
** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Status: New = Confirmed -- macbook3,1 and apple aluminum keyboards fn key does not work https://bugs.launchpad.net/bugs/162083 You received this bug notification because you are a

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-01-29 Thread Filippo Giunchedi
Hi, is there any change this patch will eventually end in the HID tree? looks quite harmless to add a few ID and quirks thanks -- macbook3,1 and apple aluminum keyboards fn key does not work https://bugs.launchpad.net/bugs/162083 You received this bug notification because you are a member of

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-01-06 Thread keans
I am glad it is working. I found this patch just by coincidence by googling for the apple aluminum keyboard... If you see the first posts, this patch seems to be published a while ago in this newsgroup gmane.linux.bluez.devel http://search.gmane.org/?author=Dean+McCarronsort=date However, I

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-01-05 Thread keans
After doing some research on this topic I found the following patch http://www.unionofopposites.com/tech/applebtkb.shtml, which at first does not work for me; however, after doing some further research I realised that hidd is showing 05ac:022d for my keyboard (perhaps a new version of the

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-01-05 Thread Mario Limonciello
Well the more interesting part is that it is showing the same revision as the poster for my keyboard. 00:1B:63:FC:42:88 Apple Wireless Keyboard [05ac:022c] connected. Where did you come across that post? According to:

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-01-05 Thread Mario Limonciello
Indeed that patch works perfectly for me on my aluminum wireless keyboard. (05ac:022c) -- macbook3,1 and apple aluminum keyboards fn key does not work https://bugs.launchpad.net/bugs/162083 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-01-05 Thread Mario Limonciello
Well scratch the *perfectly*, it works well enough to re-enable the fn key, but all the mappings for the fX (f1 f2 f3 etc) keys are thrown off. Additionally the fn lock is on at all times, and turned off when i hold it down. -- macbook3,1 and apple aluminum keyboards fn key does not work

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-01-05 Thread Chris Irwin
Mario, You should still be able to set /sys/module/hid/parameters/pb_fnmode to 2 and switch the fn key. You would still need the patch included for the other keyboards to get the proper function mappings. however, There may be some other changes required to get those IDs to use the new mappings.

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2007-12-21 Thread Chris Irwin
Set to Confirmed and assigned to Ubuntu Kernel Team. Some (but not all) devices discussed in this bug appear to be fixed upstream, but are not yet in Hardy's 2.6.24 kernel ** Changed in: linux-meta (Ubuntu) Assignee: (unassigned) = Ubuntu Kernel Team (ubuntu-kernel-team) Status: New

Re: [Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2007-12-12 Thread Mario Limonciello
Chris Irwin wrote: Mario I had thought that the wireless devices would still go through the usbhid as there seems to be no other applicable quirks file. I did not have an apple bluetooth keyboard to test, and it never occurred to me that it may not. Do you know what driver handles your

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2007-12-11 Thread Mario Limonciello
Chris, Additionally, the patches posted here don't seem to work with my wireless variant. Note that they are patching the hid-quirk's in the usb* devices only. Shouldn't they be applied elsewhere for the wireless version? -- macbook3,1 and apple aluminum keyboards fn key does not work

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2007-12-11 Thread Chris Irwin
Mario I had thought that the wireless devices would still go through the usbhid as there seems to be no other applicable quirks file. I did not have an apple bluetooth keyboard to test, and it never occurred to me that it may not. Do you know what driver handles your keyboard then? --

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2007-12-10 Thread Mario Limonciello
In case these aren't automatically added for the 2.6.24 kernel in hardy, here are the two commits (as of 2.6.24rc2): http://git.kernel.org/?p=linux/kernel/git/jikos/hid.git;a=commitdiff;h=18947e227b295bc65ffa38401e151f08231828a0

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2007-12-10 Thread Chris Irwin
Note that the git packages referenced are lacking the wireless aluminum + macbook3,1 IDs -- macbook3,1 and apple aluminum keyboards fn key does not work https://bugs.launchpad.net/bugs/162083 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2007-11-23 Thread Chris Irwin
sidgalt, what kind of keyboard do you have? can you please attach the output of `lsusb` to this ticket? The brightness keys send the correct key codes, but being detected by HAL requires the patch in bug #163725. Having HAL do something when these keys are detected depends on bug #162560.

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2007-11-18 Thread sidgalt
I tried installing this patch on both i386 and amd64. This patch works for me on both for the fn key but the brightness controls aren't working (with or without the patch/with or without pommed v1.11). -- macbook3,1 and apple aluminum keyboards fn key does not work

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2007-11-18 Thread sidgalt
udpate: the patch seems to have changed the functionality of my ` key. Whenever I press the ` key, I get the character . Whenever I press shift to along with ` to get ~, I get . Also the F5 and F6 keys are producing ~ character in the terminal. -- macbook3,1 and apple aluminum keyboards fn key

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2007-11-16 Thread cleentrax
I can confirm that this patch works, at least for the fn key. -- macbook3,1 and apple aluminum keyboards fn key does not work https://bugs.launchpad.net/bugs/162083 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2007-11-11 Thread Chris Irwin
** Attachment added: Patch for apple macbook 3,1 keyboards http://launchpadlibrarian.net/10334998/hid-add-new-apple-keyboard.patch -- macbook3,1 and apple aluminum keyboards fn key does not work https://bugs.launchpad.net/bugs/162083 You received this bug notification because you are a