diff options
author | Matthew Xie <mattx@google.com> | 2012-08-17 14:57:57 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-08-20 14:20:09 -0700 |
commit | 3d2da561a922c3608b921a3a09694a5169660212 (patch) | |
tree | 005a0d0f973e2415cfcddfcef40a11d359669c4d | |
parent | 4fe63aa79be501fa9736e06e77827035a5f46ed1 (diff) | |
download | device_samsung_tuna-3d2da561a922c3608b921a3a09694a5169660212.zip device_samsung_tuna-3d2da561a922c3608b921a3a09694a5169660212.tar.gz device_samsung_tuna-3d2da561a922c3608b921a3a09694a5169660212.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 7607421ba7b5f17556316b801caaf16dfa028bb3.
-rw-r--r-- | bthid.ko | bin | 91186 -> 0 bytes | |||
-rw-r--r-- | device.mk | 3 | ||||
-rwxr-xr-x | init.tuna.rc | 5 |
3 files changed, 0 insertions, 8 deletions
diff --git a/bthid.ko b/bthid.ko Binary files differdeleted file mode 100644 index a2d82a1..0000000 --- a/bthid.ko +++ /dev/null @@ -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 |