ARM: dts: Add the missing "\" key in non-US keyboards for exynos5250-snow
authorDoug Anderson <dianders@chromium.org>
Fri, 20 Dec 2013 21:08:15 +0000 (06:08 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 20 Dec 2013 21:08:15 +0000 (06:08 +0900)
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 <dianders@chromium.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos5250-snow.dts

index fd711e245e8d311f392bedfed7bb48dee4d4b7e6..28fe2e29dde05f78e1138b6b2aeffe635a27ae20 100644 (file)
                                                        0x04060024      /* J */
                                                        0x04080027      /* ; */
                                                        0x04090026      /* L */
+                                                       0x040a002b      /* \ */
                                                        0x040b001c      /* ENTER */
 
                                                        0x0501002c      /* Z */
This page took 0.029032 seconds and 5 git commands to generate.