[USBEHCI]
authorThomas Faber <thomas.faber@reactos.org>
Sat, 5 Jul 2014 15:30:22 +0000 (15:30 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sat, 5 Jul 2014 15:30:22 +0000 (15:30 +0000)
commita2e82498a2f6493758acb7699f229e03eb86bcc1
tree7e6e76557e5418e98bc2ea646dd16bd757b4fe2d
parent3166e6a0663e04437b3bc6f3f04e566910bb9adf
[USBEHCI]
- Initialize the new queue head before inserting it into the asynchronous schedule list, and add a memory barrier to ensure this order. The list can be read by the host controller at any time, so the new item must be valid when inserted. See EHCI spec section 4.8.1.

svn path=/trunk/; revision=63686
reactos/drivers/usb/usbehci/usb_queue.cpp