From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Poole Subject: Re: [PATCH 2/2] Add a device driver for the Apple Magic Mouse. Date: Wed, 10 Feb 2010 22:20:13 -0500 Message-ID: <878wb0e9w2.fsf@troilus.org> References: <87y6j2eeqv.fsf_-_@troilus.org> <87pr4eeemz.fsf_-_@troilus.org> <201002102205.58967.edt@aei.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: <201002102205.58967.edt-Yad3+ZauZac@public.gmane.org> (Ed Tomlinson's message of "Wed, 10 Feb 2010 22:05:58 -0500") Sender: linux-bluetooth-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ed Tomlinson Cc: Jiri Kosina , linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Marcel Holtmann , linux-bluetooth-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-input@vger.kernel.org Ed Tomlinson writes: > Hi, > > When I apply this to head, I get: > > drivers/hid/hid-magicmouse.c: In function 'magicmouse_probe': > drivers/hid/hid-magicmouse.c:393: error: too many arguments to function 'hdev->hid_output_raw_report' > drivers/hid/hid-magicmouse.c:400: error: too many arguments to function 'hdev->hid_output_raw_report' > > I only need the second patch - the first seems to be in tree. > > Any ideas as to what I am missing? > > TIA > Ed You're missing the patch that makes hid_output_raw_report() more generic. It is in the HID tree[1] as commit d4bfa033. [1]- http://git.kernel.org/?p=linux/kernel/git/jikos/hid.git Michael Poole