Re: [PATCH 0/3] Increase the number of USB to serial devices we can support at once

2013-06-06 Thread Tobias Winter
On 06.06.2013 17:21, Greg KH wrote: > On Thu, Jun 06, 2013 at 11:01:12AM -0400, Dave Jones wrote: >> On Wed, Jun 05, 2013 at 10:54:26AM -0700, Greg KH wrote: >> > These patches make the USB to serial core have the ability to support up >> > to 3000 devices at once now. >> >> I'm curious how thi

Re: [PATCH 0/3] Increase the number of USB to serial devices we can support at once

2013-06-06 Thread Greg KH
On Thu, Jun 06, 2013 at 11:01:12AM -0400, Dave Jones wrote: > On Wed, Jun 05, 2013 at 10:54:26AM -0700, Greg KH wrote: > > Here are 3 patches that I've tested out on my system with only a small > > number of devices, but it seems to work, so why not let others try it > > out... > > > > These

Re: [PATCH 0/3] Increase the number of USB to serial devices we can support at once

2013-06-06 Thread Dave Jones
On Wed, Jun 05, 2013 at 10:54:26AM -0700, Greg KH wrote: > Here are 3 patches that I've tested out on my system with only a small > number of devices, but it seems to work, so why not let others try it > out... > > These patches make the USB to serial core have the ability to support up > to

Re: [PATCH 0/3] Increase the number of USB to serial devices we can support at once

2013-06-06 Thread Tobias Winter
Hi Greg, On 06/05/2013 07:54 PM, Greg KH wrote: > Here are 3 patches that I've tested out on my system with only a small > number of devices, but it seems to work, so why not let others try it > out... It compiles and runs without any errors. My current setup has 272 ftdi devices connected: resc

[PATCH 0/3] Increase the number of USB to serial devices we can support at once

2013-06-05 Thread Greg KH
Here are 3 patches that I've tested out on my system with only a small number of devices, but it seems to work, so why not let others try it out... These patches make the USB to serial core have the ability to support up to 3000 devices at once now. We do this in the following steps: - ad