From: Greg Kroah-Hartman Date: Wed, 16 Nov 2005 21:41:28 +0000 (-0800) Subject: [PATCH] USB: allow usb drivers to disable dynamic ids X-Git-Tag: v2.6.16-rc1~474^2~22^2~10^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba9dc657af86d05d2971633e57d1f6f94ed60472;p=pandora-kernel.git [PATCH] USB: allow usb drivers to disable dynamic ids This lets drivers, like the usb-serial ones, disable the ability to add ids from sysfs. The usb-serial drivers are "odd" in that they are really usb-serial bus drivers, not usb bus drivers, so the dynamic id logic will have to go into the usb-serial bus core for those drivers to get that ability. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed