On Thu, Mar 17, 2011 at 05:29:30PM -0700, Suresh Packirisamy wrote: > Hi, > > My USB is working with Linux 2.6.34. I'm a bit confused by this statement. What is working with 2.6.34? Your host controller? USB device? Your USB device driver? > I want to port this into 2.6.35. How can I do that? What do you want to port to 2.6.35? Do you have some driver that you have developed under 2.6.34? If you are planning on getting your driver into the mainline kernel, you need to be developing against Greg KH's usb-next branch instead of a year-old kernel. You can use git to clone Greg's tree like so: git clone git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git Then you can apply your patches on top of the usb-next branch. > I am new to Linux Device driver. Are you also new to git (the revision control system that the kernel developers use)? If so, I suggest you read up on some documentation for git, like this webpage: http://www.kernel.org/pub/software/scm/git/docs/everyday.html There's also a good O'Reilly book on Git. > I appreciate your help. Hope this helps! Sarah Sharp -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html