From owner-freebsd-i386@FreeBSD.ORG Mon Jan 12 15:30:14 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8089816A4CE for ; Mon, 12 Jan 2004 15:30:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 263FD43D48 for ; Mon, 12 Jan 2004 15:30:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i0CNUDFR067698 for ; Mon, 12 Jan 2004 15:30:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0CNUCI2067697; Mon, 12 Jan 2004 15:30:12 -0800 (PST) (envelope-from gnats) Date: Mon, 12 Jan 2004 15:30:12 -0800 (PST) Message-Id: <200401122330.i0CNUCI2067697@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Alexander Bussman Subject: RE: i386/61278: USB joystick/gamepad X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexander Bussman List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2004 23:30:14 -0000 The following reply was made to PR i386/61278; it has been noted by GNATS. From: Alexander Bussman To: freebsd-gnats-submit@FreeBSD.org, buxman@telia.com Cc: Subject: RE: i386/61278: USB joystick/gamepad Date: Tue, 13 Jan 2004 00:26:11 +0100 After some more investigations I found out that that gamepad gets disconnected and reattached byitself from time to time (if probably when it gets disconnected the program lock ups). When it get reattached the device /dev/uhid0 gets recreated with 0644 permissions and it should be 0664 (for me atleast). So I guess the main problem is the devfs problem...