projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9476cdf
)
sonypi: suggest sonypi users to try sony-laptop instead
author
[email protected]
<
[email protected]
>
Sat, 28 Apr 2007 14:22:11 +0000
(23:22 +0900)
committer
Len Brown
<
[email protected]
>
Sun, 29 Apr 2007 02:05:56 +0000
(22:05 -0400)
Try to migrate sonypi users to sony-laptop gracefully.
Signed-off-by: Mattia Dongili <
[email protected]
>
Signed-off-by: Len Brown <
[email protected]
>
drivers/char/sonypi.c
patch
|
blob
|
history
diff --git
a/drivers/char/sonypi.c
b/drivers/char/sonypi.c
index 78237577b05ac57790ac34aee0f601b8aae23aa7..72cdddb0ee6f47883c0ecdd98370b32456446d25 100644
(file)
--- a/
drivers/char/sonypi.c
+++ b/
drivers/char/sonypi.c
@@
-1,6
+1,8
@@
/*
* Sony Programmable I/O Control Device driver for VAIO
*
+ * Copyright (C) 2007 Mattia Dongili <
[email protected]
>
+ *
* Copyright (C) 2001-2005 Stelian Pop <
[email protected]
>
*
* Copyright (C) 2005 Narayanan R S <
[email protected]
>
@@
-1321,6
+1323,10
@@
static int __devinit sonypi_probe(struct platform_device *dev)
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);