08 mayo, 2007

Cardman 2020 patch

I have noticed that the patch for the cm2020 is unreadable in my blog. The lines are broken and the patch is incomplete. Unless you see the source of the blog.

You can download the patch for the cm2020 driver in the next link: cm2020 patch. This patch is working in Gnu/Debian kernel version 2.6.18-4.

I should upload the source to a svn server and do a good manual. It's a TODO in my schedule.

If the patch doesn't work for you, please, send me a comment or, better, post a new topic in our LUG forum. Our forums are in spanish, but we'll try to answer in english (in my case in poor english, sorry).

Links:

3 comentarios:

Nessuno dijo...

Thanks a lot for your answer and your efforts to keep the driver up to date, I'll try the new patch ASAP and i'll let you know if it worked :)

Nessuno dijo...

Hello again,
your patch now work flawlessy, although for 2.6.20-15 kernel(Ubuntu feisty's one) two more changes are required.
include linux/config.h line has to be renamed in include linux/autoconf.h
and SLAB_ATOMIC is now called GFP_ATOMIC.
Here it is the diff, I hope blogger doesn't turn it into garbage:

24c24
< #include < linux/autoconf.h >
---
> #include < linux/config.h >
242c242
< i=usb_submit_urb(urb, GFP_ATOMIC);
---
> i=usb_submit_urb(urb, SLAB_ATOMIC);

Vradick dijo...

Thanks. I'm very grateful with your help. I'll add your patch to my source.

I haven't an installation where to test it yet (for version 2.6.20). So, I'll test it as soon as possible.

I'm very happy that my patch is useful for someone.

Thanks again.