You need to have the wl127x-rfkill.c driver for this purpose, You can
easily port one to your
platform , find below the driver working on zoom2,

http://git.omapzoom.org/?p=kernel/omap.git;a=blob;f=drivers/misc/wl127x-rfkill.c;h=7e350124a4f91619f10abfc880fc6aaf226e8eba;hb=refs/heads/p-android-omap-2.6.29

However I urge you to use texas instrument's very own ST driver for
chips which mux UART for BT, FM and GPS operation.
You can find / port that driver for yourself. (found under
drivers/misc/ti-st/ directory of same tree).

regards,
Pavan

On Wed, Feb 24, 2010 at 10:47 AM, Paturi <bharath.pat...@gmail.com> wrote:
>
> Hi Deva,
>
> There is no rfkill0 subdirectory created for me in "sys/class/rfkill"
> path.
> If rfkill0 is created under the path then I think I can give access on
> rfkill0-> state to
> bluetooth.
>
>
> On Feb 24, 1:29 am, Deva R <r.deva...@gmail.com> wrote:
>> Hi,
>> you need to  modify init.rc like below, to give access on rfkill0->state to
>> bluetooth.
>>
>>    #bluetooth power up/down interface
>>    chown bluetooth bluetooth /sys/class/rfkill/rfkill0/type
>>    chown bluetooth bluetooth /sys/class/rfkill/rfkill0/state
>>    chmod 0660                /sys/class/rfkill/rfkill0/state
>>
>> On Tue, Feb 23, 2010 at 2:53 PM, Paturi <bharath.pat...@gmail.com> wrote:
>>
>> > Hi,
>>
>> > Can anyone please help me out in solving the bluetooth issue on
>> > beagleboard.
>> > Bluetooth is not getting on from GUI. At kernel level it is working
>> > good I can able to scan other bluetooth devices using hcitool.
>> > From GUI it is unable to on bluetooth because it is unable to open
>> > "sys/class/rfkill/rfkill0/state" path.
>> > there is no rfkill0 directory in my system. Can anyone help me out to
>> > sort this.
>>
>> > On Feb 22, 4:52 pm, Paturi <bharath.pat...@gmail.com> wrote:
>> > > Hi,
>>
>> > > I have ported Android on BeagleBoard. But when I try to on the
>> > > Bluetooth It is getting failed. In my logcat I can trace this reason
>> > > since it is unable to open ("sys/class/rfkill/rfkill0/state").
>> > > In my file explorer it created a structure "sys/class/rfkill" after
>> > > enabling RFKILL flag in kernel config file.
>> > > But rfkill directory doesnt contain any contents. In bluetooth.c it is
>> > > returning error since it cant find this path. Please tell me how I can
>> > > enable bluetooth? What is the use of this rfkill.
>>
>> > --
>> > unsubscribe: 
>> > android-porting+unsubscr...@googlegroups.com<android-porting%2bunsubscr...@googlegroups.com>
>> > website:http://groups.google.com/group/android-porting
>
> --
> unsubscribe: android-porting+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-porting
>



-- 
--Pavan Savoy

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to