]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: xHCI: Add pointer to udev in struct xhci_virt_device
authorAndiry Xu <andiry.xu@amd.com>
Thu, 14 Oct 2010 14:22:45 +0000 (07:22 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:22:11 +0000 (10:22 -0700)
commit64927730c66333c9d5987aa72a0e6d44ed91cec7
treeedc1da4d69cbd66d9ba1cff75a5738900d2e8cef
parentac9dfe9cdda4eb42ecaa9f13b0fee518e0b6518e
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 <andiry.xu@amd.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/xhci-mem.c
drivers/usb/host/xhci.c
drivers/usb/host/xhci.h