summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinit.herring.rc45
1 files changed, 0 insertions, 45 deletions
diff --git a/init.herring.rc b/init.herring.rc
index 944151e..61c7ce5 100755
--- a/init.herring.rc
+++ b/init.herring.rc
@@ -29,51 +29,6 @@ on boot
chown gps root /sys/class/sec/gps/GPS_PWR_EN/value
chmod 660 /sys/class/sec/gps/GPS_PWR_EN/value
-# sensors sysfs attributes. input devices are created dynamically
-# so we can't be sure which is which. this is a bit of a hack until
-# (and if) init is modified to handle uevents (or ueventd is modified
-# to support sysfs).
- chown input input /sys/class/input/event0/device/enable
- chown input input /sys/class/input/event1/device/enable
- chown input input /sys/class/input/event2/device/enable
- chown input input /sys/class/input/event3/device/enable
- chown input input /sys/class/input/event4/device/enable
- chown input input /sys/class/input/event5/device/enable
- chown input input /sys/class/input/event6/device/enable
- chown input input /sys/class/input/event7/device/enable
- chown input input /sys/class/input/event8/device/enable
- chown input input /sys/class/input/event9/device/enable
- chmod 660 /sys/class/input/event0/device/enable
- chmod 660 /sys/class/input/event1/device/enable
- chmod 660 /sys/class/input/event2/device/enable
- chmod 660 /sys/class/input/event3/device/enable
- chmod 660 /sys/class/input/event4/device/enable
- chmod 660 /sys/class/input/event5/device/enable
- chmod 660 /sys/class/input/event6/device/enable
- chmod 660 /sys/class/input/event7/device/enable
- chmod 660 /sys/class/input/event8/device/enable
- chmod 660 /sys/class/input/event9/device/enable
- chown input input /sys/class/input/event0/device/poll_delay
- chown input input /sys/class/input/event1/device/poll_delay
- chown input input /sys/class/input/event2/device/poll_delay
- chown input input /sys/class/input/event3/device/poll_delay
- chown input input /sys/class/input/event4/device/poll_delay
- chown input input /sys/class/input/event5/device/poll_delay
- chown input input /sys/class/input/event6/device/poll_delay
- chown input input /sys/class/input/event7/device/poll_delay
- chown input input /sys/class/input/event9/device/poll_delay
- chown input input /sys/class/input/event9/device/poll_delay
- chmod 660 /sys/class/input/event0/device/poll_delay
- chmod 660 /sys/class/input/event1/device/poll_delay
- chmod 660 /sys/class/input/event2/device/poll_delay
- chmod 660 /sys/class/input/event3/device/poll_delay
- chmod 660 /sys/class/input/event4/device/poll_delay
- chmod 660 /sys/class/input/event5/device/poll_delay
- chmod 660 /sys/class/input/event6/device/poll_delay
- chmod 660 /sys/class/input/event7/device/poll_delay
- chmod 660 /sys/class/input/event9/device/poll_delay
- chmod 660 /sys/class/input/event9/device/poll_delay
-
on fs
mkdir /efs 0775 radio radio
mount yaffs2 mtd@efs /efs nosuid nodev