phantom.c (ff877ea80efa2015b6263766f78ee42c2a1b32f9) phantom.c (ec905a18656daa4d9300bad2bebc02d5dba7883d)
1/*
2 * Copyright (C) 2005-2007 Jiri Slaby <jirislaby@gmail.com>
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *

--- 549 unchanged lines hidden (view full) ---

558
559 pr_debug("phantom: module successfully removed\n");
560}
561
562module_init(phantom_init);
563module_exit(phantom_exit);
564
565MODULE_AUTHOR("Jiri Slaby <jirislaby@gmail.com>");
1/*
2 * Copyright (C) 2005-2007 Jiri Slaby <jirislaby@gmail.com>
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *

--- 549 unchanged lines hidden (view full) ---

558
559 pr_debug("phantom: module successfully removed\n");
560}
561
562module_init(phantom_init);
563module_exit(phantom_exit);
564
565MODULE_AUTHOR("Jiri Slaby <jirislaby@gmail.com>");
566MODULE_DESCRIPTION("Sensable Phantom driver");
566MODULE_DESCRIPTION("Sensable Phantom driver (PCI devices)");
567MODULE_LICENSE("GPL");
568MODULE_VERSION(PHANTOM_VERSION);
567MODULE_LICENSE("GPL");
568MODULE_VERSION(PHANTOM_VERSION);