Bug#655387: [PATCH net v2] cdc_ether: Ignore bogus union descriptor for RNDIS devices

2012-05-06 Thread David Miller
From: Markus Kolb Date: Sun, 06 May 2012 12:13:32 +0200 > David Miller wrote on 03.05.2012 07:11: >> From: Markus Kolb >> Date: Thu, 03 May 2012 06:57:39 +0200 >> >>> I'll build it during next rainy day and will report its success >>> after some usage ;-) >> >> Thank you. > > Works without any p

Bug#655387: [PATCH net v2] cdc_ether: Ignore bogus union descriptor for RNDIS devices

2012-05-06 Thread Markus Kolb
David Miller wrote on 03.05.2012 07:11: From: Markus Kolb Date: Thu, 03 May 2012 06:57:39 +0200 I'll build it during next rainy day and will report its success after some usage ;-) Thank you. Works without any problem for me. So maybe this patch will be included in the official kernels befo

Bug#655387: [PATCH net v2] cdc_ether: Ignore bogus union descriptor for RNDIS devices

2012-05-03 Thread Bjørn Mork
Jonathan Nieder writes: > Hi Iker, > > David Miller wrote: >> From: Bjørn Mork >> Date: Thu, 26 Apr 2012 14:35:10 +0200 > >>> The same comments as for v1 regarding testing applies. This is build >>> tested only. Should go through some functional testing before being >>> applied. >> >> Well? I

Bug#655387: [PATCH net v2] cdc_ether: Ignore bogus union descriptor for RNDIS devices

2012-05-02 Thread David Miller
From: Markus Kolb Date: Thu, 03 May 2012 06:57:39 +0200 > I'll build it during next rainy day and will report its success > after some usage ;-) Thank you. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists

Bug#655387: [PATCH net v2] cdc_ether: Ignore bogus union descriptor for RNDIS devices

2012-05-02 Thread Markus Kolb
David Miller schrieb: >From: Bjørn Mork >Date: Thu, 26 Apr 2012 14:35:10 +0200 > >> The same comments as for v1 regarding testing applies. This is build >> tested only. Should go through some functional testing before being >> applied. > >Well? Is anyone gonna test this? I'll build it duri

Bug#655387: [PATCH net v2] cdc_ether: Ignore bogus union descriptor for RNDIS devices

2012-05-02 Thread David Miller
From: Bjørn Mork Date: Thu, 26 Apr 2012 14:35:10 +0200 > The same comments as for v1 regarding testing applies. This is build > tested only. Should go through some functional testing before being > applied. Well? Is anyone gonna test this? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ.

Bug#655387: [PATCH net v2] cdc_ether: Ignore bogus union descriptor for RNDIS devices

2012-05-02 Thread Jonathan Nieder
Hi Iker, David Miller wrote: > From: Bjørn Mork > Date: Thu, 26 Apr 2012 14:35:10 +0200 >> The same comments as for v1 regarding testing applies. This is build >> tested only. Should go through some functional testing before being >> applied. > > Well? Is anyone gonna test this? Looks like i

Bug#655387: [PATCH net v2] cdc_ether: Ignore bogus union descriptor for RNDIS devices

2012-04-26 Thread Bjørn Mork
Some RNDIS devices include a bogus CDC Union descriptor pointing to non-existing interfaces. The RNDIS code is already prepared to handle devices without a CDC Union descriptor by hardwiring the driver to use interfaces 0 and 1, which is correct for the devices with the bogus descriptor as well. S