diff options
| -rw-r--r-- | drivers/staging/lirc/lirc_zilog.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/staging/lirc/lirc_zilog.c b/drivers/staging/lirc/lirc_zilog.c index 18fae5442c36..3fe5f4160194 100644 --- a/drivers/staging/lirc/lirc_zilog.c +++ b/drivers/staging/lirc/lirc_zilog.c | |||
| @@ -20,6 +20,9 @@ | |||
| 20 | * | 20 | * |
| 21 | * parts are cut&pasted from the lirc_i2c.c driver | 21 | * parts are cut&pasted from the lirc_i2c.c driver |
| 22 | * | 22 | * |
| 23 | * Numerous changes updating lirc_zilog.c in kernel 2.6.38 and later are | ||
| 24 | * Copyright (C) 2011 Andy Walls <awalls@md.metrocast.net> | ||
| 25 | * | ||
| 23 | * This program is free software; you can redistribute it and/or modify | 26 | * This program is free software; you can redistribute it and/or modify |
| 24 | * it under the terms of the GNU General Public License as published by | 27 | * it under the terms of the GNU General Public License as published by |
| 25 | * the Free Software Foundation; either version 2 of the License, or | 28 | * the Free Software Foundation; either version 2 of the License, or |
| @@ -1441,7 +1444,8 @@ module_exit(zilog_exit); | |||
| 1441 | 1444 | ||
| 1442 | MODULE_DESCRIPTION("Zilog/Hauppauge infrared transmitter driver (i2c stack)"); | 1445 | MODULE_DESCRIPTION("Zilog/Hauppauge infrared transmitter driver (i2c stack)"); |
| 1443 | MODULE_AUTHOR("Gerd Knorr, Michal Kochanowicz, Christoph Bartelmus, " | 1446 | MODULE_AUTHOR("Gerd Knorr, Michal Kochanowicz, Christoph Bartelmus, " |
| 1444 | "Ulrich Mueller, Stefan Jahn, Jerome Brock, Mark Weaver"); | 1447 | "Ulrich Mueller, Stefan Jahn, Jerome Brock, Mark Weaver, " |
| 1448 | "Andy Walls"); | ||
| 1445 | MODULE_LICENSE("GPL"); | 1449 | MODULE_LICENSE("GPL"); |
| 1446 | /* for compat with old name, which isn't all that accurate anymore */ | 1450 | /* for compat with old name, which isn't all that accurate anymore */ |
| 1447 | MODULE_ALIAS("lirc_pvr150"); | 1451 | MODULE_ALIAS("lirc_pvr150"); |
