Re: [PATCH] : CDC EEM driver patch to be applied to 2.6.30 kernel
From: Omar Laazimani <hidden>
Date: 2009-05-04 20:58:46
From: Omar Laazimani <hidden>
Date: 2009-05-04 20:58:46
2009/5/4 David Brownell [off-list ref]:
On Monday 04 May 2009, Omar Laazimani wrote:quoted
Thanks for your quick feedbacks. I have tested your patch with our device and it's working well.Hmm, one more issue. The eem_unbind() isn't needed at all, is it?? It seems leftover from the ACM or ECM code, which needed a separate control interface. Nothing even sets up the data used by that routine (other than zero-init).
You're right. The eem_unbind() isn't needed and I forgot to remove it.
- Dave