aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-06-21 16:47:26 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-21 16:47:26 -0700
commitb0a029ad80021f5c6e7c5c7a55ab6c1a1fab255f (patch)
tree4b7ab5885db6d04c915e3f34a10f9291598397d5 /src
parent962745c055514ca1c9507a8d6249ca4124b67d59 (diff)
parent4e41e7186d5ab720b6e4acae0a884ec0d1f1e5e3 (diff)
downloadsource.android.com-b0a029ad80021f5c6e7c5c7a55ab6c1a1fab255f.tar.gz
am 4e41e718: am 3b3714f4: Merge "Escape underscores"
* commit '4e41e7186d5ab720b6e4acae0a884ec0d1f1e5e3': Escape underscores
Diffstat (limited to 'src')
-rw-r--r--src/tech/input/input-device-configuration-files.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tech/input/input-device-configuration-files.md b/src/tech/input/input-device-configuration-files.md
index 0a477d0d..be6900a2 100644
--- a/src/tech/input/input-device-configuration-files.md
+++ b/src/tech/input/input-device-configuration-files.md
@@ -62,7 +62,7 @@ The following paths are consulted in order.
* `/data/system/devices/idc/DEVICE_NAME.idc`
When constructing a file path that contains the device name, all characters
-in the device name other than '0'-'9', 'a'-'z', 'A'-'Z', '-' or '_' are replaced by '_'.
+in the device name other than '0'-'9', 'a'-'z', 'A'-'Z', '-' or '\_' are replaced by '\_'.
## Syntax ##