]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: early: Correct the endpoint type value for bulk in endpoint
authorLu Baolu <baolu.lu@linux.intel.com>
Tue, 28 Nov 2017 04:52:24 +0000 (12:52 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Dec 2017 15:03:15 +0000 (16:03 +0100)
commit4bda35a06560509a0f85c5963edb6b066795a69b
treeb7ceddb80ab7e0b9386aa98b01266c1421044ffc
parent92335ad9e895d453707ff3d9896e252980c314c5
usb: early: Correct the endpoint type value for bulk in endpoint

This corrects the endpiont type value set to the DbC bulk in endpoint.
The previous value doesn't cause any problems because that we now only
use the bulk out endpoint. Set the hardware with the correct value any
way.

Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/early/xhci-dbc.c