Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 278531 Details for
Bug 253096
Huawei E220 USB 3G modem does not work correctly
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Candidate patch 2 - Tell option only attach to non-storage interface
linux-2.6.23-e220.2.diff (text/plain), 1.93 KB, created by
Pete Zaitcev
on 2007-12-05 16:44:46 UTC
(
hide
)
Description:
Candidate patch 2 - Tell option only attach to non-storage interface
Filename:
MIME Type:
Creator:
Pete Zaitcev
Created:
2007-12-05 16:44:46 UTC
Size:
1.93 KB
patch
obsolete
>Date: Fri, 30 Nov 2007 16:30:11 +0000 >From: Jaime Velasco Juan <jsagarribay@gmail.com> >To: Oliver Neukum <oliver@neukum.org> >Cc: Johann Wilhelm <johann.wilhelm@student.tugraz.at>, > Rui Santos <rsantos@grupopie.com>, Pete Zaitcev <zaitcev@redhat.com>, > linux-usb@vger.kernel.org, preining@logic.at, > kristoffer.ericson@gmail.com, drussell@redhat.com, > linux-kernel@vger.kernel.org, greg@kroah.com >Subject: [PATCH] USB: option: Bind to the correct interface of the Huawei > E220 >Message-ID: <20071130163011.GA4223@singular.local> >References: <20071128161305.b01167b3.zaitcev@redhat.com> <20071129150550.86453nubw8i5xi68@webmail.tugraz.at> <20071129185339.GA10445@singular.local> <200711300023.08999.oliver@neukum.org> >MIME-Version: 1.0 >Content-Type: text/plain; charset=us-ascii >Content-Disposition: inline >In-Reply-To: <200711300023.08999.oliver@neukum.org> > > >Signed-off-by: Oliver Neukum <oneukum@suse.de> >Signed-off-by: Jaime Velasco Juan <jsagarribay@gmail.com> >--- > >diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c >index a18659e..352c94c 100644 >--- a/drivers/usb/serial/option.c >+++ b/drivers/usb/serial/option.c >@@ -158,8 +158,8 @@ static struct usb_device_id option_ids[] = { > { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_ETNA_KOI_MODEM) }, > { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_ETNA_KOI_NETWORK) }, > { USB_DEVICE(HUAWEI_VENDOR_ID, HUAWEI_PRODUCT_E600) }, >- { USB_DEVICE(HUAWEI_VENDOR_ID, HUAWEI_PRODUCT_E220) }, >- { USB_DEVICE(HUAWEI_VENDOR_ID, HUAWEI_PRODUCT_E220BIS) }, >+ { USB_DEVICE_AND_INTERFACE_INFO(HUAWEI_VENDOR_ID, HUAWEI_PRODUCT_E220, 0xff, 0xff, 0xff) }, >+ { USB_DEVICE_AND_INTERFACE_INFO(HUAWEI_VENDOR_ID, HUAWEI_PRODUCT_E220BIS, 0xff, 0xff, 0xff) }, > { USB_DEVICE(NOVATELWIRELESS_VENDOR_ID, 0x1100) }, /* Novatel Merlin XS620/S640 */ > { USB_DEVICE(NOVATELWIRELESS_VENDOR_ID, 0x1110) }, /* Novatel Merlin S620 */ > { USB_DEVICE(NOVATELWIRELESS_VENDOR_ID, 0x1120) }, /* Novatel Merlin EX720 */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 253096
:
252141
|
271941
| 278531 |
294762
|
294903
|
294904
|
303000
|
303001
|
306563