summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2012-08-17 14:57:57 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-08-20 14:20:09 -0700
commit73c0d9500d21ff61d760bf91619618b24a649706 (patch)
treeb6e6d717fa9648c46ffabae091511fed7b11ffa3
parent8889cece42b2caf5790340012c821425c6620961 (diff)
downloaddevice_samsung_tuna-73c0d9500d21ff61d760bf91619618b24a649706.zip
device_samsung_tuna-73c0d9500d21ff61d760bf91619618b24a649706.tar.gz
device_samsung_tuna-73c0d9500d21ff61d760bf91619618b24a649706.tar.bz2
Revert "Add bthid device driver ko file. Init it as device driver node."
UHID device in kernel is used instead of this driver. This reverts commit b5f88903c387b208629bcc04aad2c92f242e4144.
-rw-r--r--bthid.kobin91186 -> 0 bytes
-rw-r--r--device.mk3
-rwxr-xr-xinit.tuna.rc5
3 files changed, 0 insertions, 8 deletions
diff --git a/bthid.ko b/bthid.ko
deleted file mode 100644
index a2d82a1..0000000
--- a/bthid.ko
+++ /dev/null
Binary files differ
diff --git a/device.mk b/device.mk
index 0d86348..113d97a 100644
--- a/device.mk
+++ b/device.mk
@@ -79,9 +79,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
system/bluetooth/data/main.le.conf:system/etc/bluetooth/main.conf
-PRODUCT_COPY_FILES += \
- device/samsung/tuna/bthid.ko:system/lib/modules/bthid.ko
-
# Wifi
ifneq ($(TARGET_PREBUILT_WIFI_MODULE),)
PRODUCT_COPY_FILES += \
diff --git a/init.tuna.rc b/init.tuna.rc
index 647e8e5..00a3865 100755
--- a/init.tuna.rc
+++ b/init.tuna.rc
@@ -54,11 +54,6 @@ 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