From: Greg Kroah-Hartman Date: Thu, 19 Apr 2012 22:13:59 +0000 (-0700) Subject: USB: serial: ipaq: remove product and vendor module parameters X-Git-Tag: v3.5-rc1~149^2~328^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cae18768acf684b505c928e5cf7ea741fac45b83;p=pandora-kernel.git 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 --- Reading git-diff-tree failed