Skip to content

Commit

Permalink
fix(Source Evdev): change udev priority to allow device tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Feb 12, 2025
1 parent 9dc4350 commit 93eb986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/udev/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use udev::Enumerator;

use self::device::Device;

const RULE_HIDE_DEVICE_PRIORITY: &str = "50";
const RULE_HIDE_DEVICE_PRIORITY: &str = "70";
const RULES_PREFIX: &str = "/run/udev/rules.d";

/// Hide the given input device from regular users.
Expand Down

0 comments on commit 93eb986

Please sign in to comment.