From: Guenter Roeck <linux@roeck-us.net>
To: Randy Dunlap <rdunlap@xenotime.net>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
Sean Young <sean@mess.org>,
Mauro Carvalho Chehab <mchehab@redhat.com>
Subject: Re: inux-next: Tree for Aug 21 (usb_speed_string)
Date: Tue, 21 Aug 2012 12:36:56 -0700 [thread overview]
Message-ID: <20120821193656.GA10864@roeck-us.net> (raw)
In-Reply-To: <5033CE2F.8000608@xenotime.net>
On Tue, Aug 21, 2012 at 11:06:39AM -0700, Randy Dunlap wrote:
> On 08/20/2012 11:04 PM, Stephen Rothwell wrote:
>
> > Hi all,
> >
> > Changes since 20120820:
> >
>
>
> on x86_64:
>
> ERROR: "usb_speed_string" [drivers/usb/core/usbcore.ko] undefined!
>
>
> CONFIG_USB_SUPPORT is not enabled
> (but many other USB drivers are enabled).
>
Caused by
config IR_TTUSBIR
which selects USB but does not have the necessary dependency on USB_ARCH_HAS_HCD.
Introduced by commit 0938069fa08970f1c898970c1331a029efe9a1ce "[media] rc: Add
support for the TechnoTrend USB IR Receiver".
Fixing this exposes
ERROR: "usb_kill_urb" [drivers/media/usb/gspca/gspca_main.ko] undefined!
ERROR: "usb_set_interface" [drivers/media/usb/gspca/gspca_main.ko] undefined!
ERROR: "usb_free_coherent" [drivers/media/usb/gspca/gspca_main.ko] undefined!
ERROR: "usb_submit_urb" [drivers/media/usb/gspca/gspca_main.ko] undefined!
ERROR: "usb_clear_halt" [drivers/media/usb/gspca/gspca_main.ko] undefined!
ERROR: "usb_ifnum_to_if" [drivers/media/usb/gspca/gspca_main.ko] undefined!
ERROR: "usb_alloc_coherent" [drivers/media/usb/gspca/gspca_main.ko] undefined!
ERROR: "usb_free_urb" [drivers/media/usb/gspca/gspca_main.ko] undefined!
ERROR: "usb_alloc_urb" [drivers/media/usb/gspca/gspca_main.ko] undefined!
which I think is due to CONFIG_USB_GSPCA=m, but I have no idea how that can be
enabled w/o USB support.
Guenter
prev parent reply other threads:[~2012-08-21 19:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-21 6:04 inux-next: Tree for Aug 21 Stephen Rothwell
2012-08-21 18:06 ` inux-next: Tree for Aug 21 (usb_speed_string) Randy Dunlap
2012-08-21 19:36 ` Guenter Roeck [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120821193656.GA10864@roeck-us.net \
--to=linux@roeck-us.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=mchehab@redhat.com \
--cc=rdunlap@xenotime.net \
--cc=sean@mess.org \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).