play with usb

1)

struct usbdevfs_bulktransfer {
        unsigned int ep;
        unsigned int len;
        unsigned int timeout; /* in milliseconds */
        void __user *data;
};
till now, I can't forget the interviewer in 2014 in tecent, who let me write assembly code fast.

原文地址:https://www.cnblogs.com/honpey/p/6259773.html