Commit 66f5e51e authored by Samuel Ortiz's avatar Samuel Ortiz Committed by David S. Miller

[IrDA]: kingsun-sir.c charset fix.

Signed-off-by: default avatarSamuel Ortiz <samuel@sortiz.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 41172528
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Version: 0.1.1 * Version: 0.1.1
* Description: Irda KingSun/DonShine USB Dongle * Description: Irda KingSun/DonShine USB Dongle
* Status: Experimental * Status: Experimental
* Author: Alex Villacs Lasso <a_villacis@palosanto.com> * Author: Alex Villacís Lasso <a_villacis@palosanto.com>
* *
* Based on stir4200 and mcs7780 drivers, with (strange?) differences * Based on stir4200 and mcs7780 drivers, with (strange?) differences
* *
...@@ -652,6 +652,6 @@ static void __exit kingsun_cleanup(void) ...@@ -652,6 +652,6 @@ static void __exit kingsun_cleanup(void)
} }
module_exit(kingsun_cleanup); module_exit(kingsun_cleanup);
MODULE_AUTHOR("Alex Villacs Lasso <a_villacis@palosanto.com>"); MODULE_AUTHOR("Alex Villacís Lasso <a_villacis@palosanto.com>");
MODULE_DESCRIPTION("IrDA-USB Dongle Driver for KingSun/DonShine"); MODULE_DESCRIPTION("IrDA-USB Dongle Driver for KingSun/DonShine");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment