Skip to content

Commit

Permalink
fix(git): Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: William Edwards <[email protected]>
  • Loading branch information
pastaq and ShadowApex committed Jul 30, 2024
1 parent 0e7500e commit a670a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions rootfs/usr/share/inputplumber/schema/capability_map_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@
"button": {
"type": "string",
"enum": [
"C",
"DPadDown",
"DPadLeft",
"DPadRight",
Expand Down Expand Up @@ -295,8 +294,7 @@
"Select",
"South",
"Start",
"West",
"Z"
"West"
]
},
"trigger": {
Expand Down
4 changes: 1 addition & 3 deletions src/input/output_event/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ use std::sync::mpsc::Sender;

use ::evdev::{FFEffectData, InputEvent};

use crate::drivers::{
dualsense::hid_report::SetStatePackedOutputData, xpad_uhid::hid_report::XpadUhidOutputData,
};
use crate::drivers::dualsense::hid_report::SetStatePackedOutputData;

use super::output_capability::OutputCapability;

Expand Down

0 comments on commit a670a80

Please sign in to comment.