From owner-cvs-src@FreeBSD.ORG Sat Nov 8 03:23:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0113716A4CE; Sat, 8 Nov 2003 03:23:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7315643FCB; Sat, 8 Nov 2003 03:23:07 -0800 (PST) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA8BN7XJ054533; Sat, 8 Nov 2003 03:23:07 -0800 (PST) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA8BN7hF054532; Sat, 8 Nov 2003 03:23:07 -0800 (PST) (envelope-from joe) Message-Id: <200311081123.hA8BN7hF054532@repoman.freebsd.org> From: Josef Karthauser Date: Sat, 8 Nov 2003 03:23:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb uvisor.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2003 11:23:08 -0000 joe 2003/11/08 03:23:07 PST FreeBSD src repository Modified files: sys/dev/usb uvisor.c Log: I've had a couple of reports that the Sony Clie_40 doesn't need the PALM_4 initialisation hack. I've not confirmed it myself, but seeing as we already don't use it for the Sony Clie_41, let's drop it from the Clie_40 also and see what happens. (Question: What about the Clie_S360 and Clie_NX60 devices? Do we need to drop Palm4 from those as well? Possibly, but I've not had any reports about those so I don't know.) PR: kern/56575 MFC after: 3 days Revision Changes Path 1.16 +1 -1 src/sys/dev/usb/uvisor.c