Hi,

What is the reason that USB mass storage devices are not supported for
over-the-network redirection?

In other words, if I comment out "case CLASS_MASS_STORAGE:" below in
file channels/urbdrc/client/libusb/libusb_udevice.c and I'm *really*
*really* cautious to never redirect any mounted device, do I take any
risk (beyond shooting myself in the foot by redirecting a mounted
device or mounting a redirected device)?

Thanks in advance for your help!


        /* Denied list */
        switch(interface_temp.bInterfaceClass)
        {
                case CLASS_RESERVE:
                //case CLASS_COMMUNICATION_IF:
                //case CLASS_HID:
                //case CLASS_PHYSICAL:
                case CLASS_MASS_STORAGE:
                case CLASS_HUB:
                //case CLASS_COMMUNICATION_DATA_IF:
                case CLASS_SMART_CARD:
                case CLASS_CONTENT_SECURITY:
                //case CLASS_WIRELESS_CONTROLLER:
                //case CLASS_ELSE_DEVICE:
                        fprintf(stderr, "    Device is not supported!!\n");
                        zfree(pdev);
                        return NULL;

-- 
Lionel

------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to