Linux Framebuffer Layer development
 help / color / mirror / Atom feed
* [PATCH v2 0/1] HID backlight driver
@ 2023-08-06  9:14 Julius Zint
  2023-08-06  9:14 ` [PATCH v2 1/1] backlight: hid_bl: Add VESA virtual control panel " Julius Zint
  0 siblings, 1 reply; 3+ messages in thread
From: Julius Zint @ 2023-08-06  9:14 UTC (permalink / raw)
  To: Lee Jones, Daniel Thompson, Jingoo Han
  Cc: Helge Deller, linux-kernel, dri-devel, linux-fbdev, Julius Zint

Complete rewrite of [1]. Instead of a USB driver it`s now a HID driver
and will work without being part of the early boot environment.

The driver is no longer heavily tied to the Apple Studio Display, but
should work with all HID devices, that expose a report containing fields
with the Monitor - Brightness HID usage value.

[1] https://lore.kernel.org/dri-devel/20230701120806.11812-1-julius@zint.sh/

Julius Zint (1):
  backlight: hid_bl: Add VESA virtual control panel HID backlight driver

 drivers/video/backlight/Kconfig  |   8 +
 drivers/video/backlight/Makefile |   1 +
 drivers/video/backlight/hid_bl.c | 267 +++++++++++++++++++++++++++++++
 3 files changed, 276 insertions(+)
 create mode 100644 drivers/video/backlight/hid_bl.c


base-commit: a33677b9211b6c328ad359b072043af94f7c9592
-- 
2.41.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-06  9:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-06  9:14 [PATCH v2 0/1] HID backlight driver Julius Zint
2023-08-06  9:14 ` [PATCH v2 1/1] backlight: hid_bl: Add VESA virtual control panel " Julius Zint
2023-08-06  9:57   ` Thomas Weißschuh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox