From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dmta0008.nifty.com (mta-snd00008.nifty.com [106.153.226.40]) by sourceware.org (Postfix) with ESMTPS id 45F6E3858D1E for ; Sun, 8 Oct 2023 15:07:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 45F6E3858D1E Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp Received: from HP-Z230 by dmta0008.nifty.com with ESMTP id <20231008150735798.RRXA.17758.HP-Z230@nifty.com>; Mon, 9 Oct 2023 00:07:35 +0900 Date: Mon, 9 Oct 2023 00:07:35 +0900 From: Takashi Yano To: cygwin@cygwin.com Cc: risingpower@gmx.de Subject: Re: SDL2: Gamepads stopped working Message-Id: <20231009000735.417e1a1d42f840b8f53fc4ea@nifty.ne.jp> In-Reply-To: References: <20231006201452.7cafb0be7a52745a7418cb33@nifty.ne.jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Fri, 6 Oct 2023 14:00:16 +0200 risingpower wrote: > On 06.10.2023 13:14, Takashi Yano wrote: > > > > Thanks for the information. I might find the cause. > > Please test 2.28.4-1a (Test). > > It works! HID and XBOX360 controller! Thank you for testing! > Thank you very much! What exactly have you done? 1) Fix mishandling for WCHAR string. (Fixes device name) 2) Fix the upstream bug when SDL_VIDEO_DRIVER_WINDOWS is not defined. (Fixes dinput open failure) 3) Drop SDL_JOYSTICK_RAWINPUT. (Make xinput device work) > The XBOX controller identifies now as "XInput Controller #1", > but that's ok. This is the result of 3). I will release SDL2 2.28.4-2 shortly. -- Takashi Yano