From owner-cvs-src-old@FreeBSD.ORG Thu Sep 23 09:56:12 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F9E01065679 for ; Thu, 23 Sep 2010 09:56:12 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8DB128FC14 for ; Thu, 23 Sep 2010 09:56:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8N9uCb5076176 for ; Thu, 23 Sep 2010 09:56:12 GMT (envelope-from gavin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8N9uCkf076175 for cvs-src-old@freebsd.org; Thu, 23 Sep 2010 09:56:12 GMT (envelope-from gavin@repoman.freebsd.org) Message-Id: <201009230956.o8N9uCkf076175@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gavin@repoman.freebsd.org using -f From: Gavin Atkinson Date: Thu, 23 Sep 2010 09:56:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/usb usbdevs src/sys/dev/usb/serial uplcom.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2010 09:56:12 -0000 gavin 2010-09-23 09:56:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/usb usbdevs sys/dev/usb/serial uplcom.c Log: SVN rev 213052 on 2010-09-23 09:56:02Z by gavin Merge r211111 from head: Attempt to autodetect the cype of chipset, rather than storing this within the device table. This code uses the same algorithm as used in the Linux, NetBSD and DragonflyBSD driver. While investigating this, it became apparent that the Linux driver always initialises the device, and not just in the PL2303HX case. Change uplcom(4) to do the same. This change allows us to synchronize our device ID list with Linux and NetBSD, without requiring knowledge of the chipset in use. Merge r209967, 209968 from head (by takawata): One more Prolific serial device ID. Revision Changes Path 1.13.2.8 +88 -101 src/sys/dev/usb/serial/uplcom.c 1.421.2.49 +1 -0 src/sys/dev/usb/usbdevs