Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
USB: early: Use new USB product ID and strings for DbC device
The DbC register set defines an interface for system software to specify the vendor id and product id for the debug device. These two values will be presented by the debug device in its device descriptor idVendor and idProduct fields. The current used product ID is a place holder. We now have a valid one. The description strings are changed accordingly. This patch should be back-ported to kernels as old as v4.12, that contain the commit aeb9dd1 ("usb/early: Add driver for xhci debug capability"). Cc: <[email protected]> # v4.12+ Signed-off-by: Lu Baolu <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information