OSDN Git Service

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)
commitfdac0f647a2cf12e7152dc1d94dd08a1af4a2a82
treee670a49065d4b9fde3958dbfffe071233b9dc235
parent62f2a83de0436d5d35eefc668e3b25db54406910
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