From: Aras Vaichas Date: Sat, 18 Feb 2006 20:31:23 +0000 (-0800) Subject: [PATCH] USB: ethernet gadget driver section fixups X-Git-Tag: v2.6.17-rc1~1176^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1afc64a3d68174fe524f11d92e045a30eacc927e;p=pandora-kernel.git [PATCH] USB: ethernet gadget driver section fixups This patch allows you to set the iSerialNumber field in the usb_device_descriptor structure for your USB ethernet gadget. It also changes the parameters shown through sysfs so they're no longer declared as __initdata, preventing potential oopses. That's most useful for the Ethernet addresses, which may in some cases be random "locally administered" addresses. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed