commit | 7e176dcb035eef8917e5fc2e653460b5410dbc34 | [log] [tgz] |
---|---|---|
author | Thomas Pugliese <thomas.pugliese@gmail.com> | Tue Oct 01 14:04:33 2013 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Oct 03 15:46:26 2013 -0700 |
tree | c3883880d23e756d1892b6f76606e8005c3d13a4 | |
parent | 33186c441684de348636f94412d2fc256e641113 [diff] |
usb: wusbcore: implement hwahc_op_get_frame_number This patch adds an implementation for hwahc_op_get_frame_number. The request is fulfulled by forwarding it to the lower hcd. This was done because the GET_TIME request on the HWA requires sending an URB to the HWA and waiting for the results which cannot be done in atomic context. Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>