Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1281107
| From | "Felipe F. Tonello" <eu@felipetonello.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v6 0/3] USB MIDI Gadget improvements and bug fixes |
| Date | 2015-12-01 19:40 +0100 |
| Message-ID | <qAY0i-4MF-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fixed all comments suggested by the linux-usb list. changes in v6: - Removed patches already applied in Balbi's tree - Cleanups on pre-allocation usb requrests patch - Fixed indentention on patch 1 - Added patch which fails set_alt if a failure happened while allocating usb requests changes in v5: - Use ep->enabled insetad of creating driver specific flag - Save MIDIStreaming interface id in driver data - define free_ep_req as static inline in header changes in v4: - pre-alocation of in requests. - more code clean up - fix memory leak on out requests - configure endpoints only when setting up MIDIStreaming interface Felipe F. Tonello (3): usb: gadget: f_midi: set altsettings only for MIDIStreaming interface usb: gadget: f_midi: fail if set_alt fails to allocate requests usb: gadget: f_midi: pre-allocate IN requests drivers/usb/gadget/function/f_midi.c | 175 +++++++++++++++++++++++++++-------- drivers/usb/gadget/legacy/gmidi.c | 2 +- 2 files changed, 135 insertions(+), 42 deletions(-) -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v6 0/3] USB MIDI Gadget improvements and bug fixes "Felipe F. Tonello" <eu@felipetonello.com> - 2015-12-01 19:40 +0100
[PATCH v6 2/3] usb: gadget: f_midi: fail if set_alt fails to allocate requests "Felipe F. Tonello" <eu@felipetonello.com> - 2015-12-01 19:40 +0100
[PATCH v6 3/3] usb: gadget: f_midi: pre-allocate IN requests "Felipe F. Tonello" <eu@felipetonello.com> - 2015-12-01 19:40 +0100
Re: [PATCH v6 3/3] usb: gadget: f_midi: pre-allocate IN requests Felipe Ferreri Tonello <eu@felipetonello.com> - 2015-12-08 14:00 +0100
Re: [PATCH v6 0/3] USB MIDI Gadget improvements and bug fixes Felipe Ferreri Tonello <eu@felipetonello.com> - 2015-12-11 18:10 +0100
csiph-web