From abd587ffdce6168bb35320b8593c98766ce14b93 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sun, 6 Dec 2009 10:53:44 +0000 Subject: [PATCH] wiiuse patch for linux kernels >=2.6.30, from http://gist.github.com/241910 git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4652 8ced0084-cf51-0410-be5f-012b33b47a6e --- Externals/WiiUseSrc/Src/io_nix.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Externals/WiiUseSrc/Src/io_nix.c b/Externals/WiiUseSrc/Src/io_nix.c index 0c596ab87e..1e61341e23 100644 --- a/Externals/WiiUseSrc/Src/io_nix.c +++ b/Externals/WiiUseSrc/Src/io_nix.c @@ -200,6 +200,7 @@ static int wiiuse_connect_single(struct wiimote_t* wm, char* address) { if (wm->out_sock == -1) return 0; + addr.l2_cid = 0; addr.l2_psm = htobs(WM_OUTPUT_CHANNEL); /* connect to wiimote */