From owner-freebsd-usb@FreeBSD.ORG Fri May 7 12:50:05 2010 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D9F9C106564A for ; Fri, 7 May 2010 12:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B0E5D8FC16 for ; Fri, 7 May 2010 12:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o47Co5HX057833 for ; Fri, 7 May 2010 12:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o47Co57H057832; Fri, 7 May 2010 12:50:05 GMT (envelope-from gnats) Date: Fri, 7 May 2010 12:50:05 GMT Message-Id: <201005071250.o47Co57H057832@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: "Peter Toth" Cc: Subject: Re: usb/146104: Samsung YP-U4 mp3 player USB_ERR_TIMEOUT X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter Toth List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 May 2010 12:50:05 -0000 The following reply was made to PR usb/146104; it has been noted by GNATS. From: "Peter Toth" To: bug-followup@freebsd.org, peter.toth198@gmail.com Cc: Subject: Re: usb/146104: Samsung YP-U4 mp3 player USB_ERR_TIMEOUT Date: Sat, 08 May 2010 00:42:57 +1200 I've put this line into /usr/src/sys/dev/usb/usbdevs just bellow SAMSUNG YP-U2: product SAMSUNG YP_U4 0x5092 YP-U4 MP3 Player and added this to /usr/src/sys/dev/usb/quirk/usb_quirk.c : USB_QUIRK(SAMSUNG, YP_U4, 0x0000, 0xffff, UQ_MSC_NO_SYNC_CACHE), All working like a charm. Could this be included in FreeBSD 8.1?