On Fri, Jun 18, 2010 at 11:34:08AM -0700, Josh Triplett wrote:
> The "cat" command, if given a file with DOS line endings, will show the
> \r at the end of every line as a control character. For convenience,
> please consider adding support for this in "cat", ideally automatically.
Makes sense to
On Sun, Jun 20, 2010 at 4:21 AM, Aleš Nesrsta wrote:
> Hi,
>
> included patch should make USB hubs operational.
>
> It works in the same simple way as whole GRUB2 USB support, i.e. USB hub
> and device must be connected to computer BEFORE uhci/ohci module is
> loaded.
>
> Note (mainly for Vladimir
Thanks. A blank prefix parameter fixed the problem.
> On the contrary. Now we use the same defaults on all platforms which
> simplifies maintaining and packaging. To get old behaviour add
> -p ""
> to grub-mkimage line
What about this request? Is this feasible?
>> I have one more feature request
Thanks. A blank prefix parameter fixed the problem.
> On the contrary. Now we use the same defaults on all platforms which
> simplifies maintaining and packaging. To get old behaviour add
> -p ""
> to grub-mkimage line
What about this request? Is this feasible?
>> I have one more feature request
Hi,
I found some mistake in uhci.c in grub_uhci_portstatus when enable=0.
There is proposal of correction.
Without correction portstatus reported false timeout when enable=0
because it is waiting for reset to be done but none is performed...
Best regards
Ales
diff -urB ./usb/bus/usb/uhci.c ./usb
Hi,
included patch should make USB hubs operational.
It works in the same simple way as whole GRUB2 USB support, i.e. USB hub
and device must be connected to computer BEFORE uhci/ohci module is
loaded.
Note (mainly for Vladimir):
Via hub are normally working also devices which I reported to be n
Hi,
I tried googling about this, but beside a patch (around 2005?) on lkml without
a thread why it's not there I couldn't find much...
What I'd like to a achieve is the possibility to override ACPI BIOS tables via
boot loader and IMO the module loading as specified in the multiboot spec is
perfe