9front - general discussion about 9front
 help / color / mirror / Atom feed
From: cinap_lenrek@felloff.net
To: 9front@9front.org
Subject: Re: [9front] usb hid defunct?
Date: Fri, 17 Nov 2017 17:42:07 +0100	[thread overview]
Message-ID: <A8641B3F8234CD87A8E3D5D4C59214CC@felloff.net> (raw)
In-Reply-To: 1510934694.2231196.1176018032.6BFEAAB2@webmail.messagingengine.com

the problem is that the "setaddr" tansaction fails. basically, when
you plug something in, usbd notices as it polls the status of the
hub where the port is on. that sets some bits and then we enable
the port, which runs the speed negotiation... and then we do attach.
the device comes up with address 0. then we try to set the address
to something unique (9 in this case) as the bus as *every* device
comes up with address 0 on attach :). that fails, so we give up and
turn the port off again.

i'll try to simulate this issue on my t23, it has uhci controller
as well.

--
cinap


             reply	other threads:[~2017-11-17 16:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-17 16:42 cinap_lenrek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-11-23 22:18 cinap_lenrek
2017-11-24 11:45 ` Ethan Grammatikidis
2017-11-23 21:45 cinap_lenrek
2017-11-23 22:07 ` Ethan Grammatikidis
2017-11-17 18:31 cinap_lenrek
2017-11-23 21:39 ` Ethan Grammatikidis
2017-11-17 16:31 cinap_lenrek
2017-11-17 12:48 cinap_lenrek
2017-11-17 16:04 ` Ethan Grammatikidis
2017-11-16 18:29 cinap_lenrek
2017-11-17 12:19 ` Ethan Grammatikidis
2017-11-17 12:25   ` Ethan Grammatikidis
2017-11-16 18:15 cinap_lenrek
2017-11-16 18:13 cinap_lenrek
2017-11-15 19:32 Ethan Grammatikidis
2017-11-16 16:46 ` [9front] " hiro

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=A8641B3F8234CD87A8E3D5D4C59214CC@felloff.net \
    --to=cinap_lenrek@felloff.net \
    --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).