kszaq - I think there's an issue with LE releasing the USB ports (if that's possible).
... When I reboot to the internal Android installation, the search does not begin and, consequently, once Android boots the keyboard is not detected until I un/replug the USB receiver.
It looks like it's entirely possible.
After numerous dead ends, I finally discovered that, forcing an unbind on the usb hub the device is connected to, in a simple shutdown script, allows it to be detected when Android boots from the RebootFromNand command in LE.
#!/bin/sh
echo '1-1' |tee /sys/bus/usb/drivers/usb/unbind
This doesn't seem to be an issue with all usb devices but, where there's one there will probably be more, so it seemed to be worth solving.
Perhaps releasing the usb ports on exit could be incorporated into LE or maybe just into the RebootFromNand process (since that's the only time it might arise) which would help those that, otherwise would probably be buying new usb devices instead.
In the meantime the shutdown script works fine