Okay, it looks to be a 2nd generation device which will require this driver:
http://jbnote.free.fr/prism54usb/data/firmwares/3887/2.5.8.0/2.5.8.0.armDownload the above file. Then, as root, copy it to /lib/firmware (and /lib/hotplug/firmware if it exists) with a different filename (isl3887usb_bare) :
cp 2.5.8.0.arm /lib/firmware/isl3887usb_bare
cp 2.5.8.0.arm /lib/hotplub/firmware/isl3887usb_bareAt this point, I believe you should have all of the pieces in place to get the device functioning. It may require rebooting your system to get all modules and driver files working correctly. You can then check 'iwconfig' to determine if the device is functioning correctly (wlan0 and wmaster0 should appear along with lo and eth0).