bentcorner 7 hours ago

I actually really appreciate USB devices that masquerade as a storage device to provide their own drivers. I suppose in this day and age the "right" thing to do is to upload a bunch of stuff to microsoft servers so that it downloads whatever is needed upon getting plugged in, but I've observed enough stuff needing manually installed drivers to know that this isn't as apparently easy as it may appear to be. (For example, I very often need to download vendor-specific ADB drivers)

Anyways, I think it's clever for peripherals to help you bootstrap, and having the drivers baked into the device makes things a little easier instead of trying to find a canonical download source.

3
Suppafly 6 hours ago

>I actually really appreciate USB devices that masquerade as a storage device to provide their own drivers.

I appreciate the ones that don't need their own drivers in the first places. Sure something needs special drivers but things like usb sticks and mice should just work using the default ones and let you get the updates from the internet if you want them.

necovek 6 hours ago

I appreciate them working out-of-the-box on Linux even more. And they mostly do, with Linux being the best PnP (Plug'n'Play — remember that with Windows 95? :) OS today.

But multiple modes of operation really made it harder for to configure devices like those 4G/LTE USB dongles: they will either present as USB storage, or one type of serial device or a CDC-ACM modem device (or something of the sort), requiring a combination of the tools + vendor-specific AT commands to switch it into the right mode. Ugh, just get me back those simple devices that do the right thing OOB.

ChocolateGod 2 hours ago

> with Linux being the best PnP

as long as it isn't wireless or bluetooth

dylan604 6 hours ago

> (Plug'n'Play — remember that

I remember it as Plug-n-Pray

teaearlgraycold 4 hours ago

I only know that phrase thanks to the Computer Man song that I’ve seen on YouTube.

qwezxcrty 6 hours ago

In this specific case it makes a bit more sense, as when you need to install a RJ45 dongle is likely when you don't have a network connection.