[xboxdrv] 64/78: Fixed vendor/product not getting set for virtual device in daemon mode

Andrey Rahmatullin wrar-guest at moszumanska.debian.org
Sun Feb 21 17:55:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

wrar-guest pushed a commit to branch master
in repository xboxdrv.

commit 419ac3586c653bffbd31a27989e5533c843244ae
Author: Ingo Ruhnke <grumbel at gmail.com>
Date:   Fri Nov 6 16:52:49 2015 +0100

    Fixed vendor/product not getting set for virtual device in daemon mode
    
    Fixes #128
---
 src/xboxdrv_daemon.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/xboxdrv_daemon.cpp b/src/xboxdrv_daemon.cpp
index f9f32c6..27bd68c 100644
--- a/src/xboxdrv_daemon.cpp
+++ b/src/xboxdrv_daemon.cpp
@@ -252,6 +252,7 @@ XboxdrvDaemon::init_uinput()
 
     m_uinput.reset(new UInput(m_opts.extra_events));
     m_uinput->set_device_names(m_opts.uinput_device_names);
+    m_uinput->set_device_usbids(m_opts.uinput_device_usbids);
 
     // create controller slots
     int slot_count = 0;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xboxdrv.git



More information about the Pkg-games-commits mailing list