Re: usbserial option driver newid

2015-03-05 Thread Dan Williams
On Wed, 2015-03-04 at 22:00 -0500, Rick Farina wrote: > On 03/04/15 13:01, Greg KH wrote: > > And again, a kernel patch is the real way to fix it for everyone. > > > Okay, got a lot of things figured out and have everything working now. > Glad I spent the extra time because I found some neat thin

Re: usbserial option driver newid

2015-03-04 Thread Lars Melin
On 2015-03-05 11:53, Lars Melin wrote: There is already support in option for a few other Huawei dongles with the same type of interface attributes and that is the right place for adding 12d1:1556 Here is the relevant part of option.c : 645{ USB_DEVICE_AND_INTERFACE_INFO(HUAWEI_VEN

Re: usbserial option driver newid

2015-03-04 Thread Lars Melin
On 2015-03-05 10:00, Rick Farina wrote: On 03/04/15 13:01, Greg KH wrote: And again, a kernel patch is the real way to fix it for everyone. Okay, got a lot of things figured out and have everything working now. Glad I spent the extra time because I found some neat things on the device. I've m

Re: usbserial option driver newid

2015-03-04 Thread Rick Farina
On 03/04/15 13:01, Greg KH wrote: > And again, a kernel patch is the real way to fix it for everyone. Okay, got a lot of things figured out and have everything working now. Glad I spent the extra time because I found some neat things on the device. I've made the following changes: diff --git a/d

Re: usbserial option driver newid

2015-03-04 Thread Greg KH
On Wed, Mar 04, 2015 at 12:41:09PM -0500, Rick Farina wrote: > > > On 03/04/15 12:34, Greg KH wrote: > > On Wed, Mar 04, 2015 at 12:14:01PM -0500, Rick Farina wrote: > >> Recently the Huawei e3276 devices my company was buying came with a new > >> firmware version and the word "hilink" printed al

Re: usbserial option driver newid

2015-03-04 Thread Rick Farina
On 03/04/15 12:34, Greg KH wrote: > On Wed, Mar 04, 2015 at 12:14:01PM -0500, Rick Farina wrote: >> Recently the Huawei e3276 devices my company was buying came with a new >> firmware version and the word "hilink" printed all over them. Instead >> of showing up as a usbserial device using the op

Re: usbserial option driver newid

2015-03-04 Thread Greg KH
On Wed, Mar 04, 2015 at 12:14:01PM -0500, Rick Farina wrote: > Recently the Huawei e3276 devices my company was buying came with a new > firmware version and the word "hilink" printed all over them. Instead > of showing up as a usbserial device using the option driver, they show > up now as an eth

usbserial option driver newid

2015-03-04 Thread Rick Farina
Recently the Huawei e3276 devices my company was buying came with a new firmware version and the word "hilink" printed all over them. Instead of showing up as a usbserial device using the option driver, they show up now as an ethernet device. While I can see the convenience factor in this, it doe