From owner-freebsd-usb@FreeBSD.ORG Fri Dec 7 10:52:24 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BEAEB7C; Fri, 7 Dec 2012 10:52:24 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.c2i.net [212.247.154.194]) by mx1.freebsd.org (Postfix) with ESMTP id 6AAB18FC08; Fri, 7 Dec 2012 10:52:22 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe07.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 353809933; Fri, 07 Dec 2012 11:47:14 +0100 From: Hans Petter Selasky To: walter@pelissero.de Subject: Re: usb/174254: MIDI keyboard not recognised Date: Fri, 7 Dec 2012 11:48:48 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <201212070903.qB793F9O003465@scylla.home.lan> <201212071107.11055.hselasky@c2i.net> <20673.50604.494287.355326@scylla.home.lan> In-Reply-To: <20673.50604.494287.355326@scylla.home.lan> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201212071148.48127.hselasky@c2i.net> Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2012 10:52:24 -0000 On Friday 07 December 2012 11:32:12 Walter C. Pelissero wrote: > Hans Petter Selasky writes: > > Can you try this: > > > > usbconfig -d 2.4 add_quirk UQ_AU_VENDOR_CLASS > > > > Then replug the device? > > Forgot to mention I had already tried: > > # usbconfig add_dev_quirk_vplh 0x0499 0x1037 0x0000 0xffff > UQ_AU_VENDOR_CLASS > > to no effect. > > # usbconfig dump_device_quirks | fgrep 499 > VID=0x0499 PID=0x1037 REVLO=0x0000 REVHI=0xffff QUIRK=UQ_AU_VENDOR_CLASS Can you dump the configuration descriptor of your device using usbconfig -d X.Y dump_curr_config_desc ? --HPS