[PATCH 6/8] sonypi: don't suppose the bluetooth subsystem is initialy off

From: Stelian Pop
Date: Thu Oct 28 2004 - 05:23:16 EST


===================================================================

ChangeSet@xxxxxx, 2004-10-28 10:40:18+02:00, stelian@xxxxxxxxxx
sonypi: don't suppose the bluetooth subsystem is initialy off,
leave the choice to the user.

Signed-off-by: Stelian Pop <stelian@xxxxxxxxxx>

===================================================================

sonypi.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

===================================================================

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");
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/