From owner-freebsd-usb@FreeBSD.ORG Tue Nov 4 21:03:33 2008 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 397FB1065674 for ; Tue, 4 Nov 2008 21:03:33 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id B4AD08FC21 for ; Tue, 4 Nov 2008 21:03:32 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so1404298nfh.33 for ; Tue, 04 Nov 2008 13:03:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:cc:subject:message-id :mime-version:content-type:content-disposition:user-agent; bh=U2ok7/z6HWEUWLCI/yX5H5oTD1pl/PFQUzi/Z4vSnik=; b=ihlzznBWgh57CvOKyxP2kH3omRlAgtml7KI/oK711YhBvjeOciYFFwFznRdifYNYoc p+z+O1j4uOiiCx1ZMA9uHYh9p5BafYj3eKg7hOuSgVYMK+bOCc/NtUhVAhoM53fc/vnP Hp6G2CkINiS2UexQi/DObd77ty/AHoi6BYomU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id :mime-version:content-type:content-disposition:user-agent; b=ameGrnUDR0l8r8utR2apuB3xKWM6blrpDoW7I7ZkTWT05eMy6iMMH41pDRn12fQX3q QVw/T996k5N9WPtz//rNVKMbrG/nuZP1duN8qX9NrvUSw99eQ5ugcAerqyb8vBTVmjYm gLh8AuXIwrdGjCKyycMXlW+HpLaQpCjY2m4oE= Received: by 10.210.16.16 with SMTP id 16mr29851ebp.81.1225831089950; Tue, 04 Nov 2008 12:38:09 -0800 (PST) Received: from darklight.homeunix.org ([85.175.24.53]) by mx.google.com with ESMTPS id 5sm12653388eyh.2.2008.11.04.12.38.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 04 Nov 2008 12:38:09 -0800 (PST) Received: from darklight.homeunix.org (yuri@darklight.homeunix.org [127.0.0.1]) by darklight.homeunix.org (8.14.3/8.14.3) with ESMTP id mA4Kc7mW001833; Tue, 4 Nov 2008 23:38:07 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.homeunix.org (8.14.3/8.14.3/Submit) id mA4Kc63Q001832; Tue, 4 Nov 2008 23:38:06 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.homeunix.org: yuri set sender to yuri.pankov@gmail.com using -f Date: Tue, 4 Nov 2008 23:38:06 +0300 From: Yuri Pankov To: freebsd-usb@freebsd.org Message-ID: <20081104203806.GA1801@darklight.homeunix.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: weird USB keyboard behavior with new USB stack X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 21:03:33 -0000 Hi, I'm testing new USB stack as part of -CURRENT. My USB keyboard occasionally locks up (and I need to re-plug it), sends wrong modifiers keys, etc. which didn't happen with old USB stack. Are there any settings/options which I can use to debug this problem further? Info from usbconfig: ugen0.1: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON ugen1.1: at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON ugen0.2: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON ugen0.5: at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON ugen0.3: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON ugen0.4: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON from dmesg: ukbd0: on usbus0 TIA, Yuri