index
:
kernel_samsung_espresso10.git
replicant-4.2
replicant-6.0
kernel/samsung/espresso10
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
USB: gadget: android: Support switching vendor ID when configuration changes
Mike Lockwood
2011-06-14
1
-7
/
+25
*
|
usb: gadget: composite: USB_GET_CONFIGURATION must return 0 in unconfigured s...
Oleg Matcovschi
2011-06-14
1
-4
/
+3
*
|
USB: gadget: f_adb: dequeue request on error in adb_read
Iliyan Malchev
2011-06-14
1
-0
/
+1
*
|
USB: gadget: f_mtp: Fix problems transferring files from device to host
Mike Lockwood
2011-06-14
1
-4
/
+7
*
|
USB: gadget: composite: fix compile issues
Vikram Pandita
2011-06-14
1
-1
/
+2
*
|
USB: gadget: f_mtp: Make sure request is dequeued if transfer is canceled
Mike Lockwood
2011-06-14
1
-2
/
+4
*
|
USB: g_mass_storage: Always allow disabling mass storage by writing to lun file
Mike Lockwood
2011-06-14
1
-0
/
+6
*
|
usb: gadget: android: fix compilation on 2.6.37
Dima Zavin
2011-06-14
1
-4
/
+2
*
|
USB: gadget: composite: Use separate switches for connected and config state
Mike Lockwood
2011-06-14
1
-13
/
+32
*
|
USB: gadget: acm,rndis: IAD class, subclass & prot should match 1st iface
John Michelau
2011-06-14
1
-3
/
+10
*
|
USB: gadget: composite: Dynamically set IAD bFirstInterface
John Michelau
2011-06-14
1
-0
/
+15
*
|
USB: gadget: android Fix gadget descriptor compliance for IAD's
John Michelau
2011-06-14
1
-13
/
+43
*
|
usb: gadget: Multiple ACM gadget instances
John Michelau
2011-06-14
2
-5
/
+37
*
|
usb: gadget: Fixed Android gadget function discovery & product matching
John Michelau
2011-06-14
1
-9
/
+56
*
|
usb: gadget: rndis: don't use dev_get_stats
Benoit Goby
2011-06-14
1
-2
/
+21
*
|
USB: gadget: f_mtp: Zero length packet fixes
Mike Lockwood
2011-06-14
1
-7
/
+16
*
|
USB: gadget: f_mtp: Support for file transfer length greater than 4 gigabytes
Mike Lockwood
2011-06-14
1
-11
/
+35
*
|
USB: gadget: f_mtp: Return zero result for successful file transfer.
Mike Lockwood
2011-06-14
1
-6
/
+8
*
|
USB: gadget: f_mtp: MTP driver cleanup:
Mike Lockwood
2011-06-14
1
-138
/
+95
*
|
usb: gadget: android: Remove WAKEUP flag from bmAttributes
Benoit Goby
2011-06-14
1
-3
/
+0
*
|
USB: gadget: android: Disable MTP when RNDIS function is enabled.
Mike Lockwood
2011-06-14
1
-3
/
+3
*
|
USB: gadget: f_mtp: Add ioctl for sending events via the interrupt endpoint
Mike Lockwood
2011-06-14
1
-5
/
+85
*
|
drivers: usb: gadget: rndis: Fix section mismatch warning
Dmitry Shmidt
2011-06-14
1
-1
/
+1
*
|
drivers: usb: gadget: mass_storage: Fix section mismatch warning
Dmitry Shmidt
2011-06-14
1
-1
/
+1
*
|
drivers: usb: gadget: Fix section mismatch warning
Dmitry Shmidt
2011-06-14
1
-3
/
+3
*
|
USB: composite: Add usb_composite_force_reset utility to force enumeration
Mike Lockwood
2011-06-14
2
-11
/
+29
*
|
USB: gadget: android: Remove unused function android_usb_set_connected()
Mike Lockwood
2011-06-14
1
-10
/
+0
*
|
USB: gadget: composite: Move switch_set_state calls to a work queue
Mike Lockwood
2011-06-14
1
-2
/
+16
*
|
USB: gadget: f_mtp: USB gadget function driver for MTP and PTP device support.
Mike Lockwood
2011-06-14
3
-0
/
+1200
*
|
USB: composite: Add support for functions overriding USB_DT_STRING descriptors
Mike Lockwood
2011-06-14
1
-0
/
+15
*
|
USB: gadget: composite: Add userspace notifications for USB state changes
Mike Lockwood
2011-06-14
4
-10
/
+44
*
|
USB: gadget: f_mass_storage: Integrate android customizations
Mike Lockwood
2011-06-14
3
-3020
/
+81
*
|
USB: android gadget: mass storage: Fix format issue for Vista Host
Velempati Chiranjeevi
2011-06-14
1
-3
/
+4
*
|
USB: gadget: f_mass_storage: Defer handling interface changes until it is safe.
Mike Lockwood
2011-06-14
1
-11
/
+28
*
|
USB: gadget: android: mass_storage: Use spin_lock_irqsave/spin_unlock_irqrestore
Arve Hjønnevåg
2011-06-14
1
-23
/
+29
*
|
USB: gadget: android: check for null _android_dev in android_register_function()
Mike Lockwood
2011-06-14
1
-1
/
+1
*
|
USB: gadget: f_mass_storage: Flush writes after every 4 MB.
Mike Lockwood
2011-06-14
1
-1
/
+13
*
|
USB: gadget: f_rndis: Add platform data for RNDIS vendor ID and MAC address.
Mike Lockwood
2011-06-14
1
-10
/
+36
*
|
USB: gadget: composite: Don't increment interface number for alt settings.
Mike Lockwood
2011-06-14
1
-2
/
+7
*
|
USB: gadget: composite: Don't call set_alt() on functions that are hidden.
Mike Lockwood
2011-06-14
1
-0
/
+2
*
|
USB: gadget: android: Disable UMS when RNDIS ethernet is active.
Mike Lockwood
2011-06-14
1
-7
/
+20
*
|
usb: gadget: u_ether: Remove warning from gether_disconnect()
Mike Lockwood
2011-06-14
1
-1
/
+0
*
|
Add USB_ANDROID_RNDIS_WCEIS option.
Steve Kondik
2011-06-14
3
-0
/
+21
*
|
USB: gadget: android: Fix special case for RNDIS ethernet function
Mike Lockwood
2011-06-14
1
-7
/
+12
*
|
USB: composite: Compute interface numbers correctly when functions are hidden.
Mike Lockwood
2011-06-14
1
-11
/
+16
*
|
USB: gadget: android: Specify USB_CLASS_COMM in device descriptor if using RNDIS
Mike Lockwood
2011-06-14
1
-0
/
+7
*
|
USB: gadget: Disable RNDIS function by default if CONFIG_USB_ANDROID_RNDIS is...
Mike Lockwood
2011-06-14
1
-0
/
+5
*
|
USB: android: Use composite class driver for enabling and disabling functions
Mike Lockwood
2011-06-14
1
-0
/
+1
*
|
USB: composite: Add class driver for enabling and disabling USB functions.
Mike Lockwood
2011-06-14
1
-2
/
+48
*
|
USB: gadget: android: android USB gadget improvements:
Mike Lockwood
2011-06-14
8
-25
/
+68
[prev]
[next]