[PATCH 05/24] USB: serial: remove generic vendor/product module parameters

2013-06-26 Thread Johan Hovold
Remove the vendor and product module parameters which were added a long time ago when we did not have the dynamic sysfs interface to add new device ids (and which isn't limited to a single new vid/pid pair). A vid/pid pair can be added dynamically using sysfs, for example: echo 1234 5678 >/sys/

Re: [PATCH 05/24] USB: serial: remove generic vendor/product module parameters

2013-06-27 Thread Bjørn Mork
Johan Hovold writes: > Remove the vendor and product module parameters which were added a long > time ago when we did not have the dynamic sysfs interface to add new > device ids (and which isn't limited to a single new vid/pid pair). > > A vid/pid pair can be added dynamically using sysfs, for e

Re: [PATCH 05/24] USB: serial: remove generic vendor/product module parameters

2013-06-27 Thread Greg KH
On Thu, Jun 27, 2013 at 09:11:36PM +0200, Bjørn Mork wrote: > Johan Hovold writes: > > > Remove the vendor and product module parameters which were added a long > > time ago when we did not have the dynamic sysfs interface to add new > > device ids (and which isn't limited to a single new vid/pid

Re: [PATCH 05/24] USB: serial: remove generic vendor/product module parameters

2013-06-28 Thread Johan Hovold
On Thu, Jun 27, 2013 at 12:13:32PM -0700, Greg KH wrote: > On Thu, Jun 27, 2013 at 09:11:36PM +0200, Bjørn Mork wrote: > > Johan Hovold writes: > > > > > Remove the vendor and product module parameters which were added a long > > > time ago when we did not have the dynamic sysfs interface to add