index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
/
usb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
WorkStruct: make allyesconfig
David Howells
2006-11-22
1
-4
/
+5
*
fix file specification in comments
Uwe Zeisberger
2006-10-03
1
-1
/
+1
*
USB: fix autosuspend when CONFIG_PM isn't set
Alan Stern
2006-09-28
1
-2
/
+2
*
USB: create new workqueue thread for USB autosuspend
Alan Stern
2006-09-28
1
-3
/
+39
*
USB: fix __must_check warnings in drivers/usb/core/
Greg Kroah-Hartman
2006-09-27
1
-2
/
+4
*
usbcore: add autosuspend/autoresume infrastructure
Alan Stern
2006-09-27
1
-0
/
+23
*
usbcore: trim down usb_bus structure
Alan Stern
2006-09-27
1
-3
/
+2
*
USB: remove struct usb_operations
Alan Stern
2006-09-27
1
-5
/
+5
*
USB core: Use const where possible.
Luiz Fernando N. Capitulino
2006-09-27
1
-10
/
+11
*
USB: New functions to check endpoints info.
Luiz Fernando N. Capitulino
2006-09-27
1
-0
/
+144
*
usbcore: make usb_generic a usb_device_driver
Alan Stern
2006-09-27
1
-1
/
+0
*
usbcore: add usb_device_driver definition
Alan Stern
2006-09-27
1
-6
/
+9
*
usbcore: move code among source files
Alan Stern
2006-09-27
1
-307
/
+0
*
usbcore: rename usb_suspend_device to usb_port_suspend
Alan Stern
2006-09-27
1
-5
/
+2
*
USB: Make usb_buffer_free() NULL-safe
Dmitry Torokhov
2006-09-27
1
-1
/
+3
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] USB: get USB suspend to work again
Greg Kroah-Hartman
2006-06-22
1
-0
/
+2
*
[PATCH] usbcore: port reset for composite devices
Alan Stern
2006-06-21
1
-0
/
+1
*
[PATCH] USB: drivers/usb/core/: remove unused exports
Adrian Bunk
2006-04-14
1
-2
/
+0
*
[PATCH] USB: convert a bunch of USB semaphores to mutexes
Arjan van de Ven
2006-03-20
1
-2
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
2006-01-04
1
-43
/
+41
|
\
|
*
[PATCH] driver core: replace "hotplug" by "uevent"
Kay Sievers
2006-01-04
1
-45
/
+41
*
|
[PATCH] USB: fix usb_find_interface for ppc64
Pete Zaitcev
2006-01-04
1
-10
/
+13
*
|
[PATCH] USB: replace __setup("nousb") with __module_param_call
Pete Zaitcev
2006-01-04
1
-12
/
+1
*
|
[PATCH] USB: Store port number in usb_device
Alan Stern
2006-01-04
1
-0
/
+1
*
|
[PATCH] USB: Remove USB private semaphore
Alan Stern
2006-01-04
1
-105
/
+9
*
|
[PATCH] USB: reorg some functions out of the main usb.c file
Greg Kroah-Hartman
2006-01-04
1
-311
/
+0
|
/
*
[PATCH] usbcore: allow suspend/resume even if drivers don't support it
Alan Stern
2005-12-21
1
-3
/
+6
*
[PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile
Greg Kroah-Hartman
2005-11-17
1
-7
/
+0
*
[PATCH] usbcore: Use kzalloc instead of kmalloc/memset
Alan Stern
2005-10-28
1
-3
/
+1
*
[PATCH] USB: always export interface information for modalias
Greg Kroah-Hartman
2005-10-28
1
-40
/
+23
*
[PATCH] root hub changes (lesser half)
David Brownell
2005-10-28
1
-6
/
+14
*
[PATCH] remove usb_suspend_device() parameter
David Brownell
2005-10-28
1
-2
/
+21
*
[PATCH] usb_interface power state
David Brownell
2005-10-28
1
-14
/
+51
*
[PATCH] gfp_t: drivers/usb
Al Viro
2005-10-28
1
-1
/
+1
*
[PATCH] driver core: add helper device_is_registered()
Daniel Ritz
2005-09-22
1
-3
/
+3
*
[PATCH] USB: Support unbinding of the usb_generic driver
Alan Stern
2005-09-08
1
-0
/
+10
*
[PATCH] USB: Add timeout to usb_lock_device_for_reset
Alan Stern
2005-09-08
1
-1
/
+9
*
[PATCH] USB: real nodes instead of usbfs
Kay Sievers
2005-09-08
1
-2
/
+13
*
[PATCH] swsusp: switch pm_message_t to struct
Pavel Machek
2005-09-05
1
-1
/
+1
*
[PATCH] USB: export usb_get_intf() and usb_put_intf()
brian@murphy.dk
2005-07-12
1
-0
/
+3
*
[PATCH] USB: Fix kmalloc's flags type in USB
Olav Kongas
2005-07-12
1
-1
/
+1
*
[PATCH] usbcore: Don't call device_release_driver recursively
Alan Stern
2005-06-20
1
-2
/
+8
*
[PATCH] usb: klist_node_attached() fix
Patrick Mochel
2005-06-20
1
-1
/
+1
*
[PATCH] USB: fix build warning in usb core as pointed out by Andrew.
gregkh@suse.de
2005-06-20
1
-1
/
+1
*
[PATCH] Fix up USB to use klist_node_attached() instead of list_empty() on li...
mochel@digitalimplant.org
2005-06-20
1
-2
/
+2
*
[PATCH] Use driver_for_each_device() instead of manually walking list.
mochel@digitalimplant.org
2005-06-20
1
-18
/
+23
*
[PATCH] USB: MODALIAS change for bcdDevice
Roman Kagan
2005-04-22
1
-4
/
+2
*
[PATCH] USB: fix up some sparse warnings about static functions that aren't s...
Greg KH
2005-04-18
1
-7
/
+0
*
[PATCH] usb suspend updates (interface suspend)
David Brownell
2005-04-18
1
-3
/
+3
[next]