diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2016-12-05 00:36:09 +0000 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2016-12-05 00:47:26 +0000 |
| commit | 3c090a37d4f552008bbc287fcd635064e294f553 (patch) | |
| tree | c28148141e32f4bdaf69efe8e5ac2a6b14053add /Source/Core/InputCommon/ControllerInterface/evdev | |
| parent | 0043bd3547c9fc53d13fac7378afd35f53d01ecf (diff) | |
evdev: fix shutdown hang
Note: This probably means our approach of populating from udev isn't
safe to be called multiple times.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/evdev')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp index bee0c44a02..788ea963bc 100644 --- a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp +++ b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp @@ -141,7 +141,6 @@ static void StopHotplugThread() void Init() { s_devnode_name_map.clear(); - PopulateDevices(); StartHotplugThread(); } |
