Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262842AbVEHKdk (ORCPT ); Sun, 8 May 2005 06:33:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262843AbVEHKdk (ORCPT ); Sun, 8 May 2005 06:33:40 -0400 Received: from web25105.mail.ukl.yahoo.com ([217.12.10.53]:2969 "HELO web25105.mail.ukl.yahoo.com") by vger.kernel.org with SMTP id S262842AbVEHKdi (ORCPT ); Sun, 8 May 2005 06:33:38 -0400 Message-ID: <20050508103330.93937.qmail@web25105.mail.ukl.yahoo.com> Date: Sun, 8 May 2005 12:33:30 +0200 (CEST) From: moreau francis Subject: advices for a lcd driver design. To: linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1059 Lines: 32 Hi, I'm trying to write a lcd driver for a HD44780 compatible display. Basicaly it will be the only screen available on my linux board. My problem is that I don't know which desgin I should use when implementing the lcd's driver, because several choices are possible: 1) implementing a dumb char device "/dev/lcd" 2) implementing a console driver 3) implementing a tty driver I can't find any documentation on vt that makes the choice quite hard but when looking at the code it may be the best choice for user-space. Do you think it's the good direction ? Thanks for your advices, Francis. __________________________________________________________________ D?couvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! Cr?ez votre Yahoo! Mail sur http://fr.mail.yahoo.com/ - 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/