I'm trying to understand how the patching of the kernel source works. I found the patch that I would like to try an apply on the following page. I found no .patch files that I can use to apply the patch.
I would like to apply the patch on the kernel 3.10 source.
My current setup includes:
- 3.10 kernel source with a git repo inside
- remote pointing to https://github.com/hzpeterchen/linux-usb.git (this is the repo referenced in the patch mail)
Can someone please direct me to the next steps + the concepts behind the steps?