wjasper / Linux_Drivers

Open source Linux device drivers
GNU General Public License v3.0
111 stars 64 forks source link

Update Linux_Drivers USB functions to compile on Clang. #41

Open David-Dudley opened 2 years ago

David-Dudley commented 2 years ago

The Makefile is probably not important for the package, but was included just for ease of definition to different environments.

For each USB*.c file, the write routine dynamically allocates a buffer area for the write function, fills it in, outputs it, and then frees the allocated area.

This is only the second repo I've made changes to, so feel free to criticize....