commit | 0ece8d515c264078a144bc597d0ffc40645ce378 | [log] [tgz] |
---|---|---|
author | Miguel Gómez <magomez@igalia.com> | Tue Jul 24 15:05:25 2012 +0200 |
committer | Matthew Garrett <mjg@redhat.com> | Sat Jul 28 00:28:53 2012 -0400 |
tree | 79de1740b536d519fe6b3d4615b9a52ef419eb7b | |
parent | 7125587df4e87224dbd3b90ddf6f23e83044ae30 [diff] |
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 <magomez@igalia.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>