From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 8439E1EFD30; Sat, 12 Nov 2016 11:13:25 -0500 (EST) Received: from mail-it0-x233.google.com (mail-it0-x233.google.com [IPv6:2607:f8b0:4001:c0b::233]) by befuddled.reisers.ca (Postfix) with ESMTPS id 2B78A1EF785 for ; Sat, 12 Nov 2016 11:13:24 -0500 (EST) Received: by mail-it0-x233.google.com with SMTP id q124so33138064itd.1 for ; Sat, 12 Nov 2016 08:13:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=uTQ1VvWV9CzICwKmtqdkTmgt6E5UUyWEr6kStP9AdMo=; b=ql10efHTKoLQiEZ8dTqaab84j3WUnwjQ84rsOxYOwXibuIuXULPt3lvGgdMwNJWKMs uHOSGSHazq8Yc5ui6uf1oJn8fdjexoG4gaYhH6kndaSKznMtPpzbR5Ir/oGkiWexVBqD +9xiH/Qk+lUsOklIRrcckwoYaX2ZtImt3ni6Du4i8Z23JUcDX/azzi9EVsFyKdIXH2T5 4e8Pe1qrczWrC0REyz0ZNtBsRtnNK38lKczSiS1C0HT1AkasUof3j8gF9F9LDb3ZSZcA f6aKyByvAEh05F6/UMGJwGgTVVNRMXZzaqGqU67li2YTjCRyky0NOErnMonSdKYAzsqO lP8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=uTQ1VvWV9CzICwKmtqdkTmgt6E5UUyWEr6kStP9AdMo=; b=NVU2PcaL7Mmnlz0+OO+Z5E5cmgQGVYs4ILNizfs4YRuQ2OoqErTtX0FB2K2vM8720S NEpn4xgSqiwouBTcfCyvLz3EvG2vto6uZkTThhKDvmmFFtN1pYOAPF6A8lFkkoIVAhh0 iU+I2+x4oRGXLCA29gIuBMQqQuoqBY2a2E7a82hirVcs32Jq4vsyF7pmOUb0yhqAJj3a ULmQtFQcLmRVzTBHTMkiSs2s5/tWA2IDOZm1OIbYDOxREQxbg7F+XvVmzWFK3nQSxama EnbZ0H/qlpN1Y8H5TF4ZiYC6EQSTXaHMOFQDqRUc6V6pfFguTE0ZavGIFL+1h+z5FszF U5Hg== X-Gm-Message-State: ABUngvc3ncntes835YohaDJoMaGRwkyVXCVgYOhQhKFB/zc1rx03LTUc7nAqQJbwYMfVtOyKJG6lPuHVYn8WgQ== X-Received: by 10.107.11.26 with SMTP id v26mr17428278ioi.141.1478967202891; Sat, 12 Nov 2016 08:13:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.79.25.65 with HTTP; Sat, 12 Nov 2016 08:13:22 -0800 (PST) In-Reply-To: <20161112154759.GP2417@var.home> References: <20161110161032.GO7521@var.bordeaux.inria.fr> <20161111083447.GE2417@var.home> <20161111162750.GK2417@var.home> <20161111163209.GV2417@var.home> <20161112154759.GP2417@var.home> From: Okash Khawaja Date: Sat, 12 Nov 2016 16:13:22 +0000 Message-ID: Subject: Re: Status of kernel To: Samuel Thibault Cc: John Covici , David Borowski , "Speakup is a screen review system for Linux." X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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: Sat, 12 Nov 2016 16:13:25 -0000 On Sat, Nov 12, 2016 at 3:47 PM, Samuel Thibault < samuel.thibault@ens-lyon.org> wrote: > Okash Khawaja, on Sat 12 Nov 2016 15:20:48 +0000, wrote: > > What do you expect to be the outcome of this serial comms re-work? > > Which serial comms re-work are you talking about? I don't know about > David's work. What I was mentioning was to get some interface > integrated to the kernel to access kernel comm ports properly, i.e. > basically an equivalent of open("/dev/ttyS0"), which can thus be used > for usb and pci too. > > Samuel > Not sure if David's work involves changes to serial. I did cursory checks and diffed serialio.c which didn't seem much different. Could you explain your idea a bit more? I have been reading the driver code and want to contribute to this project.