]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
USB: serial: ipaq: remove product and vendor module parameters
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Apr 2012 22:13:59 +0000 (15:13 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Apr 2012 22:17:46 +0000 (15:17 -0700)
commitcae18768acf684b505c928e5cf7ea741fac45b83
treeaaa823eda64876a8d66121e7db792f6a48bee738
parent0bf4da35b5236b585f8e4531c604accd36ed9bc2
USB: serial: ipaq: 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/ipaq.c