Groups related to USB stuff.
Details
Yesterday
It is fine as-is, we can rename it later if needs be.
Sat, Jun 27
I tested this patch with two BUFFALO LUA2-TX (aue(4)) dongles that show the exact same dmesg.
Mon, Jun 22
Sun, Jun 21
@rkitover_gmail.com
Thank you for your effort.
Fri, Jun 19
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.
Thu, Jun 18
Sun, Jun 14
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
May 30 2026
May 29 2026
May 28 2026
nice catch! Why's this not panicing though? I thought I saw a lock assertion in usb_command_wrapper() ?
Refactor commit msg
May 26 2026
May 25 2026
ugh yeah you're right, our mwait() implementation does the same thing and has the same issues, doesn't it? I've come to increasingly not like that; code really needs to treat exiting the mwait() as "all state may have changed", and it's not really suitable for serialising stuff like usb state / transfers.
May 24 2026
Fantasic! You are solving one of my local TODOs :)
May 23 2026
So I'm starting to understand what you're trying to do here, however just a few things:
Just split the patch with multiple smaller one.
