From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 1C3E41EFA5E; Sun, 11 Sep 2016 23:28:04 -0400 (EDT) Received: from mail-oi0-f47.google.com (mail-oi0-f47.google.com [209.85.218.47]) by befuddled.reisers.ca (Postfix) with ESMTPS id DFE361EF219 for ; Sun, 11 Sep 2016 23:28:02 -0400 (EDT) Received: by mail-oi0-f47.google.com with SMTP id d191so68317677oih.2 for ; Sun, 11 Sep 2016 20:28:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:to:subject:date:mime-version; bh=GT1GDU2BM3mjfy8f6We57MdfMwpgrkmxa6xMUix8/wM=; b=n1j1xBMo/CuRvhgXh1AW27St+PCz7taosaNIISx/6prKY8ca6RBYcgDzv0QIyBv8nP WTaEIu68Ay1br59/nuiY6SUL8VfpN2y/SSlp/AWYD+fh5b8gu8793iDt6kMUjQ/+nEHG vfA5Yq3XMYt3UwsM2JYPNdHoEYPGd+F1o12yRDwIxQmhAk8ucUtgceEnSeBmHdizZ+fr KqAvAsS/QTwF8UYC6m3bd+IbFCjGD850Vo+sIs64jx9R8B5OSHiIT7yJIP7eFiGF+Bn2 I9ihgZkMHSMGRf3kXeNwrH1NsLdt746KMqqwksVSqwqUXgQIOfPzAXmmR4nHYIqaA06x XGfw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:from:to:subject:date:mime-version; bh=GT1GDU2BM3mjfy8f6We57MdfMwpgrkmxa6xMUix8/wM=; b=i6Z51KzJeGNBrn6dx3lPuGxRAXTb1HoZ14dkmsVOpwHIFhgByRdEh69VbtLjlDH/vU s4qIN3LVa7oMWWAT8UntLbBh5/1B2DaLmfev/K8LCFgAdA7/jXUk/3hAPY8qE0wiOZnh oPZza3J0Mg2aHf6083AEPZsY/lZ36QVkf8VBEvBUWs8X6ISQSm9mvXDAxnM1Pv/x7n7Q A8jMO6rkisun3Sdy/eZzu+/QAy8kNi5cMhzSqJtgFnfw9fMP1E9WYawUlTMrI9qn7isf dJyv4xNNuU7EwSBuuh9BVFmY4yS4KmEipCGjElRPw2Her9pbNqYA2AdEMmjqFconZ/l0 INaQ== X-Gm-Message-State: AE9vXwMokw4DjoyqQD7CzvjpuOt9iErJDmFI/3lqR44Rx9ldDZaaUCnpuFR/ABwaxvKifQ== X-Received: by 10.157.48.99 with SMTP id w32mr21190921otd.78.1473650820188; Sun, 11 Sep 2016 20:27:00 -0700 (PDT) Received: from train (71-8-135-6.dhcp.stcd.mn.charter.com. [71.8.135.6]) by smtp.gmail.com with ESMTPSA id d16sm870326iod.33.2016.09.11.20.26.59 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 11 Sep 2016 20:26:59 -0700 (PDT) Message-ID: <30622EDDDB8A400A87EAED43E81A6214@train> From: "Rob" To: Subject: Serial Synth Workaround Date: Sun, 11 Sep 2016 22:26:10 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6002.18197 X-MimeOLE: Produced By Microsoft MimeOLE V6.1.7601.23403 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.22 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: Mon, 12 Sep 2016 03:28:04 -0000 I understood that you had to comment out this statement in = drivers/staging/speakup/serialio.c: if (err) { pr_warn("Unable to allocate port at %x, errno %i", ser->port, err); return NULL; } Was that wrong? Because I got a bunch of errors from make. I tried commenting out just the return NULL; part and still got errors. It is plainly obvious that I am no coder. = Lol. What needs commenting out, exactly?