Results 22 issues of Benjamin Berg

The submodule lookup should take the full path of the tree entry (not just the entry name itself) and it should then find the matching submodule. Note that the name...

Hi, I was looking at libusb/libusb#237 and noticed that TLP is a huge offender with regard to USB device processing in udev. The TLP udev rules need an extremely long...

The USB pcap header should always be little endian. As such, add the appropriate conversions where necessary to ensure that the data is interpreted correctly on big endian architectures. Maybe...

OK, not sure about this one, so opening a bug. Should clear implicitly detach all ioctl handlers, or should people still need to detach them explicitly? Note that there is...

This is kind of unexpected, and should probably happen. I wonder if there might be an elegant trick, like using a fifo and just having it on the disk rather...

Or, is there any reason why we cannot tell people to use an alias for their own purposes? Might well be missing something obvious, I honestly have not thought through...

documentation
reviewed/needs-rework 🔨

Maybe another solution for the problem from #37. It uses a different approach from what @kamnxt did, but it does seem to work well for me.

I was a it annoyed because tcpdump on Linux can loose a second worth of packets (if there is little traffic and the mmap_v3 API is used). I had this...

Doing that can cause weird issues with permissions. One example is fprintd trying to open the fingerprint reader but selinux has not yet been tagged and it is not allowed...

linux

We were thinking that having vsock support in dropbear could be useful when having VMs with dropbear. We are considering to use this for OpenWRT/Gluon testing specifically as we could...