From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from kroah.org ([198.145.64.141]:53076 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751416AbZK2RR0 (ORCPT ); Sun, 29 Nov 2009 12:17:26 -0500 Date: Sun, 29 Nov 2009 09:14:37 -0800 From: Greg KH To: Jon Smirl Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: Re: [IR-RFC PATCH v4 2/6] Core IR module Message-ID: <20091129171437.GA4993@kroah.com> References: <20091127013217.7671.32355.stgit@terra> <20091127013423.7671.36546.stgit@terra> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091127013423.7671.36546.stgit@terra> Sender: linux-media-owner@vger.kernel.org List-ID: On Thu, Nov 26, 2009 at 08:34:23PM -0500, Jon Smirl wrote: > Changes to core input subsystem to allow send and receive of IR messages. Encode and decode state machines are provided for common IR porotocols such as Sony, JVC, NEC, Philips, etc. > > Received IR messages generate event in the input queue. > IR messages are sent using an input IOCTL. As you are creating new sysfs files here, please document them in Documentation/ABI/ thanks, greg k-h