Bug 437091

Summary: RFE: include toshbt in the kernel
Product: [Fedora] Fedora Reporter: Rene Rask <rene>
Component: kernelAssignee: John Feeney <jfeeney>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: dcbw, giallu, kernel-maint
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://0bits.com/toshbt/
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-02-28 19:08:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Module source in case the site goes away. none

Description Rene Rask 2008-03-12 11:44:07 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12

Description of problem:
I found a module which allows me to use the internel bluetooth adaptor in my laptop. This would be nice to have in the kernel.
Maybe it just needs to be added to the toshiba_acpi kernel module.
This works for me on my Toshiba Qosmio G30-163 laptop.

Version-Release number of selected component (if applicable):
2.6.25-0.105.rc5.fc9

How reproducible:
Always


Steps to Reproduce:
1. insmod toshiba_acpi and the toshbt module.


Actual Results:
Bluetooth usb devices was powered on and attached. The regular bluetooth framework took over and it works.

Expected Results:


Additional info:

Comment 1 Rene Rask 2008-03-12 11:45:48 UTC
Created attachment 297751 [details]
Module source in case the site goes away.

Comment 2 Jon Stanley 2008-04-23 20:30:34 UTC
Adding FutureFeature keyword to RFE's.

Comment 3 Matthew Garrett 2008-05-20 18:14:22 UTC
I'm not enthusiastic about this as-is. It duplicates a lot of the toshiba_acpi
code and provides a custom interface in /proc. I'd prefer to merge this into
toshiba_acpi and add an rfkill interface to make it easier to deal with.

Comment 4 Paul W. Frields 2008-08-10 19:54:41 UTC
Triaged

Comment 5 Gianluca Sforna 2008-11-03 09:33:08 UTC
The code for activating the bluetooth radio is now merged in 2.6.28-rc1.

The relevant commit is:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=c41a40c58b623f97dd2e23aa3baab2cedb47d99f

but there are probably a couple more you want to pickup anyway.

Can we apply a patch to the Fedora kernel until we rebase on 2.6.28?

Otherwise we will continue to have broken support for these laptops for quite some time..

Comment 6 Matthew Garrett 2008-11-03 12:22:16 UTC
Commited to rawhide CVS

Comment 7 Gianluca Sforna 2008-11-03 22:40:44 UTC
Hi Matthew, thanks a lot for your quick reaction.

I just checked the patch in cvs and I think it's possible you pulled an incomplete patch as it seems missing the Kconfig added flags.

To be sure, you probably want to use the plain version of the diff:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=c41a40c58b623f97dd2e23aa3baab2cedb47d99f

Sorry for the hassle

Comment 8 Matthew Garrett 2008-11-03 23:32:30 UTC
The Kconfig dependencies are always selected in our kernel, so it's more cosmetic than anything else.

Comment 9 Gianluca Sforna 2008-11-03 23:53:31 UTC
OK. I hope it will appear in a F10 kernel soon...

Comment 10 Chuck Ebbert 2009-02-28 19:08:48 UTC
Shipped in F10 and is also in F11 rawhide.

Comment 11 Gianluca Sforna 2009-03-01 08:51:02 UTC
Yeah. I just need to note bluetooth works as expected only with a full boot. After a suspend/resume cycle it is not reactivated.

I'd need to check if 2.6.29 fixes the issue...