Linux 内核中是否有视频驱动程序列表?
我正在尝试选择一个小型(< 4")触摸屏 TFT/LCD。因为我对 LCD/TFT Linux 驱动程序开发并不陌生(我为 Epson 芯片做了一个),所以我宁愿选择一个 有 Linux 本身支持
的视频芯片组列表吗?
I'm trying to pick an small (< 4") touchscreen TFT/LCD. Because I'm no stranger to LCD/TFT linux driver development (I did one for an Epson chip), I'd rather pick one that is supported directly by the kernel.
Is there a listing of the video chipsets that Linux natively supports?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
drivers/video/Kconfig
从“帧缓冲区硬件驱动程序”行开始的 文件可能是最新的源。The
drivers/video/Kconfig
file from the "Frame buffer hardware drivers" line onwards is probably the most up-to-date source.