I am trying to build kinda car computer for my own use. As hardware I am using a Raspberry Pi CM4.
There is an awesome build by KonstaKANG of LineageOS for Raspberry Pi and it generally is working ok.
There is also an Automotive version of Android (haven't tried it yet) and an other similar more or less successful approaches.
My problem is that I'd like to use an LTE modem (Sierra Wireless MC7700 miniPCI with an USB adapter) and none of those distros do support it by default.
Am I correct in my assumption that USB at Android isn't working the way it does work on Linux/MacOS/Windows and each device needs to be explicitly supported by the particular Android build.
If so, how can I add own driver and do I need to add it to my custom build or can I compile those drivers for a running instance?
Any help would be appreciated.
Regards, Radek