Re: [PATCH] Input: add appleir USB driver
From: Greg KH <hidden>
Date: 2008-05-16 02:33:35
Also in:
lkml
On Fri, May 16, 2008 at 01:27:33AM +0200, Tino Keitel wrote:
On Thu, May 15, 2008 at 14:11:17 -0700, Greg KH wrote:quoted
On Thu, May 15, 2008 at 10:59:59PM +0200, Tino Keitel wrote:[...]quoted
quoted
The macmini LIRC driver is a pure userspace driver, so nothing needs to be ever included in the kernel.So does this driver work with the macmini USB ir device today somehow?Yes, I'm using it for months.quoted
From what I can tell, this driver is still necessary for things to work properly for this hardware, right?When the appleir kernel driver is used, the IR device acts as in input device, not as a HID device. LIRC has to be configured to use its dev/input driver in this case. This is a generic driver to use any input device as lirc device. The dev/input driver relies on the key events that are generated by the kernel.
Hm, I just got a private email (for some odd reason) saying this driver isn't needed at all, they just add a hid quirk line. Now why that hid quirk line hadn't been added for the year or so that the person knew about it, sure is odd to me... I'll test it out and probably reduce this whole thing to a one-line hid-quirk patch... ugh, why do people not send stuff upstream, it just wastes everyone's time in the end :( greg k-h