Ticket #265 (Fixed)Sat Jan 29 10:18:37 UTC 2011
47k of wasted space in ROM
Reported by: | Sprow (202) | Severity: | Minor |
Part: | RISC OS: Module | Release: | |
Milestone: | Status | Fixed |
Details by Sprow (202):
The USB drivers seem to include their table of known vendors and products twice, wasting 47k.
To see this, open a ROM in !Edit, search for “Prestige”.
Could this list be shared to free up some space?
Changelog:
Modified by Jeffrey Lee (213) Tue, February 01 2011 - 22:32:22 GMT
- Status changed from Open to Fixed
Well spotted. The problem was that the USBDriver & OHCIDriver resource files were being included twice – once in the Messages module where they belong, and once in the USB/OHCI module itself, as if the module was being built for a softload. A couple of makefile tweaks and one small source fix was all that was needed to fix it.