| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: gadget: add max_speed to usb_composite_driver | Tatyana Brokhman | 2011-07-01 | 1 | -0/+1 |
* | usb gadget: don't save bind callback in struct usb_configuration | Uwe Kleine-König | 2010-10-22 | 1 | -2/+2 |
* | usb gadget: don't save bind callback in struct usb_composite_driver | Michal Nazarewicz | 2010-10-22 | 1 | -2/+1 |
* | USB: Revert "USB: gadget: section mismatch warning fixed" | Michal Nazarewicz | 2010-10-22 | 1 | -2/+2 |
* | USB: gadget: section mismatch warning fixed | Michal Nazarewicz | 2010-08-10 | 1 | -2/+2 |
* | USB: replace uses of __constant_{endian} | Harvey Harrison | 2009-03-24 | 1 | -6/+6 |
* | usb gadget: USB_GADGET_VBUS_DRAW Kconfig option | David Brownell | 2008-10-17 | 1 | -1/+0 |
* | usb gadget: cdc obex glue | Felipe Balbi | 2008-10-17 | 1 | -0/+14 |
* | usb gadget: link fixes for serial gadget | David Brownell | 2008-10-16 | 1 | -0/+18 |
* | usb gadget serial: use composite gadget framework | David Brownell | 2008-07-21 | 1 | -928/+145 |
* | usb gadget: use new serial core | David Brownell | 2008-07-21 | 1 | -1316/+76 |
* | USB: serial gadget: descriptor cleanup | David Brownell | 2008-05-14 | 1 | -4/+2 |
* | USB: serial gadget: simplify endpoint handling | David Brownell | 2008-05-14 | 1 | -89/+57 |
* | USB: serial gadget: remove needless data structure | David Brownell | 2008-05-14 | 1 | -72/+13 |
* | USB: serial gadget: cleanup/reorg | David Brownell | 2008-05-14 | 1 | -290/+263 |
* | usb serial gadget: CDC ACM fixes | David Brownell | 2008-05-02 | 1 | -17/+73 |
* | usb gadget: switch to put_char returning int | Alan Cox | 2008-04-30 | 1 | -4/+6 |
* | USB: gadget: Hangup tty on g_serial disconnect | Savin Zlobec | 2008-04-24 | 1 | -2/+1 |
* | USB: gadget code switches to pr_err() and friends | David Brownell | 2008-02-01 | 1 | -74/+79 |
* | USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h> | David Brownell | 2007-10-12 | 1 | -1/+1 |
* | USB: serial gadget: Disable endpoints on unload | Vitaly Bordug | 2007-10-12 | 1 | -0/+6 |
* | USB: gadget: serial gadget cleanups | David Brownell | 2007-10-12 | 1 | -93/+73 |
* | USB: fix serial gadget ACM breakage | David Brownell | 2007-09-11 | 1 | -10/+15 |
* | USB: use mutex instead of semaphore in the USB gadget serial driver | Matthias Kaehlcke | 2007-07-19 | 1 | -12/+13 |
* | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 2007-07-19 | 1 | -2/+1 |
* | USB: usb serial gadget, sparse fixes | David Brownell | 2007-07-12 | 1 | -6/+8 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | USB: fix g_serial small error | Bryan O'Donoghue | 2007-02-16 | 1 | -0/+1 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h> | David Brownell | 2007-02-07 | 1 | -1/+1 |
* | USB: gadget driver unbind() is optional; section fixes; misc | David Brownell | 2006-12-20 | 1 | -1/+1 |
* | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 2006-12-13 | 1 | -1/+1 |
* | [PATCH] tty: switch to ktermios | Alan Cox | 2006-12-08 | 1 | -2/+2 |
* | [PATCH] namespaces: utsname: use init_utsname when appropriate | Serge E. Hallyn | 2006-10-02 | 1 | -1/+1 |
* | [PATCH] const struct tty_operations | Jeff Dike | 2006-10-02 | 1 | -1/+1 |
* | USB: usb serial gadget smp related bug | Eugeny S. Mints | 2006-09-27 | 1 | -0/+3 |
* | [PATCH] USB: gadget section fixups | David Brownell | 2006-07-12 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV | Greg Kroah-Hartman | 2006-06-26 | 1 | -1/+1 |
* | [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed | Greg Kroah-Hartman | 2006-06-26 | 1 | -1/+0 |
* | [PATCH] USB: move <linux/usb_cdc.h> to <linux/usb/cdc.h> | David Brownell | 2006-06-21 | 1 | -1/+1 |
* | [PATCH] USB: gadget-serial: do not save/restore IRQ flags in gs_close() | Franck Bui-Huu | 2006-06-21 | 1 | -10/+8 |
* | [PATCH] USB: gadget-serial: fix a deadlock when closing the serial device | Franck Bui-Huu | 2006-06-21 | 1 | -78/+17 |
* | [PATCH] USB: kzalloc() conversion in drivers/usb/gadget | Eric Sesterhenn | 2006-03-20 | 1 | -2/+1 |
* | [PATCH] USB: gadget driver section fixups | David Brownell | 2006-03-20 | 1 | -3/+3 |
* | [PATCH] Remove usb gadget generic driver methods | Russell King | 2006-01-13 | 1 | -3/+0 |
* | [PATCH] TTY layer buffering revamp | Alan Cox | 2006-01-10 | 1 | -11/+8 |
* | [PATCH] USB: One potential problem in gadget/serial.c | Fengwei Yin | 2006-01-04 | 1 | -0/+2 |
* | [PATCH] gfp_t: drivers/usb | Al Viro | 2005-10-28 | 1 | -8/+8 |
* | [PATCH] USB: Gadget library: centralize gadget controller numbers | David Brownell | 2005-09-08 | 1 | -40/+11 |