Merge pull request #95 from grissiom/vcom

usbdevice/core: add reset function to support hotplug
This commit is contained in:
qiuyiuestc
2013-05-25 01:05:00 -07:00
2 changed files with 41 additions and 7 deletions

View File

@@ -145,6 +145,7 @@ enum udev_msg_type
USB_MSG_SETUP_NOTIFY,
USB_MSG_DATA_NOTIFY,
USB_MSG_SOF,
USB_MSG_RESET,
};
typedef enum udev_msg_type udev_msg_type;