-
Notifications
You must be signed in to change notification settings - Fork 54.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
module: remove never implemented MODULE_SUPPORTED_DEVICE
MODULE_SUPPORTED_DEVICE was added in pre-git era and never was implemented. We can safely remove it, because the kernel has grown to have many more reliable mechanisms to determine if device is supported or not. Signed-off-by: Leon Romanovsky <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
Showing
175 changed files
with
1 addition
and
480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,6 @@ | |
MODULE_LICENSE("GPL"); | ||
MODULE_AUTHOR("Sébastien Hinderer <[email protected]>"); | ||
MODULE_DESCRIPTION("A power_off handler for Iris devices from EuroBraille"); | ||
MODULE_SUPPORTED_DEVICE("Eurobraille/Iris"); | ||
|
||
static bool force; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,6 @@ | |
MODULE_LICENSE("GPL"); | ||
MODULE_AUTHOR("Jonathan Buzzard <[email protected]>"); | ||
MODULE_DESCRIPTION("Toshiba laptop SMM driver"); | ||
MODULE_SUPPORTED_DEVICE("toshiba"); | ||
|
||
static DEFINE_MUTEX(tosh_mutex); | ||
static int tosh_fn; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ | |
|
||
MODULE_AUTHOR("Vojtech Pavlik <[email protected]>"); | ||
MODULE_DESCRIPTION("Joystick device interfaces"); | ||
MODULE_SUPPORTED_DEVICE("input/js"); | ||
MODULE_LICENSE("GPL"); | ||
|
||
#define JOYDEV_MINOR_BASE 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -430,4 +430,3 @@ MODULE_AUTHOR("Andreas Monitzer <[email protected]>"); | |
MODULE_AUTHOR("Ben Backx <[email protected]>"); | ||
MODULE_DESCRIPTION("FireDTV DVB Driver"); | ||
MODULE_LICENSE("GPL"); | ||
MODULE_SUPPORTED_DEVICE("FireDTV DVB"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,7 +98,6 @@ MODULE_AUTHOR("Mauro Carvalho Chehab <[email protected]>"); | |
MODULE_LICENSE("GPL v2"); | ||
MODULE_VERSION(CX88_VERSION); | ||
|
||
MODULE_SUPPORTED_DEVICE("{{Conexant,23881},{{Conexant,23882},{{Conexant,23883}"); | ||
static unsigned int debug; | ||
module_param(debug, int, 0644); | ||
MODULE_PARM_DESC(debug, "enable debug messages"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1363,4 +1363,3 @@ module_platform_driver(atmel_isi_driver); | |
MODULE_AUTHOR("Josh Wu <[email protected]>"); | ||
MODULE_DESCRIPTION("The V4L2 driver for Atmel Linux"); | ||
MODULE_LICENSE("GPL"); | ||
MODULE_SUPPORTED_DEVICE("video"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,10 +44,6 @@ | |
MODULE_AUTHOR("Jonathan Corbet <[email protected]>"); | ||
MODULE_DESCRIPTION("Marvell 88ALP01 CMOS Camera Controller driver"); | ||
MODULE_LICENSE("GPL"); | ||
MODULE_SUPPORTED_DEVICE("Video"); | ||
|
||
|
||
|
||
|
||
struct cafe_camera { | ||
int registered; /* Fully initialized? */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2149,4 +2149,3 @@ MODULE_AUTHOR("Yannick Fertre <[email protected]>"); | |
MODULE_AUTHOR("Hugues Fruchet <[email protected]>"); | ||
MODULE_DESCRIPTION("STMicroelectronics STM32 Digital Camera Memory Interface driver"); | ||
MODULE_LICENSE("GPL"); | ||
MODULE_SUPPORTED_DEVICE("video"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,6 @@ MODULE_PARM_DESC(flicker_mode, "Flicker frequency (0 (disabled), " __stringify(5 | |
|
||
MODULE_AUTHOR("Steve Miller (STMicroelectronics) <[email protected]>"); | ||
MODULE_DESCRIPTION("V4L-driver for STMicroelectronics CPiA2 based cameras"); | ||
MODULE_SUPPORTED_DEVICE("video"); | ||
MODULE_LICENSE("GPL"); | ||
MODULE_VERSION(CPIA_VERSION); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,6 @@ | |
|
||
MODULE_AUTHOR("Eric Brower <[email protected]>"); | ||
MODULE_DESCRIPTION("User-programmable flash device on Sun Microsystems boardsets"); | ||
MODULE_SUPPORTED_DEVICE(DRIVER_NAME); | ||
MODULE_LICENSE("GPL"); | ||
MODULE_VERSION("2.1"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,6 @@ | |
|
||
MODULE_AUTHOR("Stephane Grosjean <[email protected]>"); | ||
MODULE_DESCRIPTION("Socket-CAN driver for PEAK PCAN PCIe/M.2 FD family cards"); | ||
MODULE_SUPPORTED_DEVICE("PEAK PCAN PCIe/M.2 FD CAN cards"); | ||
MODULE_LICENSE("GPL v2"); | ||
|
||
#define PCIEFD_DRV_NAME "peak_pciefd" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,6 @@ | |
|
||
MODULE_AUTHOR("Sebastian Haas <[email protected]>"); | ||
MODULE_DESCRIPTION("Socket-CAN driver for EMS CPC-PCI/PCIe/104P CAN cards"); | ||
MODULE_SUPPORTED_DEVICE("EMS CPC-PCI/PCIe/104P CAN card"); | ||
MODULE_LICENSE("GPL v2"); | ||
|
||
#define EMS_PCI_V1_MAX_CHAN 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,6 @@ | |
|
||
MODULE_AUTHOR("Markus Plessing <[email protected]>"); | ||
MODULE_DESCRIPTION("Socket-CAN driver for EMS CPC-CARD cards"); | ||
MODULE_SUPPORTED_DEVICE("EMS CPC-CARD CAN card"); | ||
MODULE_LICENSE("GPL v2"); | ||
|
||
#define EMS_PCMCIA_MAX_CHAN 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,6 @@ | |
|
||
MODULE_AUTHOR("Per Dalen <[email protected]>"); | ||
MODULE_DESCRIPTION("Socket-CAN driver for KVASER PCAN PCI cards"); | ||
MODULE_SUPPORTED_DEVICE("KVASER PCAN PCI CAN card"); | ||
MODULE_LICENSE("GPL v2"); | ||
|
||
#define MAX_NO_OF_CHANNELS 4 /* max no of channels on a single card */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,6 @@ | |
|
||
MODULE_AUTHOR("Stephane Grosjean <[email protected]>"); | ||
MODULE_DESCRIPTION("Socket-CAN driver for PEAK PCAN PCI family cards"); | ||
MODULE_SUPPORTED_DEVICE("PEAK PCAN PCI/PCIe/PCIeC miniPCI CAN cards"); | ||
MODULE_SUPPORTED_DEVICE("PEAK PCAN miniPCIe/cPCI PC/104+ PCI/104e CAN Cards"); | ||
MODULE_LICENSE("GPL v2"); | ||
|
||
#define DRV_NAME "peak_pci" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,6 @@ | |
MODULE_AUTHOR("Stephane Grosjean <[email protected]>"); | ||
MODULE_DESCRIPTION("CAN driver for PEAK-System PCAN-PC Cards"); | ||
MODULE_LICENSE("GPL v2"); | ||
MODULE_SUPPORTED_DEVICE("PEAK PCAN-PC Card"); | ||
|
||
/* PEAK-System PCMCIA driver name */ | ||
#define PCC_NAME "peak_pcmcia" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,18 +25,6 @@ | |
MODULE_AUTHOR("Pavel Cheblakov <[email protected]>"); | ||
MODULE_DESCRIPTION("Socket-CAN driver for PLX90xx PCI-bridge cards with " | ||
"the SJA1000 chips"); | ||
MODULE_SUPPORTED_DEVICE("Adlink PCI-7841/cPCI-7841, " | ||
"Adlink PCI-7841/cPCI-7841 SE, " | ||
"Marathon CAN-bus-PCI, " | ||
"Marathon CAN-bus-PCIe, " | ||
"TEWS TECHNOLOGIES TPMC810, " | ||
"esd CAN-PCI/CPCI/PCI104/200, " | ||
"esd CAN-PCI/PMC/266, " | ||
"esd CAN-PCIe/2000, " | ||
"Connect Tech Inc. CANpro/104-Plus Opto (CRG001), " | ||
"IXXAT PC-I 04/PCI, " | ||
"ELCUS CAN-200-PCI, " | ||
"ASEM DUAL CAN-RAW") | ||
MODULE_LICENSE("GPL v2"); | ||
|
||
#define PLX_PCI_MAX_CHAN 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2167,7 +2167,6 @@ static void __exit scc_cleanup_driver(void) | |
|
||
MODULE_AUTHOR("Joerg Reuter <[email protected]>"); | ||
MODULE_DESCRIPTION("AX.25 Device Driver for Z8530 based HDLC cards"); | ||
MODULE_SUPPORTED_DEVICE("Z8530 based SCC cards for Amateur Radio"); | ||
MODULE_LICENSE("GPL"); | ||
module_init(scc_init_driver); | ||
module_exit(scc_cleanup_driver); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,6 @@ | |
MODULE_AUTHOR("Michael Wu <[email protected]>"); | ||
MODULE_AUTHOR("Jouni Malinen <[email protected]>"); | ||
MODULE_DESCRIPTION("Driver for IEEE 802.11b wireless cards based on ADMtek ADM8211"); | ||
MODULE_SUPPORTED_DEVICE("ADM8211"); | ||
MODULE_LICENSE("GPL"); | ||
|
||
static unsigned int tx_ring_size __read_mostly = 16; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.