From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757318AbYEPNfa (ORCPT ); Fri, 16 May 2008 09:35:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755278AbYEPNfS (ORCPT ); Fri, 16 May 2008 09:35:18 -0400 Received: from eazy.amigager.de ([213.239.192.238]:60531 "EHLO eazy.amigager.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754957AbYEPNfQ (ORCPT ); Fri, 16 May 2008 09:35:16 -0400 Date: Fri, 16 May 2008 15:32:34 +0200 From: Tino Keitel To: Dmitry Torokhov Cc: Greg KH , jkosina@suse.cz, linux-input@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Input: add appleir USB driver Message-ID: <20080516133234.GA10193@thinkpad.home.local> Mail-Followup-To: Dmitry Torokhov , Greg KH , jkosina@suse.cz, linux-input@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org References: <20080514221519.GA6575@kroah.com> <20080515132108.GA9327@dose.home.local> <20080515094212.ZZRA012@mailhub.coreip.homeip.net> <20080515174939.GA10881@dose.home.local> <20080515142845.ZZRA012@mailhub.coreip.homeip.net> <20080515205950.GA11794@dose.home.local> <20080516090351.ZZRA012@mailhub.coreip.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080516090351.ZZRA012@mailhub.coreip.homeip.net> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 16, 2008 at 09:13:41 -0400, Dmitry Torokhov wrote: [...] > Does the learning remote have the same VID/PID as AppleIr? If not I am > not sure why you are btringing it here. It has no VID/PID at all, as it is not connected to the computer. It just sends IR codes to the IR sensor in the Mac mini (the builtin USB device that the appleir driver is for). And as the learning remote has more than 6 keys, it can send more than 6 different codes. The Apple remote has only 6 keys, and only these keys are handled by the driver. Regards, Tino