Skip to content

Commit

Permalink
[Celestica][haliburton][cp210x] modprobe cp210x to ensure the driver …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
Blueve authored and daall committed Feb 16, 2021
1 parent 9f57751 commit b92dfb1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ start)
modprobe smc
modprobe hlx_gpio_ich
modprobe dps200
modprobe cp210x

found=0
for devnum in 0 1; do
Expand Down

0 comments on commit b92dfb1

Please sign in to comment.