blob: c847147bab2f2a9503ec23b8898fb35fcf8970fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- services/device/public/cpp/device_features.cc.orig 2025-06-30 07:04:30 UTC
+++ services/device/public/cpp/device_features.cc
@@ -140,7 +140,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);
|