aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/phantom.c
diff options
context:
space:
mode:
authorJiri Slaby <[email protected]>2008-07-25 08:48:23 +0000
committerLinus Torvalds <[email protected]>2008-07-25 17:53:44 +0000
commitec905a18656daa4d9300bad2bebc02d5dba7883d (patch)
tree3f8c2a7822e36d1870ba045405034711639b8780 /drivers/misc/phantom.c
parentChar: mxser, various cleanups (diff)
downloadkernel-ec905a18656daa4d9300bad2bebc02d5dba7883d.tar.gz
kernel-ec905a18656daa4d9300bad2bebc02d5dba7883d.zip
drivers/misc/phantom: note PCI
Tell users that the driver is only for PCI devices to stop asking for support of firewire and parallel devices. Signed-off-by: Jiri Slaby <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/misc/phantom.c')
-rw-r--r--drivers/misc/phantom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/phantom.c b/drivers/misc/phantom.c
index 4ce3bdc2f959..daf585689ce3 100644
--- a/drivers/misc/phantom.c
+++ b/drivers/misc/phantom.c
@@ -563,6 +563,6 @@ module_init(phantom_init);
module_exit(phantom_exit);
MODULE_AUTHOR("Jiri Slaby <[email protected]>");
-MODULE_DESCRIPTION("Sensable Phantom driver");
+MODULE_DESCRIPTION("Sensable Phantom driver (PCI devices)");
MODULE_LICENSE("GPL");
MODULE_VERSION(PHANTOM_VERSION);