Commit 09daa5d
committed
Avoid rshim1 on DPU-BMC
Traditionally rshim driver maintains the USB device name so after
USB hotplug it could come back with the same rshim id. There's a
recent change in DPU-BMC to support both UHCI and EHCI drivers
and sometimes both driver are used for the rshim USB, resulting
rshim1 showing up in DPU-BMC Linux which causes functionality
issues with other components. This commit has a change to release
the name when running on 32-bit arm platform to avoid such
problem.
RM #48298481 parent 08ea717 commit 09daa5d
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2773 | 2773 | | |
2774 | 2774 | | |
2775 | 2775 | | |
| 2776 | + | |
| 2777 | + | |
| 2778 | + | |
| 2779 | + | |
| 2780 | + | |
| 2781 | + | |
| 2782 | + | |
| 2783 | + | |
| 2784 | + | |
2776 | 2785 | | |
2777 | 2786 | | |
2778 | 2787 | | |
| |||
0 commit comments