-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
get rid of manual USB driver installation by using MS OS descriptors
- Loading branch information
1 parent
bb62c88
commit aecf3f0
Showing
3 changed files
with
7 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule USBDevice
updated
20 files
+1 −1 | .gitignore | |
+42 −17 | Class/CDC/usbd_cdc.c | |
+35 −30 | Class/CDC/usbd_ncm.c | |
+34 −25 | Class/DFU/usbd_dfu.c | |
+46 −15 | Class/HID/usbd_hid.c | |
+32 −27 | Class/MSC/usbd_msc_scsi.c | |
+25 −1 | Device/usbd.c | |
+70 −22 | Device/usbd_desc.c | |
+257 −0 | Device/usbd_microsoft_os.c | |
+24 −0 | Include/private/usbd_private.h | |
+305 −0 | Include/usb_microsoft_os.h | |
+32 −21 | Include/usb_types.h | |
+9 −8 | Include/usbd_cdc.h | |
+2 −2 | Include/usbd_dfu.h | |
+4 −4 | Include/usbd_msc.h | |
+9 −1 | Include/usbd_types.h | |
+10 −9 | Templates/console_if.c | |
+6 −1 | Templates/usbd_config.h | |
+0 −0 | docs/USBDevice.doxyfile | |
+0 −0 | docs/usbd_pd_if.h |