From: A.YOSHIYAMA Date: Tue, 15 Nov 2005 07:55:18 +0000 (+0200) Subject: [PATCH] USB: usb-net: new device ID passed through module parameter X-Git-Tag: v2.6.16-rc1~474^2~22^2~10^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4f81a61ebba5953cba1e76f66423a7eca4a5ee4;p=pandora-kernel.git [PATCH] USB: usb-net: new device ID passed through module parameter adds new module parameter "devid" that points to a string with format "device_name:vendor_id:device_id:flags". if provided at module load time, this string is being parsed and a new entry is created in usb_dev_id[] and pegasus_ids[] so the new device can later be recognized by the probe routine. this might be helpful for someone who don't know/wish to build new module/kernel, but want to use his new usb-to-eth device that is not yet listed in pegasus.h Signed-off-by: Petko Manolov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed