linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/1] HID backlight driver
@ 2023-08-20  9:41 Julius Zint
  2023-08-20  9:41 ` [PATCH v3 1/1] backlight: hid_bl: Add VESA VCP " Julius Zint
  0 siblings, 1 reply; 12+ messages in thread
From: Julius Zint @ 2023-08-20  9:41 UTC (permalink / raw)
  To: Lee Jones, Daniel Thompson, Jingoo Han, Jiri Kosina,
	Benjamin Tissoires
  Cc: Helge Deller, Thomas Weißschuh, linux-kernel, dri-devel,
	linux-input, linux-fbdev, Julius Zint

This patch adds support for HID backlight devices, found in the Apple
Studio Display.

Changes in v1 [1]:
  - Add USB backlight driver for Studio Display

Changes in v2 [2]:
  - Rewrite from a USB driver to a HID driver

Changes in v3:
  - Added missing hid_bl prefix for some functions
  - Early exit in probe when HID parsing fails
  - Add return code to error logs
  - Adding HID Maintainers for review

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

Julius Zint (1):
  backlight: hid_bl: Add VESA VCP HID backlight driver

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


base-commit: dfd122fe8591d513b5e51313601217b67ae98d13
-- 
2.41.0


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

end of thread, other threads:[~2023-09-20  9:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-20  9:41 [PATCH v3 0/1] HID backlight driver Julius Zint
2023-08-20  9:41 ` [PATCH v3 1/1] backlight: hid_bl: Add VESA VCP " Julius Zint
2023-08-20 10:06   ` Christophe JAILLET
2023-08-24 17:52     ` Julius Zint
2023-08-21 16:36   ` Daniel Thompson
2023-08-24 17:35     ` Julius Zint
2023-08-26 10:15   ` Thomas Weißschuh
2023-09-04 15:59   ` Thomas Weißschuh
2023-09-04 19:02     ` Julius Zint
2023-09-06 15:19       ` Hans de Goede
2023-09-19 17:46         ` Julius Zint
2023-09-20  9:32           ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).