Ok, this is the first topic from me, I must have err when posting.
The situation is like this: we want to block all USB devices (except smart card readers, printers, and human interface devices) in order to prevent the removable devices (flash cards, usb sticks, memory cards) from being used.
Issue: there are some SD card readers (on notebooks) that are not USB-based, but rather PCI.
Sollution: block all Device IDs related to SD, after reading here: http://msdn.microsoft.com/en-us/library/ff546279(v=vs.85).aspx
Error: after adding to list of blocked devices these IDs: SD\CLASS_STORAGE and SD\ and assigning the policy, the SDs still work on those machines.