History log of /drivers/platform/x86/toshiba_bluetooth.c
Revision Date Author Comments
7e33460d8d991843a5821d667b55c75a092cf6e3 30-Mar-2011 Joe Perches <joe@perches.com> toshiba: Convert printks to pr_<level>

Add pr_fmt.
Remove local MY_<foo> #defines.
Convert printks to pr_<level>.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
439913fffd39374c3737186b22d2d56c3a0ae526 28-Jan-2010 Lin Ming <ming.m.lin@intel.com> ACPI: replace acpi_integer by u64

acpi_integer is now obsolete and removed from the ACPICA code base,
replaced by u64.

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
42b4e9ee3d1d3b691bcae37f217f08740320c58c 16-Dec-2009 Jes Sorensen <Jes.Sorensen@gmail.com> Toshiba Bluetooth Enabling driver (RFKill handler v3)

This patch adds support for the ACPI events generated by the RFKill
switch on modern Toshiba laptops, and re-enables the Bluetooth USB
device when the switch is flipped back to the 'on' position.

The RFKill switch brute force pulls out the USB device when flipped to
'off', but it doesn't automatically re-enable it. Without this driver,
the Bluetooth is gone until after a reboot on my Portege R500.

Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
Signed-off-by: Len Brown <len.brown@intel.com>