summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-appletb-kbd.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-03HID: appletb-kdb: Replace system_wq with system_dfl_wqMarco Crivellari1-3/+3
2026-05-12HID: appletb-kbd: run inactivity autodim from workqueuesSangyun Kim1-14/+30
2026-05-12HID: appletb-kbd: fix UAF in inactivity-timer cleanup pathSangyun Kim1-8/+8
2026-03-12HID: appletb-kbd: add .resume method in PMAditya Garg1-2/+3
2026-01-28HID: appletb-kbd: Use pm_ptr instead of #ifdef CONFIG_PMBastien Nocera1-6/+2
2025-07-05Merge tag 'hid-for-linus-2025070502' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+9
2025-07-03HID: appletb-kbd: fix slab use-after-free bug in appletb_kbd_probeQasim Ijaz1-4/+6
2025-07-03HID: appletb-kbd: fix memory corruption of input_handler_listQasim Ijaz1-1/+3
2025-06-26Merge tag 'hid-for-linus-2025062701' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+5
2025-06-20HID: appletb-kbd: fix "appletb_backlight" backlight device reference countingQasim Ijaz1-0/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-03Merge tag 'hid-for-linus-2025060301' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+6
2025-04-24HID: appletb-kbd: Use secs_to_jiffies() instead of msecs_to_jiffies()Thorsten Blum1-3/+6
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-02-18HID: appletb-kbd: Fix inconsistent indentation and pass -ENODEV to dev_err_probeAditya Garg1-7/+7
2025-02-18HID: hid-appletb-kbd: simplify logic used to switch between media and functio...Aditya Garg1-7/+8
2025-02-10HID: hid-appletb-kbd: make struct attribute *appletb_kbd_attrs[] staticAditya Garg1-2/+2
2025-02-07HID: hid-appletb-kbd: add support for automatic brightness control while usin...Aditya Garg1-4/+79
2025-02-07HID: hid-appletb-kbd: add support for fn toggle between media and function modeAditya Garg1-0/+128
2025-02-07HID: hid-appletb-kbd: add driver for the keyboard mode of Apple Touch BarsKerem Karabay1-0/+303