From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 2643 invoked from network); 1 Mar 2022 10:08:29 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 1 Mar 2022 10:08:29 -0000 Received: from mail-ej1-f50.google.com ([209.85.218.50]) by 4ess; Mon Feb 28 19:23:46 -0500 2022 Received: by mail-ej1-f50.google.com with SMTP id d10so28153801eje.10 for <9front@9front.org>; Mon, 28 Feb 2022 16:23:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mforney.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=IqpgyOYuFC7D1rlrqmLEHcf/Q3KWpyKeUOzzl0ny1Kw=; b=e9N9b1RwbTfL3M1gEi/UZhq9umVCLhEEYQEtYyI7oh6cucqGXmH9Z5iDs14q2MdoYI /0N1bo9RuMmpEUyhOnvRR3EHP9he/CVFTISJPFV3OjLbnQlNS95t269XTplghpfHfffy 3qR/0/rXD/gWlR2sHXoKA/I/+ceFDYnCgIJTGsV4+1dBD+spqhhA3LgzQr9O3U3lnLXm E1KBf5MHkQrR31gmwi/GlKPpQXosF2IwRO1T/Mmx5dhTE9k+JadhUacCAMYapzDIyRed lrw8TZg6ImmR2RFx8sU1STrE5n2LZ07Z8u7xKlk8MNt/XaLASgzsz+a1mfzLGixhKZ5B I+Qw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=IqpgyOYuFC7D1rlrqmLEHcf/Q3KWpyKeUOzzl0ny1Kw=; b=4M+u8kYECWnI7y6K7B8i3QGqylpYyMfyYz9n8RIYGqmAhQYcpI3f7WLYNMimZh1UXO WuRjXOOvs68PHPzYRLAPFSwbqKehM7X0bVviXUrCg6j4b3Wmqf+LiU2+/AwsK9+jsVnd 2ITd5Y1V7fmJX/ruAUvTAm6gIjnlPorjYfQ3QMmvt6dou45XF+MlxY+gEJ6lZbqQEdPz 9rxC/ktiTM0XmYtSy4+Z8cRxUhijsMpcnxdf9o9N9gE2V72FRkamzxkx2/0RpHeI1hLL 9fZ/7DQjc80eTnZZdGE9tAdM+0mdG5jz3vvsyCJ4zebGRYMheMQaTV12kV23z1NEpHcY Mqig== X-Gm-Message-State: AOAM530mbH22SQQ02qkszJx32tQBQ2dnNd3YOrazDDCYriUd7/LkZMX0 7h16gqiZ+i2JyG9Gd0bNEDBDP4EO31tc8EioSoXLNjSimTc1/A== X-Google-Smtp-Source: ABdhPJz+4ErmpFLx3RssjuNaiwLkm+uPQX3EAUu0bEDNRdlh6a13EHDyXgvz+DA88jCoX5r7wpDmolr3Ad5Secm1tEU= X-Received: by 2002:aa7:cc02:0:b0:411:487e:36fe with SMTP id q2-20020aa7cc02000000b00411487e36femr22050346edt.338.1646092505848; Mon, 28 Feb 2022 15:55:05 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a17:906:6782:b0:6d0:9087:adfd with HTTP; Mon, 28 Feb 2022 15:55:04 -0800 (PST) X-Originating-IP: [98.45.152.168] In-Reply-To: <46F9DBF771CE337040E83F3DBA19CDEB@arrow> References: <46F9DBF771CE337040E83F3DBA19CDEB@arrow> From: Michael Forney Date: Mon, 28 Feb 2022 15:55:04 -0800 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: SQL over HTML app polling database high-performance locator Subject: [9front] Re: [PATCH] nusb/serial: fix pl2303 usbcmd error checks Reply-To: 9front@9front.org Precedence: bulk On 2022-01-01-22, Michael Forney wrote: > Since e0087b2a, usbcmd with Rh2d returns the size of the data stage > (excluding the setup packet), so adjust the expected return values > accordingly. Ping. nusb/serial doesn't work at all with Prolific devices without this patch.