From: Sebastian Andrzej Siewior Date: Tue, 30 Oct 2012 11:53:17 +0000 (+0100) Subject: usb: gadget: dummy_hdc: prepare for multiple instances X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~82^2~59^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2113136a5701a7aaffee96c0423e7a620124328;p=pandora-kernel.git usb: gadget: dummy_hdc: prepare for multiple instances This patch replaces the single pdev variable by an array. One change: The device id is no longer -1 (i.e. none) but 0. This is prepation work for multiple instances of the dummy_hcd + udc which should help to test gadget framework with multiple UDCs. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed