Unverified Commit 59993921 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

keychron-udev-rules: add hidraw uaccess tag (#477609)

parents 2b732299 1da15355
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
  src = writeTextFile {
    name = "69-keychron.rules";
    text = ''
      KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="3434", MODE="0660", TAG+="uaccess"
      KERNEL=="event*", SUBSYSTEM=="input", ENV{ID_VENDOR_ID}=="3434", ENV{ID_INPUT_JOYSTICK}=="*?", ENV{ID_INPUT_JOYSTICK}=""
    '';
  };