summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-logitech-hidpp.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-19Merge branch 'for-7.3/core' into for-linusJiri Kosina1-17/+19
2026-08-19Merge branch 'for-7.3/logitech' into for-linusJiri Kosina1-5/+271
2026-08-14HID: logitech: add Bolt receiver support for Logitech HID++ devicesErik Håkansson1-4/+47
2026-08-14HID: logitech-hidpp: move FF initialization to .input_configured()Dmitry Torokhov1-17/+19
2026-08-03HID: logitech-hidpp: enable reprogrammable buttons on Signature M650Elliot Douglas1-1/+19
2026-08-03HID: logitech-hidpp: add HID++ 2.0 reprogrammable button supportElliot Douglas1-0/+205
2026-08-03HID: logitech-hidpp: Remove duplicate ID for the G703 Hero over USBStuart Hayhurst1-2/+0
2026-08-03HID: logitech-hidpp: Add support for G502 X Plus USB mouseStuart Hayhurst1-0/+2
2026-08-03HID: logitech-hidpp: Fix FF device cleanup on init failureHaoxiang Li1-7/+16
2026-06-16Merge branch 'for-7.2/logitech' into for-linusJiri Kosina1-1/+37
2026-06-15HID: hidpp: fix potential UAF in hidpp_connect_event()Jiri Kosina1-0/+1
2026-06-11HID: logitech-hidpp: sync wheel multiplier on wheel mode changesLauri Saurus1-0/+37
2026-06-01HID: logitech-hidpp: remove excess kernel-doc member in hidpp_scroll_counterRosen Penev1-1/+0
2026-05-12HID: logitech-hidpp: Add support for newer Bluetooth keyboardsAlain Michaud1-0/+38
2026-05-12HID: pass the buffer size to hid_report_raw_eventBenjamin Tissoires1-1/+1
2026-04-16Merge branch 'for-7.1/core-v2' into for-linusJiri Kosina1-4/+4
2026-04-09HID: logitech-hidpp: fix race condition when accessing stale stack pointerBenoît Sevens1-7/+17
2026-04-09HID: logitech-hidpp: Check bounds when deleting force-feedback effectsGünther Noack1-6/+9
2026-03-17Merge tag 'hid-for-linus-2026031701' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+5
2026-03-16HID: logitech-hidpp: Prevent use-after-free on force feedback initialisation ...Lee Jones1-1/+3
2026-03-12HID: logitech-hidpp: Enable MX Master 4 over bluetoothAdrian Freund1-0/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+4
2026-02-02HID: logitech-hidpp: Add support for Logitech K980Bastien Nocera1-0/+2
2026-01-10HID: logitech-hidpp: Check maxfield in hidpp_get_report_length()Günther Noack1-1/+1
2026-01-08HID: logitech: add HID++ support for Logitech MX Anywhere 3SDennis Marttinen1-0/+2
2025-12-02Merge branch 'for-6.19/logitech' into for-linusJiri Kosina1-3/+9
2025-10-16HID: logitech-hidpp: Add HIDPP_QUIRK_RESET_HI_RES_SCROLLStuart Hayhurst1-0/+21
2025-10-14HID: logitech-hidpp: Do not assume FAP in hidpp_send_message_sync()Mavroudis Chatzilazaridis1-2/+7
2025-10-14HID: logitech-hidpp: Silence protocol errors on newer lightspeed receiversMavroudis Chatzilazaridis1-1/+2
2025-08-20HID: logitech: Add ids for G PRO 2 LIGHTSPEEDMatt Coffin1-0/+2
2024-11-18Merge branch 'for-6.13/core' into for-linusJiri Kosina1-4/+4
2024-11-18Merge branch 'for-6.13/logitech' into for-linusJiri Kosina1-47/+19
2024-10-08HID: Fix typo in the commentYan Zhen1-1/+1
2024-10-08HID: logitech-hidpp: Remove feature_type from hidpp_root_get_feature()Bastien Nocera1-47/+19
2024-10-04HID: stop exporting hid_snto32()Dmitry Torokhov1-3/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-08-27HID: change return type of report_fixup() to constThomas Weißschuh1-2/+2
2024-06-04HID: logitech-hidpp: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-05-06HID: logitech: add a few Logitech HID++ device IDsAllan Sandfeld Jensen1-2/+12
2024-02-06HID: logitech-hidpp: Do not flood kernel logOleksandr Natalenko1-3/+10
2024-01-22HID: logitech-hidpp: add support for Logitech G Pro X Superlight 2Jiri Kosina1-0/+2
2023-10-26HID: logitech-hidpp: Stop IO before calling hid_connect()Hans de Goede1-3/+6
2023-10-25HID: logitech-hidpp: Drop HIDPP_QUIRK_UNIFYINGHans de Goede1-10/+6
2023-10-25HID: logitech-hidpp: Drop delayed_work_cb()Hans de Goede1-11/+3
2023-10-25HID: logitech-hidpp: Fix connect event raceHans de Goede1-20/+5
2023-10-25HID: logitech-hidpp: Remove unused connected param from *_connect()Hans de Goede1-6/+6
2023-10-25HID: logitech-hidpp: Remove connected check for non-unifying devicesHans de Goede1-7/+0
2023-10-25HID: logitech-hidpp: Add hidpp_non_unifying_init() helperHans de Goede1-8/+10
2023-10-25HID: logitech-hidpp: Move hidpp_overwrite_name() to before connect checkHans de Goede1-13/+8