d***@gmail.com
2008-10-20 07:30:15 UTC
In hidusbfx2 sample driver, they used Timerfunction
(Hidfx2EvtTimerfunction). i.e., they create a timer and queue the
IOCTL_HID_READ_REPORT request and then complete this request in timer
function. Here they didnt use isr. But I am using isr, and I want to
complete this request in dpc. If I do this, whether
IOCTL_HID_READ_REPORT is called by HIDCLASS driver when I didnt
receive interrupt? (i.e, If I didnt get interrupt, the
IOCTL_HID_READ_REPORT request is not completed, so next time this
ioctl is not called). Am right? or Any suggestions?
Regards - D.
(Hidfx2EvtTimerfunction). i.e., they create a timer and queue the
IOCTL_HID_READ_REPORT request and then complete this request in timer
function. Here they didnt use isr. But I am using isr, and I want to
complete this request in dpc. If I do this, whether
IOCTL_HID_READ_REPORT is called by HIDCLASS driver when I didnt
receive interrupt? (i.e, If I didnt get interrupt, the
IOCTL_HID_READ_REPORT request is not completed, so next time this
ioctl is not called). Am right? or Any suggestions?
Regards - D.