summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-device_gamepad_gamepad__provider.cc
blob: e53aab806c9f15b95c2f74842727cc5157b00b99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- device/gamepad/gamepad_provider.cc.orig	2017-06-05 19:03:07 UTC
+++ device/gamepad/gamepad_provider.cc
@@ -153,7 +153,7 @@ void GamepadProvider::Initialize(std::unique_ptr<Gamep
     monitor->AddDevicesChangedObserver(this);
 
   polling_thread_.reset(new base::Thread("Gamepad polling thread"));
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
   // On Linux, the data fetcher needs to watch file descriptors, so the message
   // loop needs to be a libevent loop.
   const base::MessageLoop::Type kMessageLoopType = base::MessageLoop::TYPE_IO;