About solution #149

Ubuntu 10.04 - 64bits
kernel 2.6.32.30-generic

If you have compilation error : "implicit declaration of
usb_alloc_coherent" on line 293 in usb.c

You can try to add this after the all the includes of usb.c (line 19) :

#define usb_alloc_coherent(a, b, c, d) usb_buffer_alloc(a, b, c, d)
#define usb_free_coherent(a, b, c, d) usb_buffer_free(a, b, c, d)

It worked like a charm for me. Did not even required to reboot, it
worked immediately.


Thanks to all contributors for this driver ! :-D

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/530277

Title:
  0cf2:6250 ENE Technology, Inc. card reader not supported

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to