From: Miguel Gómez Date: Tue, 24 Jul 2012 13:05:25 +0000 (+0200) Subject: classmate-laptop: Fix extra keys hardware id. X-Git-Tag: v3.6-rc1~48^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ece8d515c264078a144bc597d0ffc40645ce378;p=pandora-kernel.git classmate-laptop: Fix extra keys hardware id. Since ACPI devices ids were changed to use always upper-case letters, the ACPI id of the extra keys (FNBT0000) was not maching the one defined in the driver (FnBT0000), causing the extra keys not to work. The patch replaces the driver id with the one reported by ACPI, fixing the problem. Signed-off-by: Miguel Gómez Signed-off-by: Matthew Garrett --- Reading git-diff-tree failed