Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AetherRadio/panel-jinglitai-jlt4013a
Jinglitai JLT4013A LCD Panel Linux Kernel Module Driver
https://github.com/AetherRadio/panel-jinglitai-jlt4013a
Last synced: about 1 month ago
JSON representation
Jinglitai JLT4013A LCD Panel Linux Kernel Module Driver
- Host: GitHub
- URL: https://github.com/AetherRadio/panel-jinglitai-jlt4013a
- Owner: AetherRadio
- License: gpl-2.0
- Created: 2022-06-23T11:21:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T14:15:18.000Z (about 2 years ago)
- Last Synced: 2024-08-05T11:12:42.017Z (5 months ago)
- Language: C
- Homepage:
- Size: 62.5 KB
- Stars: 4
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Jinglitai JLT4013A LCD Panel Linux Kernel Module Driver
This is a Linux Kernel Module that provides a driver for the Jinglitai JLT4013A
LCD Panel.## Important information
The driver enables the use of custom kernels in the
[Xiegu X6100](https://www.radioddity.com/products/xiegu-x6100).Xiegu did not comply with the GPL 2.0 mandate of the linux kernel, and did not
provide the kernel as they have modified it, including this driver, not even
upon request.The driver was written from reverse engineering the vendor's kernel image and
the vendor's Das U-Boot image using Ghidra, plus looking at similar driver code.
Funnily enough, the original code used the `MODULE_LICENSE("GPL v2");`
macro.## Credits
The original author from Xiegu was recorded in the `MODULE_AUTHOR` macro as
`MODULE_AUTHOR("Jet Yee ");`.