]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/usb/pegasus.c
[PATCH] USB: usb-net: new device ID passed through module parameter
authorA.YOSHIYAMA <yosshy@debian.or.jp>
Tue, 15 Nov 2005 07:55:18 +0000 (09:55 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 4 Jan 2006 21:48:31 +0000 (13:48 -0800)
commita4f81a61ebba5953cba1e76f66423a7eca4a5ee4
treee8a1a3a43df27f26d1516c9df8d9a6aaf1e0a745
parent4a1728a28a193aa388900714bbb1f375e08a6d8e
[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 <petkan@nucleusys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/net/pegasus.c