]> git.baikalelectronics.ru Git - kernel.git/commit
USB: ti_usb_3410_5052: remove vendor/product module parameters
authorJohan Hovold <jhovold@gmail.com>
Wed, 26 Jun 2013 14:47:43 +0000 (16:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2013 23:28:24 +0000 (16:28 -0700)
commit4d891518877e620931cb31e814007f003259dff6
tree6af4d56ea0153dd635aad2e1e67b69eed5737815
parent08561d7ed4052de8da3e053aecce6c0e334b38bd
USB: ti_usb_3410_5052: remove vendor/product module parameters

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 five new vid/pid pair).

A vid/pid pair can be added dynamically using sysfs, for example:

  echo 0451 1234 >/sys/bus/usb-serial/drivers/ti_usb_3410_5052_1/new_id

for 1-port adapters, or

  echo 0451 1234 >/sys/bus/usb-serial/drivers/ti_usb_3410_5052_2/new_id

for 2-port adapters.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/ti_usb_3410_5052.c