device/generic/common
Revision | ca0e593588254da9de33923a70d4e9f737f01976 (tree) |
---|---|
Time | 2015-01-19 12:18:11 |
Author | André Vitor <andrevdj@gmai...> |
Commiter | Chih-Wei Huang |
bluetooth: disable rfkill for usb bluetooth
@@ -48,6 +48,7 @@ function init_hal_bluetooth() | ||
48 | 48 | rmmod ath3k |
49 | 49 | rmmod btusb |
50 | 50 | rmmod bluetooth |
51 | + set_property ro.rfkilldisabled 1 | |
51 | 52 | } |
52 | 53 | |
53 | 54 | function init_hal_camera() |