- Status New
- Percent Complete
- Task Type Bugs
- Category Drivers
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Version 3.2
- Due in Version Future release
-
Due Date
Undecided
- Votes
- Private
FS#10143 - License of firmware/export/usb_ch9.h is unclear
firmware/export/usb_ch9.h comes from linux (include/linux/usb/ch9.h) with only trivial changes. The original doesn’t mention a specific license, so it probably is GPLv2
file basically contains only structure declarations and defines for things straight from the USB specification though, so I’m not sure if there is a real problem.
firmware/common/strstr.c is also a straight copy from linux so i assume the same problem for that file.