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

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

Add flag to default enable pci tunnels

For testing and dogfooding before the UI portion is added, create a flag
that will default enable pci tunnels for USB4 and Thunderbolt.

Bug: 369430205
Test: m
Flag: com.android.server.usb.flags.default_allow_pci_tunnels
Change-Id: I1a6c44385d159a667ada77304cf0d45b01f079eb
parent 25387016
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -49,3 +49,10 @@ flag {
    description: "This flag enables USB authorization"
    bug: "409385933"
}

flag {
    name: "default_allow_pci_tunnels"
    namespace: "desktop_connectivity"
    description: "This flag allows PCI tunnels for testing and dogfooding"
    bug: "369430205"
}