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

Commit 25387016 authored by Abhishek Pandit-Subedi's avatar Abhishek Pandit-Subedi
Browse files

Add flags for USB4 and Authorization

This change adds flags for USB4 and USB authorization. They're added together so that UsbService#registerKeyguardCallbacks is called when either flag is set since both features depend on this functionality.


Bug: 369430205
Bug: 409385933
Test: m
Flag: com.android.server.usb.flags.enable_usb4
Change-Id: Ie938f1de4f127f9bb4fe88298123683500858445
parent 3e95c7ae
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -35,3 +35,17 @@ flag {
    description: "This flag waits for alsa scan results for audio device"
    bug: "378826805"
}

flag {
    name: "enable_usb4"
    namespace: "desktop_connectivity"
    description: "This flag enables USB4 and Thunderbolt support"
    bug: "369430205"
}

flag {
    name: "enable_usb_authorization"
    namespace: "desktop_connectivity"
    description: "This flag enables USB authorization"
    bug: "409385933"
}
 No newline at end of file