commit | 394cb778ca2b9627e5189076e7299e8ab3969c7e | [log] [tgz] |
---|---|---|
author | Andy Lutomirski <luto@kernel.org> | Fri Nov 13 21:49:31 2015 -0800 |
committer | Darren Hart <dvhart@linux.intel.com> | Fri Nov 20 16:22:52 2015 -0800 |
tree | a84cdbf3797069ce639521aebd33c4a5fd92070f | |
parent | 260e0eca80b4b279ac300c6dc50210b684a959b0 [diff] |
dell_wmi: Use a C99-style array for bios_to_linux_keycode It's currently hard to follow what maps to what, and it's hard to edit the array. Redo it as a C99-style array. I generated this using emacs regexes and a python one-liner. Signed-off-by: Andy Lutomirski <luto@kernel.org> Acked-by: Pali Rohár <pali.rohar@gmail.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>