Skip to content

Commit

Permalink
ARM: dts: Add the missing "\" key in non-US keyboards for exynos5250-…
Browse files Browse the repository at this point in the history
…snow

When the exynos5250 device tree was sent upstream the keyboard mapping
was missing the 2nd instance of the "\" key.  There are two copies of
the "\" because it simply has a different row and column on US and
non-US keyboards.

For more details, see the previous patch in this series: (mkbp: Fix
problems with backslash).

Signed-off-by: Doug Anderson <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
  • Loading branch information
dianders authored and kgene committed Dec 20, 2013
1 parent be4f668 commit c63965b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/exynos5250-snow.dts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
0x04060024 /* J */
0x04080027 /* ; */
0x04090026 /* L */
0x040a002b /* \ */
0x040b001c /* ENTER */

0x0501002c /* Z */
Expand Down

0 comments on commit c63965b

Please sign in to comment.