From owner-cvs-src@FreeBSD.ORG  Thu Oct 25 16:55:02 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2E2EF16A417;
	Thu, 25 Oct 2007 16:55:01 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 04B0E13C4C1;
	Thu, 25 Oct 2007 16:55:01 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9PGt0Ed061232;
	Thu, 25 Oct 2007 16:55:00 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9PGt0Px061231;
	Thu, 25 Oct 2007 16:55:00 GMT (envelope-from jhb)
Message-Id: <200710251655.l9PGt0Px061231@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Thu, 25 Oct 2007 16:55:00 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/dev/usb ukbd.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 25 Oct 2007 16:55:02 -0000

jhb         2007-10-25 16:55:00 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/usb          ukbd.c 
  Log:
  MFC: Clear the flags in the persistent keyboard data for ukbd0 when
  init_keyboard() or kbd_register() fail.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.72.2.1  +8 -2      src/sys/dev/usb/ukbd.c