From owner-freebsd-usb@FreeBSD.ORG Sun Oct 28 14:10:04 2007 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 180B016A41A for ; Sun, 28 Oct 2007 14:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 06B1B13C481 for ; Sun, 28 Oct 2007 14:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9SEA2TP098477 for ; Sun, 28 Oct 2007 14:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9SEA2HP098476; Sun, 28 Oct 2007 14:10:02 GMT (envelope-from gnats) Date: Sun, 28 Oct 2007 14:10:02 GMT Message-Id: <200710281410.l9SEA2HP098476@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Henrik Gulbrandsen Cc: Subject: Re: usb/117598: [patch] Not possible to record with Plantronics DSP-400 USB headset X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Henrik Gulbrandsen List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2007 14:10:04 -0000 The following reply was made to PR usb/117598; it has been noted by GNATS. From: Henrik Gulbrandsen To: Hans Petter Selasky Cc: freebsd-gnats-submit@freebsd.org Subject: Re: usb/117598: [patch] Not possible to record with Plantronics DSP-400 USB headset Date: Sun, 28 Oct 2007 14:43:07 +0100 On Sun, 2007-10-28 at 14:27 +0200, Hans Petter Selasky wrote: > What you experience is very common and I think that a quirk would be useless. > How about assuming ASYNC by default ? Well, I couldn't think of a good reason not to, so that's why you'll find a "#define UAUDIO_ASSUME_ASYNC" at the beginning of the patch. I just wanted to make it easy to turn it off, just in case someone else could think of a good reason why that would be better - and the quirk fix is there to ensure that my own headset keeps working in that case. I wouldn't have added the quirk flag if it wasn't for the fact that it was already there. In a case like this, I'd prefer to work around the problem once and for all. See the usb/78984 patch for example. That was never applied, by the way. I probably missed some administrative detail. /Henrik