Re: hidclass.sys: Properly quit hid_device_thread when both completion event and halt event are signaled (try 3)
18 Jan
2016
18 Jan
'16
7:16 p.m.
Sorry for the late reply, I have lost this e-mail as well. + rc = WaitForSingleObject(ext->halt_event, 0) You appear to be missing a ; This does not compile. did you even test that before sending in the patch? Otherwise the patch looks fine. -aric
20 Jan
20 Jan
6:31 a.m.
New subject: hidclass.sys: Properly quit hid_device_thread when both completion event and halt event are signaled (try 3)
Sorry, I'm ashamed. I have sent a new compiled OK patch . I thought this patch is very simple, so I didn't compiled and test. 2016-01-19 3:16 GMT+08:00 Aric Stewart <aric(a)codeweavers.com>:
Sorry for the late reply, I have lost this e-mail as well.
+ rc = WaitForSingleObject(ext->halt_event, 0)
You appear to be missing a ;
This does not compile. did you even test that before sending in the patch?
Otherwise the patch looks fine.
-aric
-- Regards, Changhui Liu
3619
Age (days ago)
3621
Last active (days ago)
1 comments
2 participants
participants (2)
-
Aric Stewart -
Changhui LIU