From owner-freebsd-usb@freebsd.org Mon Mar 12 14:42:22 2018 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38C24F4BB02 for ; Mon, 12 Mar 2018 14:42:22 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFF817ED14 for ; Mon, 12 Mar 2018 14:42:21 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id D3AD6260370; Mon, 12 Mar 2018 15:42:13 +0100 (CET) Subject: Re: Filco USB numberpad To: Monty Chaney-Geib , freebsd-usb@freebsd.org References: From: Hans Petter Selasky Message-ID: Date: Mon, 12 Mar 2018 15:42:10 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Mar 2018 14:42:22 -0000 On 03/12/18 06:16, Monty Chaney-Geib wrote: > I'm having an issue with my numberpad. Whenever I hit the numlock key to > switch it from the default setup to act like a numberpad I can press one > key and then it seems to freeze. I'm not sure what is going on. Under > usbconfig it shows up as ugen0.5: > at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (100mA) > > Any help would be much appreciated. Can you run: usbdump -i usbusX -f Y -vvv to capture all USB traffic to this device? --HPS