From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 009FF1F0AFC; Wed, 8 Feb 2017 18:00:58 -0500 (EST) Received: from mail-qt0-x243.google.com (mail-qt0-x243.google.com [IPv6:2607:f8b0:400d:c0d::243]) by befuddled.reisers.ca (Postfix) with ESMTPS id 2EB6C1F0AF2 for ; Wed, 8 Feb 2017 18:00:04 -0500 (EST) Received: by mail-qt0-x243.google.com with SMTP id h53so25226139qth.3 for ; Wed, 08 Feb 2017 15:00:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=/EEuvV6fzV7JVRMT7G5iTWiSw4vUKVZS2m2QgJPBnbc=; b=Z3TiHyg5XwNFkntcDlV5KwrNvCToR82FsiaslwqB45YozmmvQPFdIA9u+lHfIaj3l4 lnHccjs8KGlbpUgzSyNKGcV9oL4pOBCp/STLB83qtQve15wGJcPDrY+zm3YjA/e5zSQi owYr3lIdgKJlivw8fq7Ds9YF6yKF72I8AtVs0UkPkK8vPob9Tc72o7HIAreAk89yrfzX OUfcLdyiqRz4eTbPusj3vk4h3AAV2AvTYFIr7Galk36q/CgxzyY/UMqoiLWdKwoLP4N7 ceWmpYK1A3bbvyJ1e8klkTF9ADHSeAW4go4o/q6GXhH9CLvgZucdpMAC5nm0XoSdMRXB Vueg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=/EEuvV6fzV7JVRMT7G5iTWiSw4vUKVZS2m2QgJPBnbc=; b=GHM/ibCiQrSEmLESygQJyLpvl6PFGi4tQzdwCW8Sjs/2CuLll/nbQ0R6N7r9eFG13x d2cssi9Ghl4dg1cJQET4feDuG2HrtBiVnUBAtEc16X4M7J2fwaKQPz63u3HAaFLnyc7I Y/VwRhnAVNvRsP7ZYmrxQmvNyS097TLJIzH8RpxviiOO0Y8gURlKg5n2j/CkaiVFIeoK B8bakrUmUqa+3XYq8Ur6BVVAqpfViBX/US65YjIwKr2U40wQ7x2k4u51SqOuWcJKBq+O nXwLizr6W3XymisDGweMrYo72YDBZKJ6QnjYo9WdPKN5lP2wHvZ1SSsS7aFgXtYlwfLJ LOXA== X-Gm-Message-State: AMke39nsQa1fHJn9tbKrkEi6l9gKJN8OQk59hiaoCxXjrLVf1CoGFYOkztRG6ekc/mS9T81RDIpNqAZUxXHUfA== X-Received: by 10.200.0.193 with SMTP id d1mr21048363qtg.275.1486594803620; Wed, 08 Feb 2017 15:00:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.200.44.8 with HTTP; Wed, 8 Feb 2017 15:00:03 -0800 (PST) In-Reply-To: <20170208225205.GT2955@var.home> References: <20170208225205.GT2955@var.home> From: Okash Khawaja Date: Wed, 8 Feb 2017 23:00:03 +0000 Message-ID: Subject: Re: [PATCH 1/5] staging: speakup: enable access to tty device To: Samuel Thibault Cc: "Speakup is a screen review system for Linux." Content-Type: text/plain; charset=UTF-8 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2017 23:00:59 -0000 On Wed, Feb 8, 2017 at 10:52 PM, Samuel Thibault wrote: > Hello, > > Okash Khawaja, on Wed 08 Feb 2017 22:46:32 +0000, wrote: >> enable acess to tty device from kernel module > > Are you sending them by hand? At the very least, you need to attach > patches with text/plain type, otherwise it's a real pain to review. But > actually quilt has a "mail" command, which you can use to prepare the > mails to be sent. And BTW, better use --reply-to to make the various > mails part of the same mail thread. > > Samuel Of course. I thought the mail client would do both - reply-to and text/plain attachments. I'll send them using quilt. Please ignore the rest of patches.