From: Johan Hovold Date: Wed, 26 Jun 2013 14:47:34 +0000 (+0200) Subject: USB: ftdi_sio: remove vendor/product module parameters X-Git-Tag: v3.12-rc1~186^2~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e17c1aa2e165556018169ed4dfcc5713167bdb35;p=pandora-kernel.git USB: ftdi_sio: 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 0403 1234 >/sys/bus/usb-serial/drivers/ftdi_sio/new_id Also fix up the in-code comment that got the sysfs path wrong. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed