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

Commit e967197e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge changes I1a6c4438,Ie938f1de into main

* changes:
  Add flag to default enable pci tunnels
  Add flags for USB4 and Authorization
parents 792f3290 73147a99
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -35,3 +35,24 @@ 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"
}

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