Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107231073
D35697.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
523 B
Referenced Files
None
Subscribers
None
D35697.diff
View Options
diff --git a/sys/dev/usb/controller/dwc3.c b/sys/dev/usb/controller/dwc3.c
--- a/sys/dev/usb/controller/dwc3.c
+++ b/sys/dev/usb/controller/dwc3.c
@@ -264,7 +264,7 @@
reg = DWC3_READ(sc, DWC3_GUSB3PIPECTL0);
if (device_has_property(sc->dev, "snps,dis-del-phy-power-chg-quirk"))
- reg |= DWC3_GUSB3PIPECTL0_DELAYP1TRANS;
+ reg &= ~DWC3_GUSB3PIPECTL0_DELAYP1TRANS;
if (device_has_property(sc->dev, "snps,dis_rxdet_inp3_quirk"))
reg |= DWC3_GUSB3PIPECTL0_DISRXDETINP3;
DWC3_WRITE(sc, DWC3_GUSB3PIPECTL0, reg);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 12, 4:53 PM (20 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15771170
Default Alt Text
D35697.diff (523 B)
Attached To
Mode
D35697: dwc3: fix snps,dis-del-phy-power-chg-quirk
Attached
Detach File
Event Timeline
Log In to Comment