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
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: rename choose_configuration
Greg Kroah-Hartman
2007-10-12
3
-4
/
+4
*
usb: hook up device authorization to sysfs
Inaky Perez-Gonzalez
2007-10-12
1
-0
/
+39
*
usb: introduce usb_authorize/deauthorize()
Inaky Perez-Gonzalez
2007-10-12
3
-1
/
+85
*
usb: split usb_new_device for clarity and refactoring
Inaky Perez-Gonzalez
2007-10-12
1
-48
/
+88
*
usb: usb_generic_probe() obeys authorization
Inaky Perez-Gonzalez
2007-10-12
1
-8
/
+11
*
usb: usb_probe_interface() obeys authorization
Inaky Perez-Gonzalez
2007-10-12
1
-0
/
+5
*
usb: usb_get_configuration() obeys authorization
Inaky Perez-Gonzalez
2007-10-12
1
-5
/
+19
*
usb: usb_set_configuration() obeys authorization
Inaky Perez-Gonzalez
2007-10-12
1
-1
/
+4
*
usb: initialize authorization and wusb bits in USB devices
Inaky Perez-Gonzalez
2007-10-12
1
-0
/
+18
*
usb: cleanup usb_register_bus() and hook up sysfs group
Inaky Perez-Gonzalez
2007-10-12
1
-15
/
+18
*
usb: add the concept of default authorization to USB hosts
Inaky Perez-Gonzalez
2007-10-12
2
-1
/
+79
*
USB: gadget: gadget zero cleanups
David Brownell
2007-10-12
1
-141
/
+96
*
USB: gadget: file storage gadget cleanups
David Brownell
2007-10-12
1
-73
/
+45
*
USB: gadget: serial gadget cleanups
David Brownell
2007-10-12
1
-93
/
+73
*
USB: gadget: gmidi cleanups
David Brownell
2007-10-12
1
-48
/
+32
*
USB: gadget: ethernet gadget cleanups, shrinkage
David Brownell
2007-10-12
1
-87
/
+54
*
USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanup
David Brownell
2007-10-12
3
-37
/
+26
*
USB: Add drivers/usb/misc/iowarrior.c to the Makefile
Nico Erfurth
2007-10-12
1
-0
/
+1
*
USB: separate out endpoint queue management and DMA mapping routines
Alan Stern
2007-10-12
1
-150
/
+166
*
USB: update spinlock usage for root-hub URBs
Alan Stern
2007-10-12
1
-23
/
+29
*
USB: cleanup for previous patches
Alan Stern
2007-10-12
2
-11
/
+7
*
USB: avoid urb->pipe in usbmon
Alan Stern
2007-10-12
3
-38
/
+68
*
USB: avoid urb->pipe in usbfs
Alan Stern
2007-10-12
1
-28
/
+41
*
USB: address-0 handling during device initialization
Alan Stern
2007-10-12
2
-11
/
+14
*
USB: avoid using urb->pipe in usbcore
Alan Stern
2007-10-12
3
-32
/
+41
*
USB: add direction bit to urb->transfer_flags
Alan Stern
2007-10-12
2
-4
/
+18
*
USB: add ep->enable
Alan Stern
2007-10-12
5
-16
/
+15
*
USB: add urb->ep
Alan Stern
2007-10-12
2
-39
/
+39
*
USB: Storage: usbat_check_status(): fix check-after-use
Adrian Bunk
2007-10-12
1
-3
/
+0
*
USB: Remove dead references to "SAFE_SERIAL" CONFIG variables.
Robert P. J. Day
2007-10-12
1
-11
/
+0
*
USB: OHCI handles more ZFMicro quirks
Mike Nuss
2007-10-12
5
-75
/
+253
*
usblp: Make use of URB_FREE_BUFFER
Pete Zaitcev
2007-10-12
1
-3
/
+1
*
usblp: Implement the ENOSPC convention
Pete Zaitcev
2007-10-12
1
-26
/
+39
*
USB: Clean up duplicate includes in drivers/usb/
Jesper Juhl
2007-10-12
1
-1
/
+0
*
USB: Remove unneeded pointer intf from speedtch_upload_firmware()
Micah Gruber
2007-10-12
1
-2
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Linus Torvalds
2007-10-11
1
-1
/
+0
|
\
|
*
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
2007-10-10
1
-1
/
+0
*
|
drivers/firmware: const-ify DMI API and internals
Jeff Garzik
2007-10-09
1
-1
/
+1
|
/
*
Revert "usb-storage: implement autosuspend"
Greg Kroah-Hartman
2007-09-13
2
-29
/
+11
*
USB: disable autosuspend by default for non-hubs
Alan Stern
2007-09-13
1
-0
/
+6
*
USB: drivers/usb/serial/bus.c: Fix incompatible pointer type warning
Satyam Sharma
2007-09-11
1
-1
/
+1
*
USB: another quirky device (LCD display)
Oliver Neukum
2007-09-11
1
-0
/
+3
*
USB: fix serial gadget ACM breakage
David Brownell
2007-09-11
1
-10
/
+15
*
USB: More USB_QUIRK_RESET_RESUME devices
Lamarque Vieira Souza
2007-09-11
1
-0
/
+9
*
USB Mass Storage: limit "Rockchip ROCK MP3" device (071b:3203) max I/O to 64 ...
Massimiliano Ghilardi
2007-09-11
1
-0
/
+16
*
USB: Nikon D40 Quirks
Ortwin Glück
2007-09-11
1
-0
/
+7
*
USB: Add Sony Ericsson P1i to unusual_devs.h
Ricardo Barberis
2007-09-11
1
-0
/
+7
*
USB: option: Add Dell HSDPA 5520 to driver
Greg Kroah-Hartman
2007-09-11
1
-0
/
+1
*
USB: option: Add a new device ID for the HUAWEI E220 HSDPA modem.
Jaime Velasco Juan
2007-09-11
1
-0
/
+2
*
USB: fix linked list insertion bugfix for usb core
Nathael Pajani
2007-09-11
1
-1
/
+1
[next]