]> Git Repo - qemu.git/commit
usb: Fix incorrect default DMA offset.
authorVijay Kumar B <[email protected]>
Wed, 28 Sep 2016 11:09:18 +0000 (16:39 +0530)
committerGerd Hoffmann <[email protected]>
Wed, 12 Oct 2016 12:37:15 +0000 (14:37 +0200)
commit6998b6c7c77e22d386fb8792365e668351d22f91
tree7b119244fb3df404cdf4a95d0dfd0c16d8d128cf
parent0136464d10f1fd9393a8125f2c552ef24f3e592c
usb: Fix incorrect default DMA offset.

The default DMA offset is set to 3. When the property is not set by
the consumer, the default causes DMA access to be shifted by 3
bytes. In PXA, this results in incorrect DMA access, leading to error
notification in the USB controller driver. A better default would be
0, so that there is no offset, when the consumer does not specify one.

Signed-off-by: Vijay Kumar B. <[email protected]>
Reviewed-by: Deepak S. <[email protected]>
Message-id: 1475060958[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
hw/usb/hcd-ohci.c
This page took 0.023537 seconds and 4 git commands to generate.