0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
Jul 06, 2025 — Jul 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
razerkbd: Adjust for more backports of hid_report_raw_event() change More... 16 days ago
razerkbd: Adjust to hid_report_raw_event() signature change More... about 2 months ago
ci: vermin: Remove backport parameters More... about 2 months ago
ci: vermin: Bump Python minimum version to 3.10 More... about 2 months ago
driver: Use sizeof() for size param of razer_send_control_msg_old_device() More... 2 months ago
driver: Add missing Razer Huntsman V3 Pro TKL in set_device_mode() More... 2 months ago
daemon: Add error handling for setting DPI, poll rate & brightness More... 2 months ago
pylib: Make getFirmware() call lazy More... 2 months ago
driver: Add error handling for razer_send_payload() calls More... 2 months ago
Update DEVELOPMENT.md to add 'kernel-devel' to build requirements for Fedora More... 2 months ago
driver: Pass struct hid_device down to razercommon More... 2 months ago
driver: Use hid_warn() for print_erroneous_report() More... 2 months ago
driver: Store hid_device instead of usb_device More... 2 months ago
driver: Add retry handling in razer_send_payload() More... 2 months ago
driver: Move compat code to compat.h More... 3 months ago
driver: Move struct razer_key_translation to razerkbd More... 3 months ago
driver: Drop unnecessary forward declaration of struct razer_report More... 3 months ago
driver: Drop unused get_empty_razer_report() More... 3 months ago
driver: Use kernel clamp() macro More... 3 months ago
driver: Use standard kernel integer data types for structs More... 3 months ago
driver: Use size_t for size argument in razer_send_argb_msg() More... 3 months ago
driver: Zero-initialize struct razer_argb_report More... 3 months ago
Revert "daemon: Apply driver mode to Basilisk V3" More... 3 months ago
daemon: Allow overriding DRIVER_MODE from config file More... 3 months ago
driver: Use new kzalloc_obj() where applicable More... 3 months ago
driver: Replace strncpy() usages with strscpy() More... 3 months ago
driver: Clean up "wait"/delay handling with USB responses More... 3 months ago
driver: Use usb_control_msg_send/recv() instead of usb_control_msg() More... 3 months ago
driver: Simplify &foo[0] syntax More... 3 months ago
driver: Use kstrtou*() instead of simple_strtoul() More... 3 months ago