Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8caeb56b authored by Tom Giordano's avatar Tom Giordano Committed by Tanguy Pruvot
Browse files

LegacyUSB: Add support for legacy USB implementations

Rebased for ICS 4.0.3

Change-Id: I029d8eeca4de6d92499856feab2761a8bfa9a526
parent 3354539f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -745,4 +745,11 @@
    <!-- Base "touch slop" value used by ViewConfiguration as a
         movement threshold where scrolling should begin. -->
    <dimen name="config_viewConfigurationTouchSlop">8dp</dimen>


    <!-- CM CHANGES START HERE -->

    <!-- Use legacy USB device manager. -->
    <bool name="config_usesLegacyUsbDeviceManager">false</bool>

</resources>