9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Eli Cohen <echoline@gmail.com>
To: 9front@9front.org
Subject: Re: [9front] new nusb/serial driver
Date: Thu, 11 Jun 2020 07:08:13 -0700	[thread overview]
Message-ID: <CAHwi9bz-SAHQUbG8ftSNeBcZu19eXkQM_8YOfUCOWPq_CKCeiQ@mail.gmail.com> (raw)
In-Reply-To: <531BA629AA191E2993A2C6A71C7D36E7@felloff.net>

I only did that because the other drivers did it. It seems to work
just as well without that

On Thu, Jun 11, 2020 at 5:15 AM <cinap_lenrek@felloff.net> wrote:
>
> why are you setting the maxpkt size? we (should have) already have setup the packet size
> from the endpoint descriptor when we created the endpoint. why are we overriding
> it here? is this in the CDC standard?
>
> > static int
> > cdcseteps(Serialport *p)
> > {
> >       devctl(p->epin, "maxpkt 256");
> >       devctl(p->epout, "maxpkt 256");
> >       return 0;
> > }
>
> --
> cinap


  reply	other threads:[~2020-06-11 14:08 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-11  7:03 Eli Cohen
2020-06-11  7:17 ` [9front] " Alex Musolino
2020-06-11  7:19   ` Eli Cohen
2020-06-11  7:29     ` Alex Musolino
2020-06-11  7:36       ` Eli Cohen
2020-06-11  7:57         ` Eli Cohen
2020-06-11 12:15           ` cinap_lenrek
2020-06-11 14:08             ` Eli Cohen [this message]
2020-06-11 17:10               ` cinap_lenrek
2020-06-12  1:28                 ` Eli Cohen
2020-06-12 18:02                 ` cinap_lenrek
2020-06-12 22:15                   ` Eli Cohen
2020-06-13 14:03                     ` cinap_lenrek
2020-06-13 14:18                       ` Eli Cohen
2020-06-13 15:37                         ` cinap_lenrek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAHwi9bz-SAHQUbG8ftSNeBcZu19eXkQM_8YOfUCOWPq_CKCeiQ@mail.gmail.com \
    --to=echoline@gmail.com \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).