diff options
author | Chirayu Desai <cdesai@cyanogenmod.org> | 2014-09-28 19:05:26 +0530 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2014-11-03 11:33:32 +0000 |
commit | 250db1f3484551dfad4a35c7cabcc7b7b3354f22 (patch) | |
tree | 55426dce846ede20bd2c15adfb2f71e86570f410 /rootdir | |
parent | 53609653cb8ba74bc20d69b9355bf151503163f0 (diff) |
Use open source NFC HAL
Change-Id: I8049fdacb06990d73efd552443ac4b282c3541fc
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 4 | ||||
-rw-r--r-- | rootdir/ueventd.qcom.rc | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 52184a6..1c9a43f 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -262,6 +262,10 @@ on boot chown system /sys/devices/virtual/timed_output/vibrator/vtg_level + # NFC + # Symlink for compability + symlink /dev/pn547 /dev/pn544 + on post-fs # MHL driver. To support MHL power off charge, # the insmod must be done before chargemon. diff --git a/rootdir/ueventd.qcom.rc b/rootdir/ueventd.qcom.rc index 043ae15..cf20688 100644 --- a/rootdir/ueventd.qcom.rc +++ b/rootdir/ueventd.qcom.rc @@ -216,3 +216,6 @@ # S-Force /dev/sforce 0660 system audio + +# NFC +/dev/pn547 0660 nfc nfc |