Skip to content

Commit b92dfb1

Browse files
Bluevedaall
authored andcommitted
[Celestica][haliburton][cp210x] modprobe cp210x to ensure the driver loaded properly (#6715)
This PR is to fix issue: #6603 The CP210x driver not attached properly after first login (cold-plug), lsusb and dmesg shown that the usb devices has been recognized but driver is missing.
1 parent 9f57751 commit b92dfb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/broadcom/sonic-platform-modules-cel/debian/platform-modules-haliburton.init

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ start)
1818
modprobe smc
1919
modprobe hlx_gpio_ich
2020
modprobe dps200
21+
modprobe cp210x
2122

2223
found=0
2324
for devnum in 0 1; do

0 commit comments

Comments
 (0)