Skip to content
Snippets Groups Projects
  1. Mar 04, 2021
  2. Feb 27, 2021
    • Luca Weiss's avatar
      Throw error when failing to add method to daemon · 5a5619f0
      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.
      5a5619f0
    • Luca Weiss's avatar
      Remove/fix missing daemon methods · bb3ce744
      Luca Weiss authored
      Several methods have changed over the years, and some devices have been
      forgotten in the migrations. Fix this now.
      bb3ce744
    • nightsky30's avatar
      Add support for Razer Cynosa Chroma Pro · 179f433d
      nightsky30 authored
      179f433d
    • Dennis Lambe Jr's avatar
      Add support for Razer Basilisk V2 · ba911631
      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.
      ba911631
    • Dobli's avatar
      Add support for Razer Book 13 2020 · 1ca42e06
      Dobli authored
      1ca42e06
    • Luca Weiss's avatar
      Add cosmetic 'break' to fix fake driver generation · 6608825d
      Luca Weiss authored
      The script likes 'break' statements and fails to parse the code
      correctly otherwise.
      6608825d
    • arabek's avatar
      Fix Ornata V2 device image · 84e835fd
      arabek authored
      84e835fd
  3. Feb 23, 2021
  4. Feb 21, 2021
  5. Jan 31, 2021
  6. Jan 24, 2021
  7. Jan 17, 2021
  8. Jan 02, 2021
  9. Dec 27, 2020
  10. Nov 28, 2020
  11. Nov 20, 2020
  12. Nov 13, 2020
  13. Nov 12, 2020
    • tildearrow's avatar
      Add persistent storage of effects in daemon · 03df9f3b
      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: default avatarLuke Horwell <code@horwell.me>
      Co-authored-by: default avatarLuca Weiss <luca@z3ntu.xyz>
      03df9f3b
  14. Nov 08, 2020
  15. Nov 03, 2020
  16. Nov 01, 2020
Loading