Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Aug 2020 19:23:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        usb@FreeBSD.org
Subject:   [Bug 248926] Logitech HD Pro Webcam C920 USB_ERR_TIMEOUT
Message-ID:  <bug-248926-19105-AYJa2WRpNq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248926-19105@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248926

--- Comment #2 from Ganael LAPLANCHE <martymac@FreeBSD.org> ---
Hello Hans Petter,

Thanks for your answer.

You may be talking about the following, as seen in drivers/usb/core/quirks.c :

        /* Logitech HD Pro Webcams C920, C920-C, C922, C925e and C930e */
        { USB_DEVICE(0x046d, 0x082d), .driver_info = USB_QUIRK_DELAY_INIT },
        { USB_DEVICE(0x046d, 0x0841), .driver_info = USB_QUIRK_DELAY_INIT },
        { USB_DEVICE(0x046d, 0x0843), .driver_info = USB_QUIRK_DELAY_INIT },
        { USB_DEVICE(0x046d, 0x085b), .driver_info = USB_QUIRK_DELAY_INIT },
        { USB_DEVICE(0x046d, 0x085c), .driver_info = USB_QUIRK_DELAY_INIT },

but I could not find any quirk for product 0x0892 (I know the webcam works on
Ubuntu 20: I successfully tested it).

Also, "usbconfig -d 1.3 set_config 0" does not seem to produce anything
interesting (no new kernel message), and webcamd still fails to find USB device
afterwards :/

Best regards,
Ganael.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248926-19105-AYJa2WRpNq>