-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Staging: comedi: Give the addi_apci_* drivers different driver names
It is not currently possible for more than one of the addi_apci_* drivers to register themselves with comedi at once because they all use the same comedi driver name "addi_common". Give them different names. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information
Ian Abbott
authored and
Greg Kroah-Hartman
committed
Jun 4, 2010
1 parent
a4cff8b
commit 6d8b0f5
Showing
17 changed files
with
38 additions
and
2 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
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#define CONFIG_APCI_1032 1 | ||
|
||
#define ADDIDATA_DRIVER_NAME "addi_apci_1032" | ||
|
||
#include "addi-data/addi_common.c" |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#define CONFIG_APCI_1500 1 | ||
|
||
#define ADDIDATA_DRIVER_NAME "addi_apci_1500" | ||
|
||
#include "addi-data/addi_common.c" |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#define CONFIG_APCI_1516 1 | ||
|
||
#define ADDIDATA_DRIVER_NAME "addi_apci_1516" | ||
|
||
#include "addi-data/addi_common.c" |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#define CONFIG_APCI_1564 1 | ||
|
||
#define ADDIDATA_DRIVER_NAME "addi_apci_1564" | ||
|
||
#include "addi-data/addi_common.c" |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#define CONFIG_APCI_16XX 1 | ||
|
||
#define ADDIDATA_DRIVER_NAME "addi_apci_16xx" | ||
|
||
#include "addi-data/addi_common.c" |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#define CONFIG_APCI_1710 1 | ||
|
||
#define ADDIDATA_DRIVER_NAME "addi_apci_1710" | ||
|
||
#include "addi-data/addi_common.c" |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#define CONFIG_APCI_2016 1 | ||
|
||
#define ADDIDATA_DRIVER_NAME "addi_apci_2016" | ||
|
||
#include "addi-data/addi_common.c" |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#define CONFIG_APCI_2032 1 | ||
|
||
#define ADDIDATA_DRIVER_NAME "addi_apci_2032" | ||
|
||
#include "addi-data/addi_common.c" |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#define CONFIG_APCI_2200 1 | ||
|
||
#define ADDIDATA_DRIVER_NAME "addi_apci_2200" | ||
|
||
#include "addi-data/addi_common.c" |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#define CONFIG_APCI_3001 1 | ||
|
||
#define ADDIDATA_DRIVER_NAME "addi_apci_3001" | ||
|
||
#include "addi-data/addi_common.c" |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#define CONFIG_APCI_3120 1 | ||
|
||
#define ADDIDATA_DRIVER_NAME "addi_apci_3120" | ||
|
||
#include "addi-data/addi_common.c" |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#define CONFIG_APCI_3200 1 | ||
|
||
#define ADDIDATA_DRIVER_NAME "addi_apci_3200" | ||
|
||
#include "addi-data/addi_common.c" |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#define CONFIG_APCI_3300 1 | ||
|
||
#define ADDIDATA_DRIVER_NAME "addi_apci_3300" | ||
|
||
#include "addi-data/addi_common.c" |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#define CONFIG_APCI_3501 1 | ||
|
||
#define ADDIDATA_DRIVER_NAME "addi_apci_3501" | ||
|
||
#include "addi-data/addi_common.c" |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#define CONFIG_APCI_3XXX 1 | ||
|
||
#define ADDIDATA_DRIVER_NAME "addi_apci_3xxx" | ||
|
||
#include "addi-data/addi_common.c" |