]> Pileus Git - ~andy/linux/commit
USB: safe_serial: remove vendor/product module parameters
authorJohan Hovold <jhovold@gmail.com>
Wed, 26 Jun 2013 14:47:40 +0000 (16:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2013 23:28:23 +0000 (16:28 -0700)
commit8b61d927beb2479ebff654aef686be4df2d84fc0
tree7251ed86390ce1fa84a362ce8127518426f2e89c
parent4833960e503549cd73aadc89be5b0c9da0563b5c
USB: safe_serial: 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 a single new vid/pid pair).

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

  echo 04dd 1234 >/sys/bus/usb-serial/drivers/safe_serial/new_id

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