From owner-freebsd-current@FreeBSD.ORG Tue Jul 17 22:31:26 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 86C5F16A400 for ; Tue, 17 Jul 2007 22:31:26 +0000 (UTC) (envelope-from markhobden@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.freebsd.org (Postfix) with ESMTP id 4625513C48E for ; Tue, 17 Jul 2007 22:31:26 +0000 (UTC) (envelope-from markhobden@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1389390wxd for ; Tue, 17 Jul 2007 15:31:25 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=qXakUDl8bYG7GOgQfixTjzajSOn9r05p9H6uv6oF3kB+Astp+CWLwNBtvTHt3vSuk7n2R04q1P0iYn29cMcw1j+XjCKt6egMX+l7tNQiT6GRbGNPkDVQp8vuusPrv8TfmXhumIb75MMTNC8wFgd2vjrbQchWDXr3fQkNgJrWZNA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=eIGyO70yi0xDE6p025eY/Ud6pwufzcztkuKIPVn0Wam3wCRhzDScoDF3V9qzF6nnfX+gQm+AdKuS6WP//1FR3SHBFBYNwB3CjlFjd1etzVFrXq4gdXKvCwzjr/qK/wrJEKKVhNXhixs47GKEiLfP+6PYAmNHHNeCnspqLm00ogA= Received: by 10.70.113.16 with SMTP id l16mr1434461wxc.1184709921004; Tue, 17 Jul 2007 15:05:21 -0700 (PDT) Received: by 10.90.92.20 with HTTP; Tue, 17 Jul 2007 15:05:20 -0700 (PDT) Message-ID: Date: Tue, 17 Jul 2007 23:05:20 +0100 From: "Mark Hobden" To: freebsd-usb@freebsd.org, freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: uhidev(4) update - USB HID driver level for devices with multiple report ids X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2007 22:31:26 -0000 I have updated the uhidev(4) patch from NetBSD to apply to today's 7-CURRENT. http://www.terinea.co.uk/~mark/patches/uhidev-7-current-p2.diff The following patch is also required for Microsoft wireless keyboard/mice sets and Microsoft wireless notebook mice (but the uhidev patch to be applied first). http://www.terinea.co.uk/~mark/patches/uhidev-add-ms-p2.diff Versions that apply to 6-STABLE are available here: http://www.terinea.co.uk/~mark/patches/uhidev-6-stable-p2.diff http://www.terinea.co.uk/~mark/patches/uhidev-add-ms.diff Please let me know if you find any problems. -- Mark