Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
27d2a8b97ebc4467e47722415b81ebe72d5f654f
/
drivers
/
usb
/
core
/
hub.c
07194ab
USB: Reset USB 3.0 devices on (re)discovery
by Luben Tuikov
· 14 years ago
9ce4f80
Revert "USB: Reset USB 3.0 devices on (re)discovery"
by Greg Kroah-Hartman
· 14 years ago
637d11b
USB: Reset USB 3.0 devices on (re)discovery
by Luben Tuikov
· 14 years ago
d199c96
USB: prevent buggy hubs from crashing the USB stack
by Alan Stern
· 14 years ago
653a39d
usb: Realloc xHCI structures after a hub is verified.
by Sarah Sharp
· 14 years ago
c08512c
USB: improve uses of usb_mark_last_busy
by Alan Stern
· 14 years ago
fcc4a01
USB: use the runtime-PM autosuspend implementation
by Alan Stern
· 14 years ago
6ddf27c
USB: make usb_mark_last_busy use pm_runtime_mark_last_busy
by Ming Lei
· 14 years ago
56626a7
USB: accept some invalid ep0-maxpacket values
by Alan Stern
· 14 years ago
85f0ff4
usb: Fix issue with USB 3.0 devices after system resume
by Sarah Sharp
· 14 years ago
c8d4af8
USB: core: use kernel assigned address for devices under xHCI
by Andiry Xu
· 14 years ago
4bec991
USB: core: update comment to match current function name
by Wolfram Sang
· 14 years ago
93362a8
USB delay init quirk for logitech Harmony 700-series devices
by Phil Dibowitz
· 14 years ago
c532b29
USB-BKL: Convert usb_driver ioctl to unlocked_ioctl
by Andi Kleen
· 14 years ago
48f2497
USB: EHCI: EHCI 1.1 addendum: Basic LPM feature support
by Alek Du
· 14 years ago
809cd1c
USB: Fix USB3.0 Port Speed Downgrade after port reset
by Sarah Sharp
· 14 years ago
9f0a6cd
USB: usbcore: Do not disable USB3 protocol ports in hub_activate()
by Andiry Xu
· 15 years ago
7aba8d0
USB: don't enable remote wakeup by default
by Alan Stern
· 15 years ago
749da5f
USB: straighten out port feature vs. port status usage
by Alan Stern
· 15 years ago
288ead4
USB: remove bogus USB_PORT_FEAT_*_SPEED symbols
by Alan Stern
· 15 years ago
27729aa
USB: make hcd.h public (drivers dependency)
by Eric Lescouet
· 15 years ago
1e927d9
USB hub: make USB device id constant
by Németh Márton
· 15 years ago
f7410ce
USB: Move hcd free_dev call into usb_disconnect to fix oops
by Herbert Xu
· 15 years ago
9bbdf1e
USB: convert to the runtime PM framework
by Alan Stern
· 15 years ago
088f7fe
USB: implement usb_enable_autosuspend
by Alan Stern
· 15 years ago
0534d46
USB: consolidate remote wakeup routines
by Alan Stern
· 15 years ago
551cdbb
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
by Greg Kroah-Hartman
· 15 years ago
1698540
USB: retain USB device power/wakeup setting across reconfiguration
by Dan Streetman
· 15 years ago
a5f0efa
USB: Add call to notify xHC of a device reset.
by Sarah Sharp
· 15 years ago
927bc91
PM: Allow USB devices to suspend/resume asynchronously
by Rafael J. Wysocki
· 15 years ago
04a723e
USB: Fix duplicate sysfs problem after device reset.
by Sarah Sharp
· 15 years ago
49d0f07
USB: add missing delay during remote wakeup
by Alan Stern
· 15 years ago
da30712
USB: fix bugs in usb_(de)authorize_device
by Alan Stern
· 15 years ago
8d8558d
USB: rename usb_configure_device
by Alan Stern
· 15 years ago
2eb5052
USB: core: hub: fix sparse warning
by Felipe Balbi
· 15 years ago
3f0479e
USB: Check bandwidth when switching alt settings.
by Sarah Sharp
· 15 years ago
8e4ceb3
USB: prepare for changover to Runtime PM framework
by Alan Stern
· 15 years ago
253e057
USB: add a "remove hardware" sysfs attribute
by Alan Stern
· 15 years ago
d697cdd
USB: don't use a fixed DMA mapping for hub status URBs
by Alan Stern
· 15 years ago
0c48720
USB: improved error handling in usb_port_suspend()
by Oliver Neukum
· 15 years ago
c2f6595
USB: EHCI: don't send Clear-TT-Buffer following a STALL
by Alan Stern
· 15 years ago
b356b7c
USB: Add hub descriptor update hook for xHCI
by Sarah Sharp
· 15 years ago
527101c
USB: don't lose mode switch events on suspended devices
by Alan Stern
· 15 years ago
25118084
USB: check for hub driver not bound to root hub device
by Alan Stern
· 15 years ago
ccf5b80
USB: make intf.pm_usage an atomic_t
by Alan Stern
· 15 years ago
7cbe5dc
USB: add API for userspace drivers to "claim" ports
by Alan Stern
· 15 years ago
cb88a1b
USB: fix the clear_tt_buffer interface
by Alan Stern
· 15 years ago
c651527
USB: Support for addressing a USB device under xHCI
by Sarah Sharp
· 16 years ago
e7b7717
USB: Don't reset USB 3.0 devices on port change detection.
by Sarah Sharp
· 16 years ago
d2e9b4d
USB: Add USB 3.0 roothub support to USB core.
by Sarah Sharp
· 16 years ago
6b403b0
USB: Add SuperSpeed to the list of USB device speeds.
by Sarah Sharp
· 16 years ago
d0f830d
USB: hub.c: fix sparse warnings
by H Hartley Sweeten
· 16 years ago
71d2718
USB: more u32 conversion after transfer_buffer_length and actual_length
by Roel Kluin
· 16 years ago
4fe0387
USB: don't send Set-Interface after reset
by Alan Stern
· 16 years ago
6da9c99
USB: allow libusb to talk to unauthenticated WUSB devices
by David Vrabel
· 16 years ago
551509d
USB: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
ddeac4e7
USB: fix toggle mismatch in disable_endpoint paths
by Alan Stern
· 16 years ago
634a84f
drivers/usb/core/hub.c: fix CONFIG_USB_OTG=y build
by David Brownell
· 16 years ago
2caf7fc
USB: re-enable interface after driver unbinds
by Alan Stern
· 16 years ago
3b23dd6
USB: utilize the bus notifiers
by Alan Stern
· 16 years ago
b9cef6c
USB: make printk messages more searchable
by Wu Fengguang
· 16 years ago
65bfd29
USB: Enhance usage of pm_message_t
by Alan Stern
· 16 years ago
6cd1320
USB: announce new devices earlier
by Alan Stern
· 16 years ago
dc023dc
USB: Introduce usb_queue_reset() to do resets from atomic contexts
by Inaky Perez-Gonzalez
· 16 years ago
9ac39f2
USB: add asynchronous autosuspend/autoresume support
by Alan Stern
· 16 years ago
61fbeba
USB: prevent autosuspend during hub initialization
by Alan Stern
· 16 years ago
cde217a
USB: fix crash when URBs are unlinked after the device is gone
by Alan Stern
· 16 years ago
6c64094
USB: don't rebind drivers after failed resume or reset
by Alan Stern
· 16 years ago
fd7c519
USB: hub.c: Add initial_descriptor_timeout module parameter for usbcore
by Jaroslav Kysela
· 16 years ago
8520f38
USB: change hub initialization sleeps to delayed_work
by Alan Stern
· 16 years ago
5257d97
USB: revert recovery from transient errors
by Alan Stern
· 16 years ago
b5fb454
USB: automatically enable RHSC interrupts
by Alan Stern
· 16 years ago
86c57ed
USB: use reset_resume when normal resume fails
by Alan Stern
· 16 years ago
78d9a48
USB: Force unbinding of drivers lacking reset_resume or other methods
by Alan Stern
· 16 years ago
742120c
USB: fix usb_reset_device and usb_reset_composite_device(take 3)
by Ming Lei
· 16 years ago
625f694
USB: remove interface parameter of usb_reset_composite_device
by Ming Lei
· 16 years ago
38f3ad5
usb: hub: add check for unsupported bus topology
by Felipe Balbi
· 16 years ago
4330354
USB: combine hub_quiesce and hub_stop
by Alan Stern
· 17 years ago
f283521
USB: combine hub_activate and hub_restart
by Alan Stern
· 17 years ago
948fea3
USB: optimize port debouncing during hub activation
by Alan Stern
· 17 years ago
8808f00
USB: try to salvage lost power sessions
by Alan Stern
· 17 years ago
6ee0b27
USB: simplify hub_restart() logic
by Alan Stern
· 17 years ago
9e5eace
USB: revert "don't use reset-resume if drivers don't support it"
by Greg Kroah-Hartman
· 16 years ago
24618b0
USB: debounce before unregistering
by Alan Stern
· 17 years ago
b01b03f
USB: add new routine for checking port-resume type
by Alan Stern
· 17 years ago
36aa811
USB: revert "don't lose disconnections during suspend"
by Greg Kroah-Hartman
· 16 years ago
09ca8ad
Revert "USB: don't explicitly reenable root-hub status interrupts"
by Linus Torvalds
· 16 years ago
1236edf
USB: don't lose disconnections during suspend
by Alan Stern
· 16 years ago
5340ba8
USB: don't use reset-resume if drivers don't support it
by Linus Torvalds
· 16 years ago
3a31155
USB: EHCI: suppress unwanted error messages
by Alan Stern
· 17 years ago
e16362a
USB: fix possible deadlock involving sysfs attributes
by Alan Stern
· 17 years ago
4953d14
usb: don't update devnum for wusb devices
by David Vrabel
· 17 years ago
fc721f5
wusb: make ep0_reinit available for modules
by Inaky Perez-Gonzalez
· 17 years ago
6c529cd
wusb: devices dont use a set address
by Inaky Perez-Gonzalez
· 17 years ago
8af548d
wusb: teach choose_address() about wireless devices
by Inaky Perez-Gonzalez
· 17 years ago
441b62c
USB: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
e872154
USB: don't explicitly reenable root-hub status interrupts
by Alan Stern
· 17 years ago
6427f79
USB: log an error message when USB enumeration fails
by Alan Stern
· 17 years ago
eb764c4
USB: check serial-number string after device reset
by Alan Stern
· 17 years ago
feccc30
USB: remove CONFIG_USB_PERSIST setting
by Alan Stern
· 17 years ago
Next »