[PATCH] UBUNTU hardy lpia branch - load USB keyboard and mouse as modules
Andy Whitcroft
apw at canonical.com
Mon Mar 23 16:24:19 UTC 2009
On Sat, Mar 21, 2009 at 11:40:59AM +0000, Andy Whitcroft wrote:
> On Fri, Mar 20, 2009 at 01:05:07PM -0500, Steve Conklin wrote:
> > This change was made in the OEM netbook tree and needs to be synced into
> > the lpia distro branch.
> >
> > From 3aa36ade90780086f9b9ba1c4ff294a0b057e4be Mon Sep 17 00:00:00 2001
> > From: Michael Frey (Senior Manager, MID) <michael.frey at canonical.com>
> > Date: Tue, 17 Mar 2009 16:35:48 -0400
> > Subject: [PATCH] Added CONFIG_USB_KBD=m CONFIG_USB_MOUSE=m
> > Signed-off-by: Michael Frey (Senior Manager, MID) <michael.frey at canonical.com>
> > Signed-off-by: Steve Conklin <sconklin at canonical.com>
> >
> > ---
> > debian/binary-custom.d/lpia/config.lpia | 2 ++
> > 1 files changed, 2 insertions(+), 0 deletions(-)
> >
> > diff --git a/debian/binary-custom.d/lpia/config.lpia b/debian/binary-custom.d/lpia/config.lpia
> > index 1f5fa2b..2267404 100644
> > --- a/debian/binary-custom.d/lpia/config.lpia
> > +++ b/debian/binary-custom.d/lpia/config.lpia
> > @@ -2602,6 +2602,8 @@ CONFIG_HIDRAW=y
> > #
> > CONFIG_USB_HID=m
> > CONFIG_USB_HIDINPUT_POWERBOOK=y
> > +CONFIG_USB_KBD=m
> > +CONFIG_USB_MOUSE=m
> > # CONFIG_HID_FF is not set
> > CONFIG_USB_HIDDEV=y
> > CONFIG_USB_SUPPORT=y
>
> I am confused as to how there is no corresponding removal of the
> previous state of these configuration options. Did updateconfigs get
> run here?
Ok, talked this through with Steve on irc. To cut a long story short,
this option only appears with the conversion of USB_HID to =m. Now in
theory that would mean that the first patch should show the option
appearing as # CONFIG_USB_KBD is not set, and the second converting it
to =m but the overall effect is correct. Its probabally not worth
redoing them for that.
Thanks.
-apw
More information about the kernel-team
mailing list