From b5f88903c387b208629bcc04aad2c92f242e4144 Mon Sep 17 00:00:00 2001 From: Matthew Xie Date: Mon, 26 Mar 2012 12:07:14 -0700 Subject: Add bthid device driver ko file. Init it as device driver node. Author: Priti Aghera Change-Id: Iae05cfeca4a02755594c1276135b5aa737c90004 --- init.tuna.rc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init.tuna.rc') diff --git a/init.tuna.rc b/init.tuna.rc index 070ab1d..86dec0c 100755 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -46,6 +46,11 @@ on boot write /sys/bus/usb/devices/usb1/power/autosuspend_delay_ms 0 write /sys/bus/usb/devices/usb2/power/autosuspend_delay_ms 0 +# Start kernel driver (for BTHID) + insmod /system/lib/modules/bthid.ko + chmod 0660 /dev/bthid + chown bluetooth bluetooth /dev/bthid + on fs mkdir /factory 0775 radio radio mount_all /fstab.tuna -- cgit v1.1