Re: [PATCH] Fix 'acpi' command loading tables from disk

2009-09-14 Thread Robert Millan
On Sun, Sep 13, 2009 at 03:22:41AM +0200, xose wrote: > On Sun, Sep 13, 2009 at 2:27 AM, Robert Millan wrote: > > On Thu, Sep 10, 2009 at 02:21:14PM +0200, xose wrote: > >> The 'acpi' command currently fails to add ACPI tables loaded from > >> disk. The files are read and parsed correctly, but the

Re: [PATCH] Fix 'acpi' command loading tables from disk

2009-09-12 Thread xose
On Sun, Sep 13, 2009 at 2:27 AM, Robert Millan wrote: > On Thu, Sep 10, 2009 at 02:21:14PM +0200, xose wrote: >> The 'acpi' command currently fails to add ACPI tables loaded from >> disk. The files are read and parsed correctly, but the tables are >> never actually added to the tables list. >> >>

Re: [PATCH] Fix 'acpi' command loading tables from disk

2009-09-12 Thread Robert Millan
On Thu, Sep 10, 2009 at 02:21:14PM +0200, xose wrote: > The 'acpi' command currently fails to add ACPI tables loaded from > disk. The files are read and parsed correctly, but the tables are > never actually added to the tables list. > > The following patch fixes this bug: > > > diff --git a/comm