Age | Commit message (Expand) | Author | Files | Lines |
2013-10-10 | usb: g_ffs: fix compilation warning | David Cohen | 1 | -0/+2 |
2013-06-10 | usb: gadget: f_rndis: convert to new function interface with backward compati... | Andrzej Pietrasiewicz | 1 | -0/+1 |
2013-06-10 | usb: gadget: f_subset: convert to new function interface with backward compat... | Andrzej Pietrasiewicz | 1 | -0/+1 |
2013-06-10 | usb: gadget: f_ecm: convert to new function interface with backward compatibi... | Andrzej Pietrasiewicz | 1 | -0/+1 |
2013-06-10 | usb: gadget: rndis: convert into module | Andrzej Pietrasiewicz | 1 | -1/+1 |
2013-06-10 | usb: gadget: u_ether: convert into module | Andrzej Pietrasiewicz | 1 | -5/+8 |
2013-04-06 | Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 1 | -14/+21 |
2013-04-03 | usb: gadget: move the global the_dev variable to their users | Sebastian Andrzej Siewior | 1 | -14/+21 |
2013-03-20 | usb: gadget: ffs: fix enable multiple instances | Andrzej Pietrasiewicz | 1 | -2/+2 |
2012-09-10 | usb: gadget: libcomposite: move composite.c into libcomposite | Sebastian Andrzej Siewior | 1 | -3/+0 |
2012-09-10 | usb: gadget: Provide a default implementation of default manufacturer string | Sebastian Andrzej Siewior | 1 | -1/+0 |
2012-09-10 | usb: gadget: remove string override from struct usb_composite_driver | Sebastian Andrzej Siewior | 1 | -2/+2 |
2012-09-10 | usb: gadget: make sure each gadget is using same index for Product, Serial,… | Sebastian Andrzej Siewior | 1 | -2/+6 |
2012-09-10 | usb: gadget: push VID/PID/USB BCD module option into gadgets | Sebastian Andrzej Siewior | 1 | -1/+3 |
2012-09-10 | usb: gadget: libcomposite: add epautoconf.c to libcomposite | Sebastian Andrzej Siewior | 1 | -1/+0 |
2012-09-10 | usb: gadget: libcomposite: move config.c into libcomposite | Sebastian Andrzej Siewior | 1 | -1/+0 |
2012-09-10 | usb: gadget: start with libcomposite | Sebastian Andrzej Siewior | 1 | -1/+0 |
2012-09-10 | usb: gadget: move bind() callback back to struct usb_composite_driver | Sebastian Andrzej Siewior | 1 | -1/+2 |
2012-09-10 | usb: gadget: push all usb_composite_driver structs into __refdata | Sebastian Andrzej Siewior | 1 | -1/+1 |
2012-05-14 | FunctionFS: enable multiple functions | Andrzej Pietrasiewicz | 1 | -24/+176 |
2012-04-10 | usb: gadget: FunctionFS: make module init & exit __init & __exit | Andrzej Pietrasiewicz | 1 | -2/+2 |
2012-01-24 | usb: gadget: update Michal Nazarewicz's email address | Michal Nazarewicz | 1 | -1/+1 |
2011-09-10 | usb gadget: clean up FSF boilerplate text | Klaus Schwarzkopf | 1 | -9/+0 |
2011-07-02 | usb: gadget: add max_speed to usb_composite_driver | Tatyana Brokhman | 1 | -0/+1 |
2010-11-18 | usb: gadget: g_fs: Fix compilation warning | Michal Nazarewicz | 1 | -0/+2 |
2010-11-17 | usb: gadget: FunctionFS: fix typos and coding style | Michal Nazarewicz | 1 | -17/+22 |
2010-10-22 | usb gadget: don't save bind callback in struct usb_configuration | Uwe Kleine-König | 1 | -2/+1 |
2010-10-22 | usb gadget: don't save bind callback in struct usb_composite_driver | Michal Nazarewicz | 1 | -2/+1 |
2010-10-22 | USB: gadget: functionfs: code cleanup | Michal Nazarewicz | 1 | -57/+28 |
2010-10-22 | USB: gadget: g_ffs: fixed vendor and product ID | Michal Nazarewicz | 1 | -2/+2 |
2010-08-11 | USB: gadget: g_fs: code cleanup | Michal Nazarewicz | 1 | -126/+48 |
2010-08-11 | USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config() | Michal Nazarewicz | 1 | -1/+1 |
2010-06-30 | USB: gadget: g_fs: possible invalid pointer reference bug fixed | Michal Nazarewicz | 1 | -0/+11 |
2010-05-21 | USB: g_ffs: the FunctionFS gadget driver | Michal Nazarewicz | 1 | -0/+426 |