Skip to content

Tags: diverger/UsbDk

Tags

v1.00-12

Toggle v1.00-12's commit message
RedirectorStrategy: Add request counters to traces

Signed-off-by: Dmitry Fleytman <[email protected]>

v1.00-11

Toggle v1.00-11's commit message
RedirectorStrategy: Do not report STALL conditions on control pipe

STALL condition on control pipe cleared automatically
by underlying infrastructure. Do not report it to client
otherwise it may decide to clear it via ResetPipe and
reset of control pipe is not supported by WDF.

Signed-off-by: Dmitry Fleytman <[email protected]>

v1.00-10

Toggle v1.00-10's commit message
Revert "RedirectorStrategy: Ensure there are no short buffers on read"

This reverts commit 32aadcb.

Reverting commit because a regression was discovered on some devices.

Signed-off-by: Dmitry Fleytman <[email protected]>

v1.00-9

Toggle v1.00-9's commit message
UsdDkController: Clarify redirection option in the help screen

Signed-off-by: Dmitry Fleytman <[email protected]>

v1.00-8

Toggle v1.00-8's commit message
UsbDk: Propagate USBD errors to user mode clients

WARNING: This patch breaks compilation of client code
due to changes in interface structures.

Signed-off-by: Dmitry Fleytman <[email protected]>

v1.00-7

Toggle v1.00-7's commit message
msi: Add 32-bit UsbDkHelper.dll to 64-bit MSIs

Needed for WoW64 clients.

Signed-off-by: Dmitry Fleytman <[email protected]>

v1.00-6

Toggle v1.00-6's commit message
Installer: Fix MSI reinstallation and downgrade

Signed-off-by: Dmitry Fleytman <[email protected]>

v1.00-5

Toggle v1.00-5's commit message
UsbDk: Add support for USB 3.0 controllers

Add search strategy for USB3 controllers:

- Standard Microsoft controller
- Renesas controller (NUSB3)
- Intel controller (IUSB3)

Signed-off-by: Jay.Han <[email protected]>
Signed-off-by: Dmitry Fleytman <[email protected]>

v1.00-4

Toggle v1.00-4's commit message
UsbDk: Introduce UsbDk_ResetPipe() user mode API

Signed-off-by: Dmitry Fleytman <[email protected]>

v1.00-3

Toggle v1.00-3's commit message
MSI: Reject installation of 32 bit MSI on 64 bit system

Signed-off-by: Dmitry Fleytman <[email protected]>