lted in the errors.
--
Gary Jennejohn
On Thu, 10 Nov 2022 20:33:39 +0100
Hans Petter Selasky wrote:
> On 11/10/22 15:36, Gary Jennejohn wrote:
> > Nov 10 15:02:08 ernst kernel: xhci0: Resetting controller
>
> Hi Gary,
>
> To me it looks like the XHCI hardware hit an assert and crashed and a reset
> wa
device videomode
> >
> > Alternatively, to load the driver as a module at boot time, place the
> > following line in loader.conf(5):
> > @@ -16,7 +17,7 @@
> >
> > DESCRIPTION
> > The udl driver supports USB display devices based on the DisplayLink
> > - DL-120 / DL-160 graphic chip.
> > + DL-120 / DL-160 / DL-195 graphic chip.
> >
> > HARDWARE
> > The following devices should work:
> > @@ -40,6 +41,7 @@
> > Unitek Y-2240 USB to DVI
> > VideoHome NBdock1920
> > i-tec USB 2.0 Docking Station (USBDVIDOCK)
> > + SIIG USB 2.0 DVI/VGA Pro
> >
> > Thanks,
> > Archimedes
> >
>
> Hi,
>
> By the way, should I post this patch to the Phabricator
> https://reviews.freebsd.org for review? The other patch is related to the
> manual, where to post it as well?
>
Posting the patches to Phabricator would be a good idea. It might get
more attention that way.
Since the manpage is also relevant to the driver I would recommend
putting it in the Phabricator entry along with the USB driver patches.
Once you've created the Phabricator entry you should post its number.
--
Gary Jennejohn
ion requires reviewers. Any idea who should be the designated
> reviewers for this?
>
Unfortunately, the original USB maintainer. Hans Petter Selasky, died
recently.
But I see that ste...@freebsd.org did a few USB commits in August, so he
may be a candidate.
--
Gary Jennejohn
indicator of USB 2.10. The key is new
> and its wrapping says USB 3.0.
>
I plugged a Intenso USB3 stick into a USB3 port and got this: bcdUSB = 0x0320
I then plugged it into a USB2 port and got this: bcdUSB = 0x0210
Note that I executed usbconfig -v -d ugenX.Y in both cases.
So, I suspect that your Linux phone might only support USB2.
--
Gary Jennejohn
xt.
You'll probably want to use different names for the -w file names.
I simply plugged in and unplugged each thumb drive and then stopped
usbdump.
The USB3 thumb drive always showed SPD=SUPER and the USB2 thumb drive
always showed SPD=HIGH in the user readable text.
So, if your disk shows SPD=SUPER and the thumb drives show SPD=HIGH
then the thumb drives are NOT USB3.
--
Gary Jennejohn
On Sat, 20 Jan 2024 08:53:58 +0100
Matthias Apitz wrote:
> El día viernes, enero 19, 2024 a las 02:24:19p. m. +0000, Gary Jennejohn
> escribió:
>
> > You could try running usbdump(8). Be aware that you need device bpf and
> > perhaps options DEV_BPF in your kernel conf