This is a note to let you know that I've just added the patch titled ALSA: snd-usb-caiaq: Fix keymap for RigKontrol3
to the 2.6.33-longterm tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/longterm/longterm-queue-2.6.33.git;a=summary The filename of the patch is: alsa-snd-usb-caiaq-fix-keymap-for-rigkontrol3.patch and it can be found in the queue-2.6.33 subdirectory. If you, or anyone else, feels it should not be added to the 2.6.33 longterm tree, please let <sta...@kernel.org> know about it. >From f4389489b5cbe60b3441869c68bb4afe760969c4 Mon Sep 17 00:00:00 2001 From: Daniel Mack <zon...@gmail.com> Date: Sat, 6 Aug 2011 09:13:08 +0200 Subject: ALSA: snd-usb-caiaq: Fix keymap for RigKontrol3 From: Daniel Mack <zon...@gmail.com> commit f4389489b5cbe60b3441869c68bb4afe760969c4 upstream. Signed-off-by: Daniel Mack <zon...@gmail.com> Reported-by: Renato <naret...@gmail.com> Signed-off-by: Takashi Iwai <ti...@suse.de> Signed-off-by: Greg Kroah-Hartman <gre...@suse.de> --- sound/usb/caiaq/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/sound/usb/caiaq/input.c +++ b/sound/usb/caiaq/input.c @@ -28,7 +28,7 @@ static unsigned short keycode_ak1[] = { static unsigned short keycode_rk2[] = { KEY_1, KEY_2, KEY_3, KEY_4, KEY_5, KEY_6, KEY_7 }; static unsigned short keycode_rk3[] = { KEY_1, KEY_2, KEY_3, KEY_4, - KEY_5, KEY_6, KEY_7, KEY_5, KEY_6 }; + KEY_5, KEY_6, KEY_7, KEY_8, KEY_9 }; static unsigned short keycode_kore[] = { KEY_FN_F1, /* "menu" */ Patches currently in longterm-queue-2.6.33 which might be from zon...@gmail.com are /home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/alsa-snd-usb-caiaq-fix-keymap-for-rigkontrol3.patch _______________________________________________ stable mailing list stable@linux.kernel.org http://linux.kernel.org/mailman/listinfo/stable