Re: [PATCH v2 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO

2024-10-09 Thread Werner Sembach
Hi, Am 08.10.24 um 17:33 schrieb Lee Jones: On Mon, 07 Oct 2024, Werner Sembach wrote: Am 07.10.24 um 14:58 schrieb Lee Jones: On Fri, 04 Oct 2024, Werner Sembach wrote: Am 03.10.24 um 09:59 schrieb Lee Jones: On Wed, 02 Oct 2024, Werner Sembach wrote: Hi, Am 02.10.24 um 14:52 schrieb L

Re: [PATCH v2 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO

2024-10-08 Thread Lee Jones
On Mon, 07 Oct 2024, Werner Sembach wrote: > > Am 07.10.24 um 14:58 schrieb Lee Jones: > > On Fri, 04 Oct 2024, Werner Sembach wrote: > > > > > Am 03.10.24 um 09:59 schrieb Lee Jones: > > > > On Wed, 02 Oct 2024, Werner Sembach wrote: > > > > > > > > > Hi, > > > > > > > > > > Am 02.10.24 um 14

Re: [PATCH v2 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO

2024-10-07 Thread Werner Sembach
Am 07.10.24 um 14:58 schrieb Lee Jones: On Fri, 04 Oct 2024, Werner Sembach wrote: Am 03.10.24 um 09:59 schrieb Lee Jones: On Wed, 02 Oct 2024, Werner Sembach wrote: Hi, Am 02.10.24 um 14:52 schrieb Lee Jones: On Fri, 27 Sep 2024, Werner Sembach wrote: Hi, first revision integrating Ar

Re: [PATCH v2 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO

2024-10-07 Thread Lee Jones
On Fri, 04 Oct 2024, Werner Sembach wrote: > > Am 03.10.24 um 09:59 schrieb Lee Jones: > > On Wed, 02 Oct 2024, Werner Sembach wrote: > > > > > Hi, > > > > > > Am 02.10.24 um 14:52 schrieb Lee Jones: > > > > On Fri, 27 Sep 2024, Werner Sembach wrote: > > > > > > > > > Hi, > > > > > first revis

Re: [PATCH v2 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO

2024-10-04 Thread Werner Sembach
Am 03.10.24 um 09:59 schrieb Lee Jones: On Wed, 02 Oct 2024, Werner Sembach wrote: Hi, Am 02.10.24 um 14:52 schrieb Lee Jones: On Fri, 27 Sep 2024, Werner Sembach wrote: Hi, first revision integrating Armins feedback. Stuff I did not yet change and did not comment on previously: - Still

Re: [PATCH v2 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO

2024-10-03 Thread Lee Jones
On Wed, 02 Oct 2024, Werner Sembach wrote: > Hi, > > Am 02.10.24 um 14:52 schrieb Lee Jones: > > On Fri, 27 Sep 2024, Werner Sembach wrote: > > > > > Hi, > > > first revision integrating Armins feedback. > > > > > > Stuff I did not yet change and did not comment on previously: > > > - Still hav

Re: [PATCH v2 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO

2024-10-02 Thread Werner Sembach
Hi, Am 02.10.24 um 14:52 schrieb Lee Jones: On Fri, 27 Sep 2024, Werner Sembach wrote: Hi, first revision integrating Armins feedback. Stuff I did not yet change and did not comment on previously: - Still have to ask Christoffer why the mutex is required - Still using acpi_size instad of size

Re: [PATCH v2 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO

2024-10-02 Thread Lee Jones
On Fri, 27 Sep 2024, Werner Sembach wrote: > Hi, > first revision integrating Armins feedback. > > Stuff I did not yet change and did not comment on previously: > - Still have to ask Christoffer why the mutex is required > - Still using acpi_size instad of size_t in the util functions, because th

Re: [PATCH v2 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO

2024-09-29 Thread kernel test robot
m-misc drm-misc-next patch link: https://lore.kernel.org/r/20240927124152.139099-2-wse%40tuxedocomputers.com patch subject: [PATCH v2 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO config: x86_64-buildonly-randconfig-003-20240929 (https://download.01.org/0day-ci/archive/20240929/20

Re: [PATCH v2 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO

2024-09-28 Thread kernel test robot
m-misc drm-misc-next patch link: https://lore.kernel.org/r/20240927124152.139099-2-wse%40tuxedocomputers.com patch subject: [PATCH v2 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO config: x86_64-randconfig-161-20240928 (https://download.01.org/0day-ci/archive/20240929/20240929081

[PATCH v2 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO

2024-09-27 Thread Werner Sembach
The TUXEDO Sirius 16 Gen1 and TUXEDO Sirius 16 Gen2 devices have a per-key controllable RGB keyboard backlight. The firmware API for it is implemented via WMI. To make the backlight userspace configurable this driver emulates a LampArray HID device and translates the input from hidraw to the corre

[PATCH v2 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO

2024-09-27 Thread Werner Sembach
Hi, first revision integrating Armins feedback. Stuff I did not yet change and did not comment on previously: - Still have to ask Christoffer why the mutex is required - Still using acpi_size instad of size_t in the util functions, because the value is put directly into a struct using acpi_size -