unifreq / linux-6.1.y

clone from https://github.com/chewitt/linux branch amlogic-6.1.y, And will add some patches that I have collected, which can be used for the aarch64 openwrt firmware, or for general occasions such as armbian.
Other
39 stars 58 forks source link

drivers: auxdisplay: openvfd: sync upstream, bump to 1.4.2 #15

Closed 7Ji closed 1 year ago

7Ji commented 1 year ago

also fix empty icons_source, closes #14

tested on hk1 box, OpenVFDService's -s (custom string) mode now works with correct icon sources

unifreq commented 1 year ago

按常规的理解,例如字体文件、图片等资源不应放到内核里,而应作为应用层资源,类似于硬件设备的firmware(统一放在/lib/firmware)

7Ji commented 1 year ago

那么也许原来的0大小的文件也不应该保留,0大小的文件更奇怪,我去掉重编译试下

7Ji commented 1 year ago

直接把这堆0大小的图标资源文件删掉了,编译运行没有问题。另外也force push了一下。

7Ji commented 1 year ago

这些资源不会从userspace加载的,整个驱动就没有调用过一次 request_firmware()