This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10143 - License of firmware/export/usb_ch9.h is unclear
|
Detailsfirmware/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 only.
The 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. |
This task depends upon
firmware/common/strstr.c is also a straight copy from linux so i assume the same problem for that file.