Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

build: Commit

build


Commit MetaInfo

Revision581405d4da83a7cc157743f9a25efb16a8d41610 (tree)
Time2011-01-13 17:26:00
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

init.rc: a bad workaround for bluetooth permission

This has to be fixed in gingerbread.

Change Summary

Incremental Difference

--- a/target/board/generic_x86/init.rc
+++ b/target/board/generic_x86/init.rc
@@ -251,6 +251,9 @@ on boot
251251 chown system system /sys/kernel/ipv4/tcp_rmem_max
252252 chown root radio /proc/cmdline
253253
254+ chown bluetooth bluetooth /sys/class/rfkill/rfkill1/state
255+ chmod 0660 /sys/class/rfkill/rfkill1/state
256+
254257 # Define TCP buffer sizes for various networks
255258 # ReadMin, ReadInitial, ReadMax, WriteMin, WriteInitial, WriteMax,
256259 setprop net.tcp.buffersize.default 4096,87380,110208,4096,16384,110208
Show on old repository browser