I want to create a patch for the tslib tarball package.
I don't know how to achieve that.
When I want to create a patch for the kernel I can use git commands:
git add <modified file 1> <modified file 2>
git commit -s -m ’<your commit’s title>’
git format-patch -1
What tools I should use to create a patch for a tarball package?