[linux-usb-devel] [PATCH] USB gadget: drain rndis response queue on disconnect

2005-06-27 Thread Greg KH
[PATCH] USB gadget: drain rndis response queue on disconnect Drain the rndis response queue on disconnect. This fixes a problem in which an rndis response left in the queue from a previous session could cause a subsequent session to fail. Signed-off-by: Andy Lowe <[EMAIL PROTECTED]> Signed-off-b

Re: [linux-usb-devel] [PATCH] USB gadget: drain rndis response queue on disconnect

2005-05-24 Thread David Brownell
On Monday 23 May 2005 3:11 pm, Andy Lowe wrote: > This patch should apply to the current version of rndis.c in the gadget-2.6 > bk tree. > > - Andy Lowe <[EMAIL PROTECTED]> Looks fair to me; good catch, thanks. That BK tree isn't being kept particularly current now that everything's on GIT. It

[linux-usb-devel] [PATCH] USB gadget: drain rndis response queue on disconnect

2005-05-23 Thread Andy Lowe
This patch should apply to the current version of rndis.c in the gadget-2.6 bk tree. - Andy Lowe <[EMAIL PROTECTED]> - Drain the rndis response queue on disconnect. This fixes a problem in which an rndis response left in the queue from a previous session could cause a subsequent sess