I'm terribly sorry for the mix-up! http://kerneltrap.org/mailarchive/git-commits-head/2010/4/30/32383
Read that message. You'll want to rename (once again) usb_buffer_alloc_coherent to usb_alloc_coherent. So, to summarize: 1. The original sources say "usb_buffer_alloc", which was dropped in 2.6.35. 2. You renamed it incorrectly to "usb_buffer_coherent", which does not exist. 3. I incorrectly advised you to rename it to "usb_buffer_alloc_coherent", which is also wrong, based on my bad memory. 4. You NEED to rename it, finally, to usb_alloc_coherent. Finally, any instances of "usb_buffer_free" (or usb_alloc_free) need to be renamed to "usb_free_coherent". -- Linksys By Cisco WUSB600N v2 Doesn't Work https://bugs.launchpad.net/bugs/408165 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
