From patchwork Tue Apr 6 05:04:14 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 90735 X-Patchwork-Delegate: jikos@jikos.cz Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o3655gR7006715 for ; Tue, 6 Apr 2010 05:05:42 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751250Ab0DFFFl (ORCPT ); Tue, 6 Apr 2010 01:05:41 -0400 Received: from rcsinet12.oracle.com ([148.87.113.124]:40615 "EHLO rcsinet12.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751181Ab0DFFFl (ORCPT ); Tue, 6 Apr 2010 01:05:41 -0400 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet12.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o3655SaJ023965 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 6 Apr 2010 05:05:29 GMT Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o350icHv025923; Tue, 6 Apr 2010 05:05:26 GMT Received: from abhmt020.oracle.com by acsmt353.oracle.com with ESMTP id 138852421270530255; Mon, 05 Apr 2010 22:04:15 -0700 Received: from chimera.site (/71.245.98.113) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 05 Apr 2010 22:04:15 -0700 Date: Mon, 5 Apr 2010 22:04:14 -0700 From: Randy Dunlap To: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Cc: akpm@linux-foundation.org, rvinyard@cs.nmsu.edu, Jiri Kosina Subject: [PATCH mmotm] hid-picolcd: depends on LCD_CLASS_DEVICE Message-Id: <20100405220414.9d90da83.randy.dunlap@oracle.com> In-Reply-To: <201004052336.o35NaeSE015814@imap1.linux-foundation.org> References: <201004052336.o35NaeSE015814@imap1.linux-foundation.org> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 X-Source-IP: acsmt354.oracle.com [141.146.40.154] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090208.4BBAC117.009B:SCFMA4539814,ss=1,fgs=0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 06 Apr 2010 05:05:42 +0000 (UTC) --- mmotm-2010-0405-1609.orig/drivers/hid/Kconfig +++ mmotm-2010-0405-1609/drivers/hid/Kconfig @@ -265,6 +265,7 @@ config HID_PETALYNX config HID_PICOLCD tristate "PicoLCD (graphic version)" depends on USB_HID + depends on LCD_CLASS_DEVICE select FB_DEFERRED_IO if FB select FB_SYS_FILLRECT if FB select FB_SYS_COPYAREA if FB