Commit 74a882e4857414a98ca5904b3be90fb6aba2f25e
Committed by
Len Brown
1 parent
9476cdfae6
Exists in
master
and in
7 other branches
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>
Showing 1 changed file with 6 additions and 0 deletions Side-by-side Diff
drivers/char/sonypi.c
1 | 1 | /* |
2 | 2 | * Sony Programmable I/O Control Device driver for VAIO |
3 | 3 | * |
4 | + * Copyright (C) 2007 Mattia Dongili <malattia@linux.it> | |
5 | + * | |
4 | 6 | * Copyright (C) 2001-2005 Stelian Pop <stelian@popies.net> |
5 | 7 | * |
6 | 8 | * Copyright (C) 2005 Narayanan R S <nars@kadamba.org> |
... | ... | @@ -1320,6 +1322,10 @@ |
1320 | 1322 | const struct sonypi_irq_list *irq_list; |
1321 | 1323 | struct pci_dev *pcidev; |
1322 | 1324 | int error; |
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"); | |
1323 | 1329 | |
1324 | 1330 | spin_lock_init(&sonypi_device.fifo_lock); |
1325 | 1331 | sonypi_device.fifo = kfifo_alloc(SONYPI_BUF_SIZE, GFP_KERNEL, |