blob: 75dcb1de34a1349173a3edd2c1aec31004807460 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- services/device/public/cpp/device_features.cc.orig 2025-04-22 20:15:27 UTC
+++ services/device/public/cpp/device_features.cc
@@ -135,7 +135,7 @@ bool IsOsLevelGeolocationPermissionSupportEnabled() {
// Controls whether Chrome will try to automatically detach kernel drivers when
// a USB interface is busy.
-#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
BASE_FEATURE(kAutomaticUsbDetach,
"AutomaticUsbDetach",
base::FEATURE_DISABLED_BY_DEFAULT);
|