From nobody Wed Jan 19 08:45:47 2022 X-Original-To: freebsd-hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 82C48197182F for ; Wed, 19 Jan 2022 08:45:59 +0000 (UTC) (envelope-from janm@transactionware.com) Received: from mail3.transactionware.com (mail.transactionware.com [203.14.245.7]) by mx1.freebsd.org (Postfix) with SMTP id 4JdzkX69Sgz3C4L for ; Wed, 19 Jan 2022 08:45:56 +0000 (UTC) (envelope-from janm@transactionware.com) Received: (qmail 70978 invoked by uid 907); 19 Jan 2022 08:45:54 -0000 Received: from i5E8641E9.versanet.de (HELO smtpclient.apple) (94.134.65.233) (smtp-auth username janm, mechanism plain) by mail3.transactionware.com (qpsmtpd/0.84) with (ECDHE-RSA-AES256-GCM-SHA384 encrypted) ESMTPSA; Wed, 19 Jan 2022 19:45:54 +1100 Content-Type: text/plain; charset=utf-8 List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\)) Subject: Re: Joystick with keyboard, mouse and joystick endpoints disconnects after 3-4 seconds From: Jan Mikkelsen In-Reply-To: <40405ba8-14b3-90cc-7f19-103928f17da2@gmail.com> Date: Wed, 19 Jan 2022 09:45:47 +0100 Cc: freebsd-hackers@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <81CCE949-4F7F-4651-B88D-9B1EFC0C5672@transactionware.com> References: <7A70DD3A-48A9-426A-BB73-7DB1B31BE1E0@transactionware.com> <40405ba8-14b3-90cc-7f19-103928f17da2@gmail.com> To: Jason Bacon X-Mailer: Apple Mail (2.3654.120.0.1.13) X-Rspamd-Queue-Id: 4JdzkX69Sgz3C4L X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of janm@transactionware.com has no SPF policy when checking 203.14.245.7) smtp.mailfrom=janm@transactionware.com X-Spamd-Result: default: False [2.50 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[transactionware.com]; AUTH_NA(1.00)[]; R_SPF_NA(0.00)[no SPF record]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_SHORT(1.00)[1.000]; RCPT_COUNT_TWO(0.00)[2]; MLMMJ_DEST(0.00)[freebsd-hackers]; FREEMAIL_TO(0.00)[gmail.com]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:17559, ipnet:203.14.245.0/24, country:AU]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N > On 18 Jan 2022, at 22:53, Jason Bacon wrote: >=20 >=20 > Are you running webcamd? >=20 > I had a similar problem with a USB gamepad I use for controlling Lego = robots over bluetooth some years ago and learned that webcamd isn't just = for webcams anymore, but grabs other kinds of HIDs. No, not running webcamd. The problem happens just connecting the device = on a machine sitting at a text login prompt. The HID devices don=E2=80=99t= stay there long enough for anything to use. Regards, Jan M.