From owner-svn-src-head@FreeBSD.ORG Thu May 21 17:55:18 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97AF7106564A; Thu, 21 May 2009 17:55:18 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 86BC18FC1D; Thu, 21 May 2009 17:55:18 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n4LHtIow074431; Thu, 21 May 2009 17:55:18 GMT (envelope-from thompsa@svn.freebsd.org) Received: (from thompsa@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n4LHtIrj074430; Thu, 21 May 2009 17:55:18 GMT (envelope-from thompsa@svn.freebsd.org) Message-Id: <200905211755.n4LHtIrj074430@svn.freebsd.org> From: Andrew Thompson Date: Thu, 21 May 2009 17:55:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r192559 - head/sys/dev/usb X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 17:55:19 -0000 Author: thompsa Date: Thu May 21 17:55:18 2009 New Revision: 192559 URL: http://svn.freebsd.org/changeset/base/192559 Log: Don't clear last usage when a new HID item is found, it improves parsing of Apple keyboard HID descriptors. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/usb_hid.c Modified: head/sys/dev/usb/usb_hid.c ============================================================================== --- head/sys/dev/usb/usb_hid.c Thu May 21 17:48:41 2009 (r192558) +++ head/sys/dev/usb/usb_hid.c Thu May 21 17:55:18 2009 (r192559) @@ -296,9 +296,6 @@ hid_get_item(struct hid_data *s, struct } else { s->ncount = 1; } - /* set default usage */ - /* use the undefined HID PAGE */ - s->usage_last = 0; goto top; case 9: /* Output */