Mustafa Ekşi ([email protected])

Number of posts: 9 (0.2 per day)
First post: 2024-02-21 22:16:30
Last post: 2024-04-08 15:23:52

Date List Subject
2024-04-08 15:23:52 linux-kernel Re: [PATCH v5 0/1] platform/x86: Add wmi driver for Casper Excalibur laptops
2024-03-24 18:13:34 linux-kernel [PATCH v5 1/1] platform/x86: Add wmi driver for Casper Excalibur laptops
2024-03-24 18:13:28 linux-kernel [PATCH v5 0/1] platform/x86: Add wmi driver for Casper Excalibur laptops
2024-03-12 20:32:13 linux-kernel [PATCH v4 1/1] platform/x86: Add wmi driver for Casper Excalibur laptops
2024-03-12 20:32:00 linux-kernel [PATCH v4 0/1] platform/x86: Add wmi driver for Casper Excalibur laptops
2024-03-10 18:15:31 linux-kernel [PATCH v3 1/1] platform/x86: Add wmi driver for Casper Excalibur laptops
2024-03-10 18:15:18 linux-kernel [PATCH v3 0/1] platform/x86: Add wmi driver for Casper Excalibur laptops
2024-02-22 21:54:44 linux-kernel [PATCH v2] platform/x86: Add wmi driver for Casper Excalibur laptops. Odd line breaks was because I have used scripts/Lindent without checking, I'm sorry for that. And for my weird rgb led API: This kind of design was also used in drivers/platform/x86/dell/alienware-wmi.c:239, but mine differs as it doesn't create different attributes for different leds. That is because driver doesn't know how many leds there are, to know how many leds there are it should check processor information (whether it's 10th gen or 11th). I don't think include/linux/mod_devicetable.h supports that. If there is a way to differentiate cpus, please let me know. And even if it knew how many leds there are, having different attributes can be cumbersome because there's no way of reading leds. And also user can change led state without notifying os (with some hotkey). But I'm open to further discussion. And thanks for all of your careful reviewing. It helped me to learn more.
2024-02-21 22:16:30 linux-kernel [PATCH] Add wmi driver support for Casper Excalibur laptops.