From: David Brownell on 8 Jun 2010 10:10 --- On Mon, 6/7/10, Michal Nazarewicz <m.nazarewicz(a)samsung.com> wrote: > From: Michal Nazarewicz <m.nazarewicz(a)samsung.com> > Subject: [PATCHv4 11/13] USB: gadget: composite: addad disconnect callback > To: linux-usb(a)vger.kernel.org, linux-usb(a)vger.kernel.org > Cc: "David Brownell" <dbrownell(a)users.sourceforge.net>, "Kyungmin Park" <kyungmin.park(a)samsung.com>, "Marek Szyprowski" <m.szyprowski(a)samsung.com>, linux-kernel(a)vger.kernel.org > Date: Monday, June 7, 2010, 5:39 AM > Added a disconnect() callback to > compasite devices which > is called by composite glue when its disconnect callback > is called by gadget. Acked-by: David Brownell <dbrownell(a)users.sourceforge.net> .... though I don't recall why I didn't add this originally; I certainly thought about it. > > Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> > Signed-off-by: Kyungmin Park <kyungmin.park(a)samsung.com> > --- > drivers/usb/gadget/composite.c |� � 2 ++ > include/linux/usb/composite.h� |� � 2 ++ > 2 files changed, 4 insertions(+), 0 deletions(-) > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Sergei Shtylyov on 17 Jun 2010 07:10 Hello. Michal Nazarewicz wrote: > Added a disconnect() callback to compasite devices which Your subject has "addad" -- probably instead of "added". > is called by composite glue when its disconnect callback > is called by gadget. > Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> > Signed-off-by: Kyungmin Park <kyungmin.park(a)samsung.com> > Acked-by: David Brownell <dbrownell(a)users.sourceforge.net> WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Sergei Shtylyov on 18 Jun 2010 10:30 Hello. I wrote: > Michal Nazarewicz wrote: >> Added a disconnect() callback to compasite devices which > Your subject has "addad" -- probably instead of "added". Also, there's typo in the first line: "compasite"... >> is called by composite glue when its disconnect callback >> is called by gadget. >> Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> >> Signed-off-by: Kyungmin Park <kyungmin.park(a)samsung.com> >> Acked-by: David Brownell <dbrownell(a)users.sourceforge.net> WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: NMI & register clash handling infrastructure Next: [PATCH 1/2] pipe: fix pipe buffer resizing |