Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102106592
D35697.id107690.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
548 B
Referenced Files
None
Subscribers
None
D35697.id107690.diff
View Options
Index: sys/dev/usb/controller/dwc3.c
===================================================================
--- sys/dev/usb/controller/dwc3.c
+++ 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
Fri, Nov 8, 4:50 PM (1 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14538892
Default Alt Text
D35697.id107690.diff (548 B)
Attached To
Mode
D35697: dwc3: fix snps,dis-del-phy-power-chg-quirk
Attached
Detach File
Event Timeline
Log In to Comment