cfag12864bfb.c (bfeeffbb4fb73a32c00d52742850f88e563726a5) cfag12864bfb.c (450c622e9ff19888818d4e2c4d31adb97a5242b2)
1/*
2 * Filename: cfag12864bfb.c
3 * Version: 0.1.0
4 * Description: cfag12864b LCD framebuffer driver
5 * License: GPLv2
6 * Depends: cfag12864b
7 *
1/*
2 * Filename: cfag12864bfb.c
3 * Version: 0.1.0
4 * Description: cfag12864b LCD framebuffer driver
5 * License: GPLv2
6 * Depends: cfag12864b
7 *
8 * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
8 * Author: Copyright (C) Miguel Ojeda Sandonis
9 * Date: 2006-10-31
10 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License version 2 as
13 * published by the Free Software Foundation.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of

--- 164 unchanged lines hidden (view full) ---

181 platform_driver_unregister(&cfag12864bfb_driver);
182 cfag12864b_disable();
183}
184
185module_init(cfag12864bfb_init);
186module_exit(cfag12864bfb_exit);
187
188MODULE_LICENSE("GPL v2");
9 * Date: 2006-10-31
10 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License version 2 as
13 * published by the Free Software Foundation.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of

--- 164 unchanged lines hidden (view full) ---

181 platform_driver_unregister(&cfag12864bfb_driver);
182 cfag12864b_disable();
183}
184
185module_init(cfag12864bfb_init);
186module_exit(cfag12864bfb_exit);
187
188MODULE_LICENSE("GPL v2");
189MODULE_AUTHOR("Miguel Ojeda Sandonis <maxextreme@gmail.com>");
189MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>");
190MODULE_DESCRIPTION("cfag12864b LCD framebuffer driver");
190MODULE_DESCRIPTION("cfag12864b LCD framebuffer driver");