From: Johan Hovold Date: Wed, 26 Jun 2013 14:47:40 +0000 (+0200) Subject: USB: safe_serial: remove vendor/product module parameters X-Git-Tag: v3.12-rc1~186^2~178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b61d927beb2479ebff654aef686be4df2d84fc0;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed