Skip to content

Commit

Permalink
upd for new &zip_report_rate_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
badjeff committed Jan 12, 2025
1 parent ba45f2a commit c3c4967
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 20 deletions.
5 changes: 1 addition & 4 deletions config/boards/shields/corne36/corne36_mou0.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,14 @@ RC(4,0) RC(4,1) RC(4,2)
};

#include <input/processors/report_rate_limit.dtsi>
&zip_report_rate_limit {
report-ms = <12>;
};

#include "corne36_mou0_pmw3610.dtsi"
#include "corne36_zplit.dtsi"
&tball0_split { status = "disabled"; };
&tball1_split { status = "disabled"; };
&tpoint0_split { status = "disabled"; };
&tpad0_split { status = "disabled"; };
&mou0_split { device = <&mou0>; input-processors = <&zip_report_rate_limit>; };
&mou0_split { device = <&mou0>; input-processors = <&zip_report_rate_limit 12>; };

/{
s_encoder: s_encoder {
Expand Down
5 changes: 1 addition & 4 deletions config/boards/shields/corne36/corne36_tball0.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,10 @@ RC(7,0) RC(7,1) RC(7,2)
};

#include <input/processors/report_rate_limit.dtsi>
&zip_report_rate_limit {
report-ms = <12>;
};

#include "corne36_tball0_adns9800.dtsi"
#include "corne36_zplit.dtsi"
&tball0_split { device = <&tball0>; input-processors = <&zip_report_rate_limit>; };
&tball0_split { device = <&tball0>; input-processors = <&zip_report_rate_limit 12>; };
&tball1_split { status = "disabled"; };
&tpoint0_split { status = "disabled"; };
&tpad0_split { status = "disabled"; };
Expand Down
5 changes: 1 addition & 4 deletions config/boards/shields/corne36/corne36_tball1.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,11 @@ RC(7,0) RC(7,1) RC(7,2)
};

#include <input/processors/report_rate_limit.dtsi>
&zip_report_rate_limit {
report-ms = <12>;
};

#include "corne36_tball1_pmw3610.dtsi"
#include "corne36_zplit.dtsi"
&tball0_split { status = "disabled"; };
&tball1_split { device = <&tball1>; input-processors = <&zip_report_rate_limit>; };
&tball1_split { device = <&tball1>; input-processors = <&zip_report_rate_limit 12>; };
&tpoint0_split { status = "disabled"; };
&tpad0_split { status = "disabled"; };
&mou0_split { status = "disabled"; };
5 changes: 1 addition & 4 deletions config/boards/shields/corne36/corne36_tpad0.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,11 @@ RC(7,0) RC(7,1) RC(7,2)
};

#include <input/processors/report_rate_limit.dtsi>
&zip_report_rate_limit {
report-ms = <12>;
};

#include "corne36_tpad0_cirque.dtsi"
#include "corne36_zplit.dtsi"
&tball0_split { status = "disabled"; };
&tball1_split { status = "disabled"; };
&tpoint0_split { status = "disabled"; };
&tpad0_split { device = <&tpad0>; input-processors = <&zip_report_rate_limit>; };
&tpad0_split { device = <&tpad0>; input-processors = <&zip_report_rate_limit 12>; };
&mou0_split { status = "disabled"; };
5 changes: 1 addition & 4 deletions config/boards/shields/corne36/corne36_tpoint0.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,11 @@ RC(7,0) RC(7,1) RC(7,2)
};

#include <input/processors/report_rate_limit.dtsi>
&zip_report_rate_limit {
report-ms = <12>;
};

#include "corne36_tpoint0_ps2.dtsi"
#include "corne36_zplit.dtsi"
&tball0_split { status = "disabled"; };
&tball1_split { status = "disabled"; };
&tpoint0_split { device = <&tpoint0>; input-processors = <&zip_report_rate_limit>; };
&tpoint0_split { device = <&tpoint0>; input-processors = <&zip_report_rate_limit 12>; };
&tpad0_split { status = "disabled"; };
&mou0_split { status = "disabled"; };

0 comments on commit c3c4967

Please # to comment.