- Mar 04, 2021
-
-
Luke Horwell authored
-
Luke Horwell authored
-
- Feb 27, 2021
-
-
Luca Weiss authored
This should be a fatal error as it's a misconfiguration of the daemon. As warning it's likely that it won't be seen by the developer.
-
Luca Weiss authored
Several methods have changed over the years, and some devices have been forgotten in the migrations. Fix this now.
-
nightsky30 authored
-
Dennis Lambe Jr authored
Translate tilt wheel clicks to REL_HWHEEL events in the kernel driver Translate Profile and Clutch buttons to F18 and F19 There seems to be parallel construction between the remapping in this driver and the M1-M5 key handling in the razerkbd driver. Since razerkbd assigns F17 to input code 0x24, I didn't want to use F17 to mean some other code in the mouse driver. Hence, F17 is skipped and the Basilisk's new buttons are mapped starting at F18. Repeat HWHEEL events while the wheel is held tilted with 250 ms delay & 33 ms repeat Adjustable repeat rate and repeat delay on tilt wheel Device attr to disable tilt wheel HWHEEL translation Convert DPI, Profile buttons to BTN_ events on mouse intf There are a lot of Razer mice that this driver tries to support, and adding the need to grok and then patch report descriptors seemed like adding too much to the reverse engineering burden. Instead, I do all of my report interpretation in the raw_event hook.
-
Dobli authored
-
Luca Weiss authored
The script likes 'break' statements and fails to parse the code correctly otherwise.
-
arabek authored
-
- Feb 23, 2021
-
-
Luca Weiss authored
Latest pylint doesn't support Python 3.5 (latest available on 16.04) anymore.
-
Luca Weiss authored
This seems to have been removed as a transitive dependency fairly recently.
-
Maxime Augier authored
-
- Feb 21, 2021
-
-
Brett Smith authored
The old ones don't exist anymore
-
- Jan 31, 2021
-
-
hendy643 authored
-
Luca Weiss authored
-
Pushpal Sidhu authored
I'm 90% sure that an engineer at razer mistyped 16 instead of 0x16 (22) for the max descriptor and tried to fix it, or vice-versa in newer keyboard firmware.. Anyways, let's look for both 16 and 0x16. Signed-off-by:
Pushpal Sidhu <psidhu.devel@gmail.com>
-
- Jan 24, 2021
-
-
CobyBE authored
-
- Jan 17, 2021
-
-
nightsky30 authored
-
Nolan Shah authored
-
Sophie Tauchert authored
This prevents the driver to be bound to multiple interfaces which is both unneccessary and is not supposed to happen.
-
- Jan 02, 2021
-
-
Mathilde Gilles authored
-
- Dec 27, 2020
-
-
nightsky30 authored
-
Ryan Williams authored
-
Tommimon authored
Before this fix there sometimes in the last iteration of the while loop elapsed was grater than fade_time and that resulted in a tiny full brightness blink at the end of the effect (when the key should be almost turned off).
-
no95typem authored
Fixes #1337
-
Dennis Lambe Jr authored
This is required for several new devices. Fixes #1379
-
Signed-off-by:
Marcus Weinhold - umwerk systems GmbH <marcus.weinhold@umwerk-systems.com>
-
- Nov 28, 2020
-
-
Luke Horwell authored
Includes DeathAdder 2013. Fixes #1350.
-
Luke Horwell authored
The daemon would throw an exception upon next run as it was reading a bytes when it expected an integer. The starlight effect and some brightnesses were affected. Fixes #1351. Fixes #1354.
-
Luke Horwell authored
Fixes #1352
-
- Nov 20, 2020
-
-
nightsky30 authored
-
- Nov 13, 2020
-
-
bno1 authored
-
Luca Weiss authored
-
bno1 authored
-
- Nov 12, 2020
-
-
tildearrow authored
This patch adds several D-Bus methods for accessing the current state of the devices (plus pylib API for the new functionality): * get*Effect * get*EffectColors * get*EffectSpeed * get*WaveDir * restoreLastEffect The star means e.g. getEffect, getLogoEffect, getScrollEffect, etc. The last one can be used to reset to the previous effect after setting a custom effect (which won't be persisted). Co-authored-by:
Luke Horwell <code@horwell.me> Co-authored-by:
Luca Weiss <luca@z3ntu.xyz>
-
- Nov 08, 2020
-
- Nov 03, 2020
-
-
nightsky30 authored
-
- Nov 01, 2020
-
-
Luca Weiss authored
-
Luke Horwell authored
Devices were throwing an exception that was: - "embedded null byte" - or "setCustom is not a valid method of interface" This was due to devices missing a sysfs file in the driver. Or rather, they had one (matrix_effect_custom), but was incorrectly specified here. For devices that are missing a sysfs file, it's possible custom frames are unsupported or was simply left out in the driver when the device was added. Users of these devices should try amending their device in the driver, as we don't have the hardware to check. Fixes #1252 Addresses polychromatic/polychromatic#266
-
Sophie Tauchert authored
-