Add fini routines for usbserial and rename grub_usbserial to grub_ftdi
This commit is contained in:
parent
dd20a7868b
commit
24494d478a
5 changed files with 118 additions and 58 deletions
|
@ -197,7 +197,7 @@ serial_hw_configure (struct grub_serial_port *port,
|
|||
return GRUB_ERR_NONE;
|
||||
}
|
||||
|
||||
static struct grub_serial_driver grub_ns8250_driver =
|
||||
struct grub_serial_driver grub_ns8250_driver =
|
||||
{
|
||||
.configure = serial_hw_configure,
|
||||
.fetch = serial_hw_fetch,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue