Groups related to USB stuff.
Details
Today
Yesterday
rebase
rebase
Sat, Jul 25
Fri, Jul 24
@markj would you mind eyeballing the mmap / pager stuff here? seuros is looking to refactor uvideo into a generic video layer and then drivers that implement this video API. Since uvideo got a bunch of pager/mmap related changes recently I'd like to make sure this gets done too.
hi @bapt ! so seuros here is neck deep in video/uvideo refactoring. Do you have any other uvideo stuff in the pipeline? I'd like to get the refactored video/uvideo split reviewed and in the tree before uvc lands and other bits/pieces for uvideo itself come in.
Tue, Jul 21
usbconfig stopped reporting my webcam and fingerprint reader. Instead I get 'usbconfig: could not open device: Bad file descriptor'. Problem goes away when these changes are reverted.
A very strange side note: libusb20_int.h is missing from base.txz for 15.1-RELEASE.
usbconfig stopped reporting my webcam and fingerprint reader. Instead I get 'usbconfig: could not open device: Bad file descriptor'. Problem goes away when these changes are reverted.
Mon, Jul 20
Good question. This device access model is simple - either the device is opened exclusively or shared. It never changes for the life of the device handle. If the process exits abruptly, I expect the host OS to clean up any open device and file handles. Once the handle is closed, the lock on the handle no longer applies.
Small fixes suggested by aokblast.
Sun, Jul 12
It is fine as-is, we can rename it later if needs be.
Jun 27 2026
I tested this patch with two BUFFALO LUA2-TX (aue(4)) dongles that show the exact same dmesg.
Jun 22 2026
Jun 21 2026
@rkitover_gmail.com
Thank you for your effort.
Jun 19 2026
I would like to understand the technical reasoning behind rejecting hidwacom before doing a rename. The rename itself is mechanical, but I want to understand what makes the name problematic so I can apply the same logic to future drivers.
Jun 18 2026
Jun 14 2026
Remove PHY checking, MII bus lock is sufficient
Hi, I have a patch for media in aue that should work, can you test please:
MII bus lock patch is here:
Add Differential Review to commit message
Jun 6 2026
I've updated my patches to just use MII lock which is sufficient, as you found out, this one and:
Keep only MII bus lock, it's enough.
Jun 5 2026
Keep only MII bus lock, it's enough.
Remove everything except MII bus lock, which is sufficient.
May 31 2026
Also, thanks for you patient and contribution. This patch makes some improvement for multiple devices case.
Plus these point. Should we add O_CLOEXEC in here as libusb opened program can panic and thus flock never unlock
