]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: metro-usb: remove vendor and product module parameters
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Mar 2012 21:37:32 +0000 (13:37 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Mar 2012 21:37:32 +0000 (13:37 -0800)
commit5e41a3e081e51e62fd880b9c6315a3b19c707ce4
treee670a49065d4b9fde3958dbfffe071233b9dc235
parent949b3ced9e3dba54b4a4cc7ce3c73170e9e56980
USB: serial: metro-usb: remove vendor and product module parameters

All new usb serial drivers should be using the dynamic id function, not
having module parameters for this type of thing.  So remove them before
anyone gets used to them being there.

Cc: Aleksey Babahin <tamerlan311@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/metro-usb.c