public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* Place-Holder for a driver
@ 2008-11-21 21:53 pavan_savoy
  2008-11-23  1:41 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ 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] 2+ messages in thread

* Re: Place-Holder for a driver
  2008-11-21 21:53 Place-Holder for a driver pavan_savoy
@ 2008-11-23  1:41 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ 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] 2+ messages in thread

end of thread, other threads:[~2008-11-23  1:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-21 21:53 Place-Holder for a driver pavan_savoy
2008-11-23  1:41 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox