Bug 174238

Summary: Bad: toshiba_acpi does not enable bluetooth device
Product: [Fedora] Fedora Reporter: Rui Carmo <rui.carmo>
Component: kernelAssignee: Dave Jones <davej>
Status: CLOSED WORKSFORME QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: pfrields
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
URL: http://www.cwrose.de/toshiba/s5200.html#bluetooth
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-11-26 17:58:53 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:

Description Rui Carmo 2005-11-26 10:30:26 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7

Description of problem:
The built-in toshiba_acpi module, despite providing adequate support for Toshiba fnfx functionality, does not enable Bluetooth support (i.e., there is no /proc/acpi/toshiba/bluetooth).

The URLs below have a working patch (as well as a completely new version of the toshiba_acpi.c file).

http://www.cwrose.de/toshiba/s5200.html#bluetooth
http://nicolas.bettenburg.free.fr/linux/files/toshiba_acpi.c

Version-Release number of selected component (if applicable):
kernel-2.6.14-1.1637_FC4

How reproducible:
Always

Steps to Reproduce:
1. Install FC4
2. Install fnfx, modprobe toshiba_acpi
3. Verify that there is no /proc/acpi/toshiba/bluetooth (even though fnfx is able to control display brightness, etc.)

Additional info:

Comment 1 Dave Jones 2005-11-26 17:58:53 UTC
please tell the developers of this code to push their changes upstream.

Fedora stays as close to the mainline kernel as possible. If we carried updates
to various drivers, we'd end up with something completely unmaintainable, and
impossible to convince upstream developers to look at.


Comment 2 Rui Carmo 2005-11-27 17:35:34 UTC
I suppose this is not a "various driver", then...

http://cvs.fedora.redhat.com/viewcvs/devel/kernel/linux-2.6-acpi-thinkpad-c2c3.patch?rev=1.1&view=log

Comment 3 Rui Carmo 2005-11-27 19:26:08 UTC
Nevermind, I now know what the IBM stuff is for.

In the meantime, I documented my toshiba_acpi modifications at:
http://the.taoofmac.com/space/HOWTO/Enable%20Toshiba%20Bluetooth%20Support%20In%20Fedora%20Core%204

If you'd be so kind as to drop me a line telling me whom to contact or how to go
about doing it, I'll gladly get it into kernel.org...

Comment 4 Dave Jones 2005-11-28 19:58:03 UTC
that thinkpad patch got merged because without it, it prevents installation.
feature requests go upstream.

The upstream maintainer of Toshiba_ACPI is John Belmonte, so send a mail to him at
toshiba_acpi and hopefully he'll merge your changes in for a future
upstream kernel release.

Thanks.