From owner-freebsd-usb@FreeBSD.ORG Fri Dec 7 11:00:02 2012 Return-Path: Delivered-To: freebsd-usb@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2BF9FCC3 for ; Fri, 7 Dec 2012 11:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 128DC8FC12 for ; Fri, 7 Dec 2012 11:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qB7B01K8022762 for ; Fri, 7 Dec 2012 11:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qB7B01Tu022761; Fri, 7 Dec 2012 11:00:01 GMT (envelope-from gnats) Date: Fri, 7 Dec 2012 11:00:01 GMT Message-Id: <201212071100.qB7B01Tu022761@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org Cc: From: Hans Petter Selasky Subject: Re: usb/174254: MIDI keyboard not recognised X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Hans Petter Selasky List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2012 11:00:02 -0000 The following reply was made to PR usb/174254; it has been noted by GNATS. From: Hans Petter Selasky To: walter@pelissero.de Cc: freebsd-usb@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: usb/174254: MIDI keyboard not recognised Date: Fri, 7 Dec 2012 11:48:48 +0100 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