From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 9346321E4D for ; Sat, 10 Feb 2024 06:21:07 +0100 (CET) Received: from wopr.sciops.net ([216.126.196.60]) by 9front; Sat Feb 10 00:19:48 -0500 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1707542380; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=ns5jGBVShb9/mNu57vd4nBXJLHtT5pPxElgbpGVj9TM=; b=oDm0Jt0HAtmk/Okp+Dap08rwfbV+pre8hZDviBqrZZVGrnwetNIt4OtctsoAATrpPqPlKF gC7w2IEAXvz5PS1v5X5xB2Fb/RxxDohGHWTET1mwZ3+um+p6YQvt1pMHq2lOzGyysIqaxK 84JPqwWbEJhKkbsI0gSl6/HhjizUTtc= Received: by wopr.sciops.net (OpenSMTPD) with ESMTPSA id fc070d2b (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for <9front@9front.org>; Fri, 9 Feb 2024 21:19:39 -0800 (PST) Message-ID: <46E2244826074B1D379E502FECCA529D@wopr.sciops.net> Date: Sat, 10 Feb 2024 06:19:38 +0100 From: qwx@sciops.net To: 9front@9front.org In-Reply-To: <29499AE73C8BD7E9AB89B58EE50DE3DB@gaff.inri.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: immutable self-healing software general-purpose-based backend Subject: Re: [9front] wtb: usb gamepad that works reliably with joy(1) Reply-To: 9front@9front.org Precedence: bulk On Sat Feb 10 05:16:59 +0100 2024, sl@stanleylieber.com wrote: > > So far only the most basic snes-style usb controllers I have have > > worked consistently well. I have a "Buffalo classic usb gamepad" > > which works, including the turbo function > > thanks, i'll try to get one of these. for now i just wanna play some > games using a gamepad. i have been through a pile of different > controllers > and none of them work reliably. ps2 dualshock also works nicely with this one adaptor, I could try to find out exactly what it is. I can confirm that the 8bitdo doesn't work though. > here are some recent failures: > > ; nusb/joy /dev/usb/ep10.0 | joy 1 | games/snes -a -x 3 $game > > - logitech dual action: no suitable endpoint found > - ps3: window goes black, emulator never errors or finishes launching > - rii sens retro usb: system immediately detects and configures it as > a mouse Yeah, iirc I've seen all of these, and they'd all probably require a bit of work to fix. Not sure about the second one, and the third occurs also in one of the modes of the 8bitdo which I couldn't override. Also not sure about how to handle this better, but the whole joystick stack could perhaps be redesigned to make it a bit easier to work with. Cheers, qwx