* Place-Holder for a driver
@ 2008-11-21 20:04 pavan_savoy
2008-11-21 20:34 ` Felipe Balbi
0 siblings, 1 reply; 5+ messages in thread
From: pavan_savoy @ 2008-11-21 20:04 UTC (permalink / raw)
To: linux-omap
Hi,
The OMAP Zoom2 board has a bluetooth chip which needs to be enabled to be used. When running on Android, the Bluetooth service of Android uses the rfkill sysfs entry to turn on bluetooth.
So I linked the Bluetooth enable GPIO to the sys-fs entry, Now the question is where should/does this driver fit in ?
I've thought of drivers/misc, Any suggestions are welcome.
Thanks & Regards,
Pavan Savoy.
--
The New Maruti A-Star is here. View pics, videos, read expert opinion and more on ZigWheels.com
http://images.zigwheels.com/b2cam/a_star.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Place-Holder for a driver
2008-11-21 20:04 Place-Holder for a driver pavan_savoy
@ 2008-11-21 20:34 ` Felipe Balbi
2008-11-21 20:50 ` pavan_savoy
0 siblings, 1 reply; 5+ messages in thread
From: Felipe Balbi @ 2008-11-21 20:34 UTC (permalink / raw)
To: pavan_savoy; +Cc: linux-omap
On Sat, Nov 22, 2008 at 01:34:37AM +0530, pavan_savoy@indiatimes.com wrote:
> Hi,
>
> The OMAP Zoom2 board has a bluetooth chip which needs to be enabled to be used. When running on Android, the Bluetooth service of Android uses the rfkill sysfs entry to turn on bluetooth.
>
> So I linked the Bluetooth enable GPIO to the sys-fs entry, Now the question is where should/does this driver fit in ?
>
> I've thought of drivers/misc, Any suggestions are welcome.
how about drivers/bluetooth ??
--
balbi
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Place-Holder for a driver
2008-11-21 20:34 ` Felipe Balbi
@ 2008-11-21 20:50 ` pavan_savoy
0 siblings, 0 replies; 5+ messages in thread
From: pavan_savoy @ 2008-11-21 20:50 UTC (permalink / raw)
To: me; +Cc: linux-omap
Hi,
The drivers/bluetooth folder as I've observed has mostly the transport layer of bluetooth devices. Say an USB driver or an Serial Line discipline driver or PCMCIA.
My thought was based on something like hp-wmi laptop input driver for wireless LAN, Bluetooth devices on the laptop.
So it is logical ?
regards,
Pavan
----- Original Message -----
From: Felipe Balbi <me@felipebalbi.com>
To: pavan savoy <pavan_savoy@indiatimes.com>
Cc: linux-omap@vger.kernel.org
Sent: Sat, 22 Nov 2008 02:04:35 +0530 (IST)
Subject: Re: Place-Holder for a driver
On Sat, Nov 22, 2008 at 01:34:37AM +0530, pavan_savoy@indiatimes.com wrote:
> Hi,
>
> The OMAP Zoom2 board has a bluetooth chip which needs to be enabled to be used. When running on Android, the Bluetooth service of Android uses the rfkill sysfs entry to turn on bluetooth.
>
> So I linked the Bluetooth enable GPIO to the sys-fs entry, Now the question is where should/does this driver fit in ?
>
> I've thought of drivers/misc, Any suggestions are welcome.
how about drivers/bluetooth ??
--
balbi
--
The New Maruti A-Star is here. View pics, videos, read expert opinion and more on ZigWheels.com
http://images.zigwheels.com/b2cam/a_star.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Place-Holder for a driver
@ 2008-11-21 21:53 pavan_savoy
2008-11-23 1:41 ` Marcel Holtmann
0 siblings, 1 reply; 5+ messages in thread
From: pavan_savoy @ 2008-11-21 21:53 UTC (permalink / raw)
To: linux-bluetooth, npelly, marcel
Hi,
The OMAP Zoom2 board has a bluetooth chip which needs to be enabled to be used. When running on Android, the Bluetooth service of Android uses the rfkill sysfs entry to turn on bluetooth.
So I linked the Bluetooth enable GPIO to the sys-fs entry, Now the question is where should/does this driver fit in ?
I've thought of drivers/misc, Any suggestions are welcome.
Thanks & Regards,
Pavan Savoy.
--
The New Maruti A-Star is here. View pics, videos, read expert opinion and more on ZigWheels.com
http://images.zigwheels.com/b2cam/a_star.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Place-Holder for a driver
2008-11-21 21:53 pavan_savoy
@ 2008-11-23 1:41 ` Marcel Holtmann
0 siblings, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2008-11-23 1:41 UTC (permalink / raw)
To: pavan_savoy; +Cc: linux-bluetooth, npelly
Hi Pavan,
> The OMAP Zoom2 board has a bluetooth chip which needs to be enabled
> to be used. When running on Android, the Bluetooth service of
> Android uses the rfkill sysfs entry to turn on bluetooth.
>
> So I linked the Bluetooth enable GPIO to the sys-fs entry, Now the
> question is where should/does this driver fit in ?
>
> I've thought of drivers/misc, Any suggestions are welcome.
it depends a little bit. If it is purely architecture specific then it
might fit better with the arch drivers. If it is has a more general
use, then drivers/misc/ is fine. Drivers like thinkpad_acpi (which
includes the Bluetooth rfkill switch) are also located there.
Regards
Marcel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-11-23 1:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-21 20:04 Place-Holder for a driver pavan_savoy
2008-11-21 20:34 ` Felipe Balbi
2008-11-21 20:50 ` pavan_savoy
-- strict thread matches above, loose matches on Subject: below --
2008-11-21 21:53 pavan_savoy
2008-11-23 1:41 ` Marcel Holtmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.