From owner-freebsd-acpi@FreeBSD.ORG Thu Mar 24 20:45:07 2005 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCA5216A4CE for ; Thu, 24 Mar 2005 20:45:07 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70B5743D2D for ; Thu, 24 Mar 2005 20:45:07 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id C9AD1ACC71; Thu, 24 Mar 2005 21:45:05 +0100 (CET) Date: Thu, 24 Mar 2005 21:45:05 +0100 From: Pawel Jakub Dawidek To: acpi@FreeBSD.org Message-ID: <20050324204505.GD591@darkness.comp.waw.pl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hiFLGGPPrqiESHj5" Content-Disposition: inline User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 Subject: acpi_asus(4) small issue. X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2005 20:45:07 -0000 --hiFLGGPPrqiESHj5 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi. I found that acpi_asus shows garbage in place of driver description. It is caused by using device_set_desc() for not-const strings, instead of device_set_desc_copy(). This patch fixes this issue for me: http://people.freebsd.org/~pjd/patches/acpi_asus.c.patch If there are no objections, I'll commit it. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --hiFLGGPPrqiESHj5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCQybRForvXbEpPzQRAm3RAKCRqKJ7GK5NUesaJlcZ5w6/JsjXLACgzOWW MAJpQf0XtjwkkWqvkNeFSE0= =nN1J -----END PGP SIGNATURE----- --hiFLGGPPrqiESHj5--