From owner-freebsd-usb@FreeBSD.ORG Sat Jul 24 20:40:29 2010 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 CA89E1065678 for ; Sat, 24 Jul 2010 20:40:29 +0000 (UTC) (envelope-from aragon@phat.za.net) Received: from mail.geek.sh (decoder.geek.sh [196.36.198.81]) by mx1.freebsd.org (Postfix) with ESMTP id 9460F8FC1A for ; Sat, 24 Jul 2010 20:40:29 +0000 (UTC) Received: from igor.geek.sh (196-209-37-66.dynamic.isadsl.co.za [196.209.37.66]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.geek.sh (Postfix) with ESMTPSA id 4A36F3C9FC for ; Sat, 24 Jul 2010 22:40:27 +0200 (SAST) Message-ID: <4C4B4FBA.6030009@phat.za.net> Date: Sat, 24 Jul 2010 22:40:26 +0200 From: Aragon Gouveia User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100426 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-usb@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: M-Audio Transit in 8.1 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: Sat, 24 Jul 2010 20:40:29 -0000 Hi, I use an M-Audio Transit for sound and it was dependent on the hw.usb.uaudio.default_rate and hw.usb.uaudio.default_bits OIDs to get it recognised as a 44/16 device rather than 96/24. I see uaudio's implementation of USB_DEBUG changed recently, and those OIDs only get defined with a debug compile. Should those OIDs be considered debug options though? If so, is there any way to get uaudio to detect my hardware's 44/16 support automatically and without a debug build? Thanks, Aragon