Begin forwarded message:

Date: Sat, 10 Mar 2007 03:46:19 -0800
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [Bugme-new] [Bug 8167] New: usb: no configuration chosen from 1 choice


http://bugzilla.kernel.org/show_bug.cgi?id=8167

           Summary: usb: no configuration chosen from 1 choice
    Kernel Version: 2.6.20.1
            Status: NEW
          Severity: high
             Owner: [EMAIL PROTECTED]
         Submitter: [EMAIL PROTECTED]


Most recent kernel where this bug did *NOT* occur: 2.6.15
Distribution: Debian (but compiled vanilla kernel)
Problem Description:
kernels beginning with 2.6.16 have typo in their sources, wich causes
usb modem detecion to fail. kern.log says:
usb 3-1: new full speed USB device using ohci_hcd and address 2
usb 3-1: no configuration chosen from 1 choice

the solution is to replace
#ifndef CONFIG_USB_NET_RNDIS_HOST
with 
#ifndef CONFIG_USB_NET_RNDIS_HOST_MODULE
in drivers/usb/core/hub.c -- for 2.6.18
or in drivers/usb/core/generic.c -- for 2.6.20.1

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to