Skip to content

Instantly share code, notes, and snippets.

View g4jc's full-sized avatar

g4jc

View GitHub Profile
@g4jc
g4jc / gist:603831fdec914b5c9bc0c343574928ef
Created October 10, 2020 19:42
FBUI patch against kernel 5.4.68 (not quite working even though compiles)
From 6260d5db07f0578c49b3fd7f7eef537a6a0d8af1 Mon Sep 17 00:00:00 2001
Subject: [PATCH 1/1] FBUI on 5.4.68
---
drivers/input/Kconfig | 9 +
drivers/input/Makefile | 2 +
drivers/input/fbui-input.c | 169 +
drivers/tty/vt/vt_ioctl.c | 2 +
drivers/video/fbdev/Kconfig | 102 +
drivers/video/fbdev/Makefile | 2 +
@g4jc
g4jc / gist:769d48a43ef4d144efb478c0316ce81f
Created October 10, 2020 19:39
FBUI patch against kernel 2.6.9
From 39106444d48f642229d2ab757fe554fcac81ad53 Mon Sep 17 00:00:00 2001
Subject: [PATCH 1/1] FBUI
---
drivers/char/n_tty.c | 5 +
drivers/char/vt_ioctl.c | 2 +
drivers/input/Kconfig | 9 +
drivers/input/Makefile | 2 +
drivers/input/fbui-input.c | 168 +
drivers/video/Kconfig | 102 +