···26112611S: Australia2612261226132613N: Miguel Ojeda Sandonis26142614-E: maxextreme@gmail.com26152615-W: http://maxextreme.googlepages.com/26142614+E: miguel.ojeda.sandonis@gmail.com26152615+W: http://miguelojeda.es26162616+W: http://jair.lab.fi.uva.es/~migojed/26162617D: Author of the ks0108, cfag12864b and cfag12864bfb auxiliary display drivers.26172618D: Maintainer of the auxiliary display drivers tree (drivers/auxdisplay/*)26182619S: C/ Mieses 20, 9-B
+2-2
Documentation/auxdisplay/cfag12864b
···33 ===================================4455License: GPLv266-Author & Maintainer: Miguel Ojeda Sandonis <maxextreme@gmail.com>66+Author & Maintainer: Miguel Ojeda Sandonis77Date: 2006-10-278899···22221. DRIVER INFORMATION2323---------------------24242525-This driver support one cfag12864b display at time.2525+This driver supports a cfag12864b LCD.262627272828---------------------
+1-1
Documentation/auxdisplay/cfag12864b-example.c
···44 * Description: cfag12864b LCD userspace example program55 * License: GPLv266 *77- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>77+ * Author: Copyright (C) Miguel Ojeda Sandonis88 * Date: 2006-10-3199 *1010 * This program is free software; you can redistribute it and/or modify
+2-2
Documentation/auxdisplay/ks0108
···33 ==========================================4455License: GPLv266-Author & Maintainer: Miguel Ojeda Sandonis <maxextreme@gmail.com>66+Author & Maintainer: Miguel Ojeda Sandonis77Date: 2006-10-278899···21211. DRIVER INFORMATION2222---------------------23232424-This driver support the ks0108 LCD controller.2424+This driver supports the ks0108 LCD controller.252526262727---------------------
···6464 Amount of time the ks0108 should wait between each control write6565 to the parallel port.66666767- If your driver seems to miss random writings, increment this.6767+ If your LCD seems to miss random writings, increment this.68686969 If you don't know what I'm talking about, ignore it.7070
+2-2
drivers/auxdisplay/cfag12864b.c
···55 * License: GPLv266 * Depends: ks010877 *88- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>88+ * Author: Copyright (C) Miguel Ojeda Sandonis99 * Date: 2006-10-311010 *1111 * This program is free software; you can redistribute it and/or modify···398398module_exit(cfag12864b_exit);399399400400MODULE_LICENSE("GPL v2");401401-MODULE_AUTHOR("Miguel Ojeda Sandonis <maxextreme@gmail.com>");401401+MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>");402402MODULE_DESCRIPTION("cfag12864b LCD driver");
+2-2
drivers/auxdisplay/cfag12864bfb.c
···55 * License: GPLv266 * Depends: cfag12864b77 *88- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>88+ * Author: Copyright (C) Miguel Ojeda Sandonis99 * Date: 2006-10-311010 *1111 * This program is free software; you can redistribute it and/or modify···186186module_exit(cfag12864bfb_exit);187187188188MODULE_LICENSE("GPL v2");189189-MODULE_AUTHOR("Miguel Ojeda Sandonis <maxextreme@gmail.com>");189189+MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>");190190MODULE_DESCRIPTION("cfag12864b LCD framebuffer driver");
+2-2
drivers/auxdisplay/ks0108.c
···55 * License: GPLv266 * Depends: parport77 *88- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>88+ * Author: Copyright (C) Miguel Ojeda Sandonis99 * Date: 2006-10-311010 *1111 * This program is free software; you can redistribute it and/or modify···173173module_exit(ks0108_exit);174174175175MODULE_LICENSE("GPL v2");176176-MODULE_AUTHOR("Miguel Ojeda Sandonis <maxextreme@gmail.com>");176176+MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>");177177MODULE_DESCRIPTION("ks0108 LCD Controller driver");178178
+1-1
include/linux/cfag12864b.h
···44 * Description: cfag12864b LCD driver header55 * License: GPLv266 *77- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>77+ * Author: Copyright (C) Miguel Ojeda Sandonis88 * Date: 2006-10-1299 *1010 * This program is free software; you can redistribute it and/or modify
+1-1
include/linux/ks0108.h
···44 * Description: ks0108 LCD Controller driver header55 * License: GPLv266 *77- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>77+ * Author: Copyright (C) Miguel Ojeda Sandonis88 * Date: 2006-10-3199 *1010 * This program is free software; you can redistribute it and/or modify