Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753685Ab2HSR3t (ORCPT ); Sun, 19 Aug 2012 13:29:49 -0400 Received: from smtprelay.restena.lu ([158.64.1.62]:59744 "EHLO smtprelay.restena.lu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751618Ab2HSR3o (ORCPT ); Sun, 19 Aug 2012 13:29:44 -0400 Date: Sun, 19 Aug 2012 19:28:59 +0200 From: Bruno =?UTF-8?B?UHLDqW1vbnQ=?= To: Jiri Kosina Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Mauro Carvalho Chehab , linux-fbdev@vger.kernel.org, linux-media@vger.kernel.org Subject: [PATCH 0/6] HID: picoLCD additional fixes + CIR support Message-ID: <20120819192859.74136bb0@neptune.home> In-Reply-To: <20120730213656.0a9f6d30@neptune.home> References: <20120730213656.0a9f6d30@neptune.home> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 791 Lines: 20 Hi, This series fixes some race conditions in picoLCD driver during remove() and adds support for IR functionality. Repeatedly binding/unbinding device at hid-picolcd driver level or at usbhid level now works properly (except in rare occasions which trigger a paging error in interrupt context (memcopy) and seem to come from usbhid internals when usbhid gets interrupt between hid_hw_close() and hid_hw_stop()). CIR support is added using RC_CORE for the decoding and handling of IR-event stream and works for a Sony and a JVC remote. Bruno -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/