From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: [git pull] Input updates for 2.6.32-rc8 Date: Sun, 29 Nov 2009 23:17:53 -0800 Message-ID: <20091130071753.GA10295@core.coreip.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pz0-f171.google.com ([209.85.222.171]:61951 "EHLO mail-pz0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751077AbZK3HRu (ORCPT ); Mon, 30 Nov 2009 02:17:50 -0500 Content-Disposition: inline Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Linus Torvalds Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus or master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. The only change is the way we build keysyms that are used by braille keyboards. Without this fix they simply don't work, other keyboards should not be affected. Changelog: --------- Samuel Thibault (1): Input: keyboard - fix braille keyboard keysym generation Diffstat: -------- drivers/char/keyboard.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Dmitry