Re: Kernel tracing options with USB subsystem

2012-07-23 Thread Kernel Newbie
Hello Greg, On Fri, Jul 20, 2012 at 11:30 PM, Greg KH wrote: > > A: No. > Q: Should I include quotations after my reply? > > http://daringfireball.net/2007/07/on_top > > On Fri, Jul 20, 2012 at 10:14:57PM +0530, Balakumar wrote: >> Hi Greg, >> >> When it comes to embedded device cases, I feel tha

Query: Reset string id during rndis unbind

2012-08-08 Thread Kernel Newbie
Hello Greg, Alan, In the 3.4 kernel, we have observed that the RNDIS function driver clears the string id reference to 0 during unbind. And, during bind, we see that the rndis_init() itself is initiated only when the RNDIS string id reference is 0. Is this ok? The issue behind this query is: As r

Re: Query: Reset string id during rndis unbind

2012-08-08 Thread Kernel Newbie
Hello Michal, On Thu, Aug 9, 2012 at 12:55 AM, Michal Nazarewicz wrote: > Kernel Newbie writes: >> In the 3.4 kernel, we have observed that the RNDIS function driver clears >> the string id reference to 0 during unbind. And, during bind, we see that >> the rndis_init() its