From: Andiry Xu Date: Thu, 14 Oct 2010 14:22:45 +0000 (-0700) Subject: USB: xHCI: Add pointer to udev in struct xhci_virt_device X-Git-Tag: v2.6.37-rc1~154^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64927730c66333c9d5987aa72a0e6d44ed91cec7;p=pandora-kernel.git USB: xHCI: Add pointer to udev in struct xhci_virt_device Add a pointer to udev in struct xhci_virt_device. When allocate a new virt_device, make the pointer point to the corresponding udev. Modify xhci_check_args(), check if virt_dev->udev matches the target udev, to make sure command is issued to the right device. Signed-off-by: Andiry Xu Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed