21.11.2016 17:05, Joonas Lahtinen пишет:
> On pe, 2016-11-18 at 15:21 +0300, Andrei Borzenkov wrote:
>> On Fri, Nov 18, 2016 at 1:36 PM, Joonas Lahtinen
>>>
>>> v2:
>>> - Use grub_term_poll_usb to avoid module dependency (Andrei)
>>>
>>
>> Hmm ... note that terminal_input/terminal_output also auto-
On pe, 2016-11-18 at 15:21 +0300, Andrei Borzenkov wrote:
> On Fri, Nov 18, 2016 at 1:36 PM, Joonas Lahtinen
> >
> > v2:
> > - Use grub_term_poll_usb to avoid module dependency (Andrei)
> >
>
> Hmm ... note that terminal_input/terminal_output also auto-load
> modules that handle serial ports. So
On Fri, Nov 18, 2016 at 1:36 PM, Joonas Lahtinen
wrote:
> If usbX serial port is missing, try to poll USB devices. This makes them
> appear at least on Intel NUC devices DN2820FYKH and DCCP847DYE.
>
> This fixes cases where you try to configure usbX serial at the beginning
> of a script, like:
>
>
If usbX serial port is missing, try to poll USB devices. This makes them
appear at least on Intel NUC devices DN2820FYKH and DCCP847DYE.
This fixes cases where you try to configure usbX serial at the beginning
of a script, like:
serial usb0 --speed=115200 --word=8 --parity=none --stop=1
termi