Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
USB: isight: fix kernel bug when loading firmware
commit 59bf5cf upstream. We were sending data on the stack when uploading firmware, which causes some machines fits, and is not allowed. Fix this by using the buffer we already had around for this very purpose. Reported-by: Wouter M. Koolen <[email protected]> Tested-by: Wouter M. Koolen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information