Date Thu, 28 Oct 2004 12:09:28 +0200 From Stelian Pop <> Subject [PATCH 6/8] sonypi: don't suppose the bluetooth subsystem is initialy off =================================================================== ChangeSet@1.2196, 2004-10-28 10:40:18+02:00, stelian@popies.net sonypi: don't suppose the bluetooth subsystem is initialy off, leave the choice to the user. Signed-off-by: Stelian Pop =================================================================== sonypi.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) =================================================================== [view this diff only] diff -Nru a/drivers/char/sonypi.c b/drivers/char/sonypi.c --- a/drivers/char/sonypi.c 2004-10-28 11:13:37 +02:00 +++ b/drivers/char/sonypi.c 2004-10-28 11:13:37 +02:00 @@ -754,7 +754,7 @@ init_waitqueue_head(&sonypi_device.fifo_proc_list); init_MUTEX(&sonypi_device.lock); - sonypi_device.bluetooth_power = 0; + sonypi_device.bluetooth_power = -1; if (pcidev && pci_enable_device(pcidev)) { printk(KERN_ERR "sonypi: pci_enable_device failed\n");