To get the usb drives to recognise the Scroll for windows 32-bit.
I manually added these lines to android_winusb.inf file:
;Scroll
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_DEED
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_DEED&MI_01
Added these at the end of the section marked "[Google.NTx86]" for windows 32bit
(i guess you could do the same for 64 bit) at the end of the section marked "[Google.NTamd64]"
Note:
You might have to change the PID_ value. To find out the correct one,
right click on the ADB Device in Windows Device Manager, select Properties.
Then select the right-most tab, and select "Hardware IDs" from the drop down list.
usb drivers will now install - DONE