From owner-freebsd-hackers@FreeBSD.ORG Thu Jun 5 13:46:17 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F47A37B401 for ; Thu, 5 Jun 2003 13:46:17 -0700 (PDT) Received: from hak.cnd.mcgill.ca (hak.cnd.mcgill.ca [132.216.11.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34E6743FAF for ; Thu, 5 Jun 2003 13:46:16 -0700 (PDT) (envelope-from mat@hak.cnd.mcgill.ca) Received: from hak.cnd.mcgill.ca (localhost.cnd.mcgill.ca [127.0.0.1]) by hak.cnd.mcgill.ca (8.12.3p2/8.12.3) with ESMTP id h55KnBjC056461; Thu, 5 Jun 2003 16:49:11 -0400 (EDT) (envelope-from mat@hak.cnd.mcgill.ca) Received: (from mat@localhost) by hak.cnd.mcgill.ca (8.12.3p2/8.12.3/Submit) id h55KnBVN056460; Thu, 5 Jun 2003 16:49:11 -0400 (EDT) Date: Thu, 5 Jun 2003 16:49:11 -0400 From: Mathew Kanner To: Pav Lucistnik Message-ID: <20030605204911.GN33133@cnd.mcgill.ca> References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline In-Reply-To: Organization: I speak for myself, operating in Montreal, CANADA User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-34.2 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,PATCH_UNIFIED_DIFF,REFERENCES, REPLY_WITH_QUOTES,UPPERCASE_25_50,USER_AGENT_MUTT version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) cc: freebsd-hackers@freebsd.org Subject: Re: USB device not coming up (Diva MP3 player) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2003 20:46:17 -0000 --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Jun 05, Pav Lucistnik wrote: > ... Wild guess patch included. usbdevs -v would help --Mat -- Brain: Pinky, are you pondering what I'm pondering? Pinky: Um... I think so, Brain, but what if the chicken won't wear the nylons? --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="usbdiva.patch" --- usb_quirks.c Tue Apr 8 20:00:34 2003 +++ /tmp/aa Thu Jun 5 16:40:56 2003 @@ -100,6 +100,8 @@ ANY, { UQ_ASSUME_CM_OVER_DATA }}, { USB_VENDOR_YAMAHA, USB_PRODUCT_YAMAHA_RTW65I, ANY, { UQ_ASSUME_CM_OVER_DATA }}, + { USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_DIVAUSB, + ANY, { UQ_NO_STRINGS }}, { 0, 0, 0, { 0 } } }; --dDRMvlgZJXvWKvBx--