diff options
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 |