Message ID | 1309958474-7200-1-git-send-email-seth.forshee@canonical.com |
---|---|
State | New |
Headers | show |
On 07/06/2011 07:21 AM, Seth Forshee wrote: > BugLink: http://bugs.launchpad.net/bugs/805218 > > These options were split from the single CONFIG_EEEPC_WMI option > after 2.6.38 and were mistakenly disabled in the transition to > oneiric. > > Signed-off-by: Seth Forshee<seth.forshee@canonical.com> > --- > debian.master/config/config.common.ubuntu | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu > index b0cea75..410581c 100644 > --- a/debian.master/config/config.common.ubuntu > +++ b/debian.master/config/config.common.ubuntu > @@ -329,7 +329,8 @@ CONFIG_ARM_THUMB=y > CONFIG_ARM_UNWIND=y > # CONFIG_ARPD is not set > CONFIG_ASUS_LAPTOP=m > -# CONFIG_ASUS_WMI is not set > +CONFIG_ASUS_NB_WMI=m > +CONFIG_ASUS_WMI=m > CONFIG_ASYNC_CORE=m > CONFIG_ASYNC_MEMCPY=m > CONFIG_ASYNC_PQ=m > @@ -1412,6 +1413,7 @@ CONFIG_EDAC_X38=m > CONFIG_EDD=y > CONFIG_EDD_OFF=y > CONFIG_EEEPC_LAPTOP=m > +CONFIG_EEEPC_WMI=m > CONFIG_EEH=y > CONFIG_EEPROM_93CX6=m > CONFIG_EEPROM_AT24=m
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index b0cea75..410581c 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -329,7 +329,8 @@ CONFIG_ARM_THUMB=y CONFIG_ARM_UNWIND=y # CONFIG_ARPD is not set CONFIG_ASUS_LAPTOP=m -# CONFIG_ASUS_WMI is not set +CONFIG_ASUS_NB_WMI=m +CONFIG_ASUS_WMI=m CONFIG_ASYNC_CORE=m CONFIG_ASYNC_MEMCPY=m CONFIG_ASYNC_PQ=m @@ -1412,6 +1413,7 @@ CONFIG_EDAC_X38=m CONFIG_EDD=y CONFIG_EDD_OFF=y CONFIG_EEEPC_LAPTOP=m +CONFIG_EEEPC_WMI=m CONFIG_EEH=y CONFIG_EEPROM_93CX6=m CONFIG_EEPROM_AT24=m
BugLink: http://bugs.launchpad.net/bugs/805218 These options were split from the single CONFIG_EEEPC_WMI option after 2.6.38 and were mistakenly disabled in the transition to oneiric. Signed-off-by: Seth Forshee <seth.forshee@canonical.com> --- debian.master/config/config.common.ubuntu | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)