diff options
author | malattia@linux.it <malattia@linux.it> | 2007-04-28 10:22:11 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-04-28 22:05:56 -0400 |
commit | 74a882e4857414a98ca5904b3be90fb6aba2f25e (patch) | |
tree | 36030a04d956e02eb31169e90d84d7979eff9278 /drivers/char/sonypi.c | |
parent | 9476cdfae61a3c3fa61d06c18dd002b03671ca9f (diff) |
sonypi: suggest sonypi users to try sony-laptop instead
Try to migrate sonypi users to sony-laptop gracefully.
Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/char/sonypi.c')
-rw-r--r-- | drivers/char/sonypi.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/char/sonypi.c b/drivers/char/sonypi.c index 78237577b05a..72cdddb0ee6f 100644 --- a/drivers/char/sonypi.c +++ b/drivers/char/sonypi.c | |||
@@ -1,6 +1,8 @@ | |||
1 | /* | 1 | /* |
2 | * Sony Programmable I/O Control Device driver for VAIO | 2 | * Sony Programmable I/O Control Device driver for VAIO |
3 | * | 3 | * |
4 | * Copyright (C) 2007 Mattia Dongili <malattia@linux.it> | ||
5 | * | ||
4 | * Copyright (C) 2001-2005 Stelian Pop <stelian@popies.net> | 6 | * Copyright (C) 2001-2005 Stelian Pop <stelian@popies.net> |
5 | * | 7 | * |
6 | * Copyright (C) 2005 Narayanan R S <nars@kadamba.org> | 8 | * Copyright (C) 2005 Narayanan R S <nars@kadamba.org> |
@@ -1321,6 +1323,10 @@ static int __devinit sonypi_probe(struct platform_device *dev) | |||
1321 | struct pci_dev *pcidev; | 1323 | struct pci_dev *pcidev; |
1322 | int error; | 1324 | int error; |
1323 | 1325 | ||
1326 | printk(KERN_WARNING "sonypi: please try the sony-laptop module instead " | ||
1327 | "and report failures, see also " | ||
1328 | "http://www.linux.it/~malattia/wiki/index.php/Sony_drivers\n"); | ||
1329 | |||
1324 | spin_lock_init(&sonypi_device.fifo_lock); | 1330 | spin_lock_init(&sonypi_device.fifo_lock); |
1325 | sonypi_device.fifo = kfifo_alloc(SONYPI_BUF_SIZE, GFP_KERNEL, | 1331 | sonypi_device.fifo = kfifo_alloc(SONYPI_BUF_SIZE, GFP_KERNEL, |
1326 | &sonypi_device.fifo_lock); | 1332 | &sonypi_device.fifo_lock); |