Skip to content

Commit

Permalink
windows: Recognize Samsung composite device driver
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan authored and tormodvolden committed Nov 5, 2023
1 parent 24d7928 commit 67ac8a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion libusb/os/windows_winusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -2293,7 +2293,10 @@ const struct windows_backend winusb_backend = {
* USB API backends
*/

static const char * const composite_driver_names[] = {"USBCCGP"};
static const char * const composite_driver_names[] = {
"USBCCGP", // (Windows built-in) USB Composite Device
"dg_ssudbus" // SAMSUNG Mobile USB Composite Device
};
static const char * const winusbx_driver_names[] = {"libusbK", "libusb0", "WinUSB"};
static const char * const hid_driver_names[] = {"HIDUSB", "MOUHID", "KBDHID"};
const struct windows_usb_api_backend usb_api_backend[USB_API_MAX] = {
Expand Down
2 changes: 1 addition & 1 deletion libusb/version_nano.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define LIBUSB_NANO 11812
#define LIBUSB_NANO 11813

0 comments on commit 67ac8a0

Please sign in to comment.