diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-01-04 18:13:01 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-01-04 18:13:01 (EST) |
commit | c70934cd5b4ee590ef2298ec0d8ef513904a6f9a (patch) | |
tree | a909ff884e16048e87c6b6870e9ece925774104c /resources/grub/config/extra | |
parent | d1f408f3725aa02bc1d76c4c6aadb4697bd073c0 (diff) | |
download | libreboot-c70934cd5b4ee590ef2298ec0d8ef513904a6f9a.zip libreboot-c70934cd5b4ee590ef2298ec0d8ef513904a6f9a.tar.gz libreboot-c70934cd5b4ee590ef2298ec0d8ef513904a6f9a.tar.bz2 |
Revert "grub.cfg: Don't load module for usbserial_pl2303"
This reverts commit 0c651b42de90173206bcbfc5d5aa4e71e973177f.
Diffstat (limited to 'resources/grub/config/extra')
-rw-r--r-- | resources/grub/config/extra/common.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/grub/config/extra/common.cfg b/resources/grub/config/extra/common.cfg index 19a94cc..bd2d068 100644 --- a/resources/grub/config/extra/common.cfg +++ b/resources/grub/config/extra/common.cfg @@ -5,6 +5,7 @@ insmod ehci insmod ohci insmod uhci insmod usb +insmod usbserial_pl2303 insmod usbserial_ftdi insmod usbserial_usbdebug |