diff options
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/touchscreen/ad7877.c | 1 | ||||
-rw-r--r-- | drivers/input/touchscreen/ad7879.c | 1 | ||||
-rw-r--r-- | drivers/input/touchscreen/ads7846.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/ad7877.c b/drivers/input/touchscreen/ad7877.c index ecaeb7e8e75e..eb83939c705e 100644 --- a/drivers/input/touchscreen/ad7877.c +++ b/drivers/input/touchscreen/ad7877.c | |||
@@ -842,3 +842,4 @@ module_exit(ad7877_exit); | |||
842 | MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>"); | 842 | MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>"); |
843 | MODULE_DESCRIPTION("AD7877 touchscreen Driver"); | 843 | MODULE_DESCRIPTION("AD7877 touchscreen Driver"); |
844 | MODULE_LICENSE("GPL"); | 844 | MODULE_LICENSE("GPL"); |
845 | MODULE_ALIAS("spi:ad7877"); | ||
diff --git a/drivers/input/touchscreen/ad7879.c b/drivers/input/touchscreen/ad7879.c index 5d8a70398807..19b4db7e974d 100644 --- a/drivers/input/touchscreen/ad7879.c +++ b/drivers/input/touchscreen/ad7879.c | |||
@@ -779,3 +779,4 @@ module_exit(ad7879_exit); | |||
779 | MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>"); | 779 | MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>"); |
780 | MODULE_DESCRIPTION("AD7879(-1) touchscreen Driver"); | 780 | MODULE_DESCRIPTION("AD7879(-1) touchscreen Driver"); |
781 | MODULE_LICENSE("GPL"); | 781 | MODULE_LICENSE("GPL"); |
782 | MODULE_ALIAS("spi:ad7879"); | ||
diff --git a/drivers/input/touchscreen/ads7846.c b/drivers/input/touchscreen/ads7846.c index ba9d38c3f412..09c810999b92 100644 --- a/drivers/input/touchscreen/ads7846.c +++ b/drivers/input/touchscreen/ads7846.c | |||
@@ -1256,3 +1256,4 @@ module_exit(ads7846_exit); | |||
1256 | 1256 | ||
1257 | MODULE_DESCRIPTION("ADS7846 TouchScreen Driver"); | 1257 | MODULE_DESCRIPTION("ADS7846 TouchScreen Driver"); |
1258 | MODULE_LICENSE("GPL"); | 1258 | MODULE_LICENSE("GPL"); |
1259 | MODULE_ALIAS("spi:ads7846"); | ||