We need to disable USB in that we don't want storage devices but also do not want keyboards other other input devices plugged in. We also want to be able to interrogate the device at any time to ensure someone hasn't turned the USB support back on.
Blacklisting 'usb_storage' (the most common suggestion I found) may not be enough given I want keyboards out as well. (incidentally, when I blacklisted 'usb_storage' it didn't prevent me from mounting a USB drive - so the examples do not work or I fat fingered something.). So this suggestion seems to be a no go, but let me know if I'm wrong.
The other suggestion was to write 0x0 to the /sys/devices/platform/bcm2708_usb/buspower file. This seemed to shutdown the network as well and I had to power cycle to get back in. Not the desired state as we just want USB off, not the network.
The last attempt was the kernel boot parameter 'nousb'. I bricked it! (time to go slide the SD card into my laptop and fix.......) Seems the NIC and USB are linked and any attempt to turn off USB, turns off the network as well. Once again, not the desired state.
So I came here to query better minds.
