Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758177AbWK0OYx (ORCPT ); Mon, 27 Nov 2006 09:24:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758229AbWK0OYx (ORCPT ); Mon, 27 Nov 2006 09:24:53 -0500 Received: from inetc.connecttech.com ([64.7.140.42]:39689 "EHLO inetc.connecttech.com") by vger.kernel.org with ESMTP id S1758177AbWK0OYw (ORCPT ); Mon, 27 Nov 2006 09:24:52 -0500 From: "Stuart MacDonald" To: "'Luke Kenneth Casson Leighton'" , "'Alan'" Cc: , "'Linux ARM Kernel list'" , Subject: RE: tty line discipline driver advice sought, to do a 1-byte header and 2-byte CRC checksum on GSM data Date: Mon, 27 Nov 2006 09:23:23 -0500 Organization: Connect Tech Inc. Message-ID: <06e401c7122f$98acc1d0$294b82ce@stuartm> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <20061126030901.GB5207@lkcl.net> Importance: Normal Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 587 Lines: 19 From: On Behalf Of Luke Kenneth Casson Leighton > Subject: Re: tty line discipline driver advice sought, to do > a 1-byte header and 2-byte CRC checksum on GSM data drivers/char/n_tty.c include/linux/tty_ldisc.h include/linux/tty_flip.h include/linux/tty.h I can't see a reason why your code shouldn't be a perfect fit as an ldisc. ..Stu - 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/