Nizarel09 reportet problems with two SanDisk usb sticks.
The problem was, that both sticks have the U3 feature.
I found a Toshiba 1GB U3 stick to reproduce the behaviour.
Technically U3 sticks have two logical units (volumes),
one as mass storage device and one as cd-rom to start the autostart launcher.
Currently the plugin takes the last lun which was accidentally the CD-ROM.
As a FIX the plugin now iterates over all LUNs and queries for the "Peripheral device type" (see inquiry command
http://en.wikipedia.org/wiki/SCSI_Inquiry_Command).
The CD-ROM has "Peripheral device type" = '5', where the mass storage device has "Peripheral device type" = '0' (see
http://en.wikipedia.org/wiki/SCSI_Perip ... evice_Type).
The first mass storage LUN will be used.
The FIX will be published in the free version first to prove functionality.