]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: visor: remove product and vendor module parameters
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Apr 2012 22:15:43 +0000 (15:15 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Apr 2012 22:16:59 +0000 (15:16 -0700)
commit72b3e69d3daaa43b17589d1173b9801c99ac76b3
treef763e30ce1a5382f15cc291e45e1ef45a4e5d435
parentc6ab1f6282211f4260d353cd4e0b7364ed0b9b32
USB: serial: visor: remove product and vendor module parameters

This driver is for devices that are no longer being made, so the ability
to add new device ids when loading the module is not a feature that
anyone uses anymore.  So remove it, which simplifies the startup code a
lot, and saves space.

If you still need to dynamically load device ids, that can be done
through sysfs.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/visor.c