Try to migrate sonypi users to sony-laptop gracefully. Signed-off-by: Mattia Dongili <malattia@xxxxxxxx> --- Index: linux-2.6/drivers/char/sonypi.c =================================================================== --- linux-2.6.orig/drivers/char/sonypi.c 2007-04-25 13:08:11.676054561 +0900 +++ linux-2.6/drivers/char/sonypi.c 2007-04-25 16:19:38.830670196 +0900 @@ -1,6 +1,8 @@ /* * Sony Programmable I/O Control Device driver for VAIO * + * Copyright (C) 2007 Mattia Dongili <malattia@xxxxxxxx> + * * Copyright (C) 2001-2005 Stelian Pop <stelian@xxxxxxxxxx> * * Copyright (C) 2005 Narayanan R S <nars@xxxxxxxxxxx> @@ -1321,6 +1323,10 @@ static int __devinit sonypi_probe(struct struct pci_dev *pcidev; int error; + printk(KERN_WARNING "sonypi: please try the sony-laptop module instead " + "and report failures, see also " + "http://www.linux.it/~malattia/wiki/index.php/Sony_drivers\n"); + spin_lock_init(&sonypi_device.fifo_lock); sonypi_device.fifo = kfifo_alloc(SONYPI_BUF_SIZE, GFP_KERNEL, &sonypi_device.fifo_lock); -- mattia :wq! - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html