Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c476dde2eda8c3e1af676fe3702b9fce98904cfb
/
drivers
/
usb
/
core
a45aa3b
USB: Set hub depth after USB3 hub reset
by Elric Fu
· 13 years ago
68d07f6
USB: Don't fail USB3 probe on missing legacy PCI IRQ.
by Sarah Sharp
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
55b81e6
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
5b91aca
usbfs: propagate umode_t
by Al Viro
· 13 years ago
587a1f1
switch ->is_visible() to returning umode_t
by Al Viro
· 13 years ago
2c9ede5
switch device_get_devnode() and ->devnode() to umode_t *
by Al Viro
· 13 years ago
c972b4b
vfs: live vfsmounts never have NULL ->mnt_sb
by Al Viro
· 13 years ago
4c1d5a6
vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root
by Al Viro
· 13 years ago
e78832c
USB: remove dead code from suspend/resume path
by Oliver Neukum
· 13 years ago
35284b3
USB: add quirk for another camera
by Oliver Neukum
· 13 years ago
1b41c83
usbfs: Fix oops related to user namespace conversion.
by Sarah Sharp
· 13 years ago
7bf0118
USB: Adding #define in hub_configure() and hcd.c file
by Aman Deep
· 13 years ago
bc677d5
usb: fix number of mapped SG DMA entries
by Clemens Ladisch
· 13 years ago
5689871
USB: remove BKL comments
by Davidlohr Bueso
· 13 years ago
47b6495
Merge 3.2-rc3 into usb-linus
by Greg Kroah-Hartman
· 13 years ago
3f5eb8d
USB: make the usbfs memory limit configurable
by Alan Stern
· 13 years ago
add1aae
USB: change the memory limits in usbfs URB submission
by Alan Stern
· 13 years ago
52fb743
USB: unify some error pathways in usbfs
by Alan Stern
· 13 years ago
2c4d6bf
USB: move usb_translate_errors to linux/usb.h
by Johan Hovold
· 13 years ago
ff231db
USB: Add optional match for interface class to dynamic ID facility
by Josua Dietze
· 13 years ago
968b822
USB: Remove the SAW_IRQ hcd flag
by Alan Stern
· 13 years ago
0d145d7
USB: quirks: adding more quirky webcams to avoid squeaky audio
by sordna
· 13 years ago
60c71ca
USB: add quirk for Logitech C600 web cam
by Josh Boyer
· 13 years ago
47c6a04
Merge branch 'for-usb-linus' of git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linus
by Greg Kroah-Hartman
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
b2c0a86
USB: Update last_busy time after autosuspend fails
by Alan Stern
· 13 years ago
79c3dd8
usb, xhci: Clear warm reset change event during init
by Don Zickus
· 13 years ago
f940fcd
usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
by Paul Gortmaker
· 13 years ago
7e0bb71
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
48e8236
xHCI/USB: Make xHCI driver have a BOS descriptor.
by Sarah Sharp
· 13 years ago
d727b60
Merge branch 'pm-runtime' into pm-for-linus
by Rafael J. Wysocki
· 13 years ago
5b253d8
USB: add quirk for Logitech C300 web cam
by Jon Levell
· 13 years ago
d178bc3
user namespace: usb: make usb urbs user namespace aware (v2)
by Serge Hallyn
· 13 years ago
edb2b25
USB: message: cleanup min_t() cast in usb_sg_init()
by Dan Carpenter
· 13 years ago
30b1a7a
USB: Add wakeup info to debugging messages
by Alan Stern
· 13 years ago
393cbb5
usb/core/devio.c: Check for printer class specific request
by Matthias Dellweg
· 13 years ago
aec01c5
USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uid
by Serge Hallyn
· 13 years ago
a6eeeb9
USB: Update USB default wakeup settings
by Alan Stern
· 13 years ago
c1045e8
usbcore: add sysfs support to xHCI usb2 hardware LPM
by Andiry Xu
· 13 years ago
65580b43
xHCI: set USB2 hardware LPM
by Andiry Xu
· 13 years ago
1ff4df5
usbcore: check device's LPM capability
by Andiry Xu
· 13 years ago
3148bf0
usbcore: get BOS descriptor set
by Andiry Xu
· 13 years ago
10d674a
USB: When hot reset for USB3 fails, try warm reset.
by Sarah Sharp
· 13 years ago
75d7cf7
usbcore: refine warm reset logic
by Andiry Xu
· 13 years ago
2394d67e
USB: add RESET_RESUME for webcams shown to be quirky
by Oliver Neukum
· 13 years ago
b5dd18d
USB: irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
e538dfd
usb: Provide usb_speed_string() function
by Michal Nazarewicz
· 13 years ago
c5a4859
USB: for usb_autopm_get_interface_async -EINPROGRESS is not an error
by Jim Wylder
· 13 years ago
6ed962a
Merge 3.1-rc4 into usb-next
by Greg Kroah-Hartman
· 13 years ago
29cc889
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
by Kuninori Morimoto
· 13 years ago
316541b
USB: Remove test for NULL that'll never happen in usb_disconnect()
by Jesper Juhl
· 13 years ago
5b1b0b8
PM / Runtime: Add macro to test for runtime PM events
by Alan Stern
· 13 years ago
8a9af4f
USB: Avoid NULL pointer deref in usb_hcd_alloc_bandwidth.
by Sarah Sharp
· 13 years ago
7de7c7d
usb/config: use proper endian access for wMaxPacketSize
by Sebastian Andrzej Siewior
· 13 years ago
f549953
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 13 years ago
ca5c485
USB: additional regression fix for device removal
by Alan Stern
· 13 years ago
e534c5b
USB: fix regression occurring during device removal
by Alan Stern
· 13 years ago
2e34b42
Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 13 years ago
95a2424
Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linus
by Greg Kroah-Hartman
· 13 years ago
f76b168b
PM: Rename dev_pm_info.in_suspend to is_prepared
by Alan Stern
· 13 years ago
0af212b
USB: don't let errors prevent system sleep
by Alan Stern
· 13 years ago
cbb3300
USB: don't let the hub driver prevent system sleep
by Alan Stern
· 13 years ago
fccf4e8
USB: Free bandwidth when usb_disable_device is called.
by Sarah Sharp
· 13 years ago
dcc8545
Merge 3.0-rc2 into usb-linus as it's needed by some USB patches
by Greg Kroah-Hartman
· 13 years ago
c4fc234
USB: Add "authorized_default" parameter to the usbcore module
by Carl-Daniel Hailfinger
· 13 years ago
1d4a4bd
usb: remove bad dput after dentry_unhash
by Sage Weil
· 13 years ago
3824c1d
USB: core: Tolerate protocol stall during hub and port status read
by Libor Pechacek
· 13 years ago
69fff59
USB: remove remaining usages of hcd->state from usbcore and fix regression
by Alan Stern
· 13 years ago
5e467f6
usbcore: warm reset USB3 port in SS.Inactive state
by Andiry Xu
· 14 years ago
a711423
usbcore: Refine USB3.0 device suspend and resume
by Andiry Xu
· 14 years ago
0ed9a57
xHCI: report USB3.0 portstatus comply with USB3.0 specification
by Andiry Xu
· 14 years ago
64b3c30
usb/ch9: use proper endianess for wBytesPerInterval
by Sebastian Andrzej Siewior
· 14 years ago
643de62
usb: core: Change usb_create_sysfs_intf_files()' return type to void
by Michal Nazarewicz
· 14 years ago
1d15ee4
usb/hcd: don't return 0 on error in usb_add_hcd()
by Sebastian Andrzej Siewior
· 14 years ago
50ee933
Merge 2.6.39-rc4 into usb-next
by Greg Kroah-Hartman
· 14 years ago
a8f08d8
usbcore: Bug fix: system can't suspend with USB3.0 device connected to USB3.0 hub
by Andiry Xu
· 14 years ago
b214f19
USB: Fix unplug of device with active streams
by Matthew Wilcox
· 14 years ago
edf847d
USB: remove dead code from usb_deregister_dev()
by Libor Pechacek
· 14 years ago
bce1a70
USB: change the way we initialize format strings
by Dmitry Torokhov
· 14 years ago
2868a2b
USB: fix formatting of SuperSpeed endpoints in /proc/bus/usb/devices
by Dmitry Torokhov
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
9d02b42
USB: Do not pass negative length to snoop_urb()
by Michal Sojka
· 14 years ago
e1620d5
USB: Move runtime PM callbacks to usb_device_pm_ops
by Rafael J. Wysocki
· 14 years ago
971f115
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 14 years ago
aa33860
PM: Remove CONFIG_PM_OPS
by Rafael J. Wysocki
· 14 years ago
4681b17
USB / Hub: Do not call device_set_wakeup_capable() under spinlock
by Rafael J. Wysocki
· 14 years ago
500132a
USB: Add support for SuperSpeed isoc endpoints
by Paul Zimmerman
· 14 years ago
0c9ffe0
USB: Disable auto-suspend for USB 3.0 hubs.
by Sarah Sharp
· 14 years ago
131dec3
USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol.
by Sarah Sharp
· 14 years ago
ff9d78b
USB: Set usb_hcd->state and flags for shared roothubs.
by Sarah Sharp
· 14 years ago
c563543
usb: Make core allocate resources per PCI-device.
by Sarah Sharp
· 14 years ago
83de4b2
usb: Store bus type in usb_hcd, not in driver flags.
by Sarah Sharp
· 14 years ago
d673bfc
usb: Change usb_hcd->bandwidth_mutex to a pointer.
by Sarah Sharp
· 14 years ago
23e0d10
usb: Refactor irq enabling out of usb_add_hcd()
by Sarah Sharp
· 14 years ago
8766c81
usb: Make usb_hcd_pci_probe labels more descriptive.
by Sarah Sharp
· 14 years ago
22c6a35
usb: Make USB 3.0 roothub have a SS EP comp descriptor.
by Sarah Sharp
· 14 years ago
c706157
USB: Clear "warm" port reset change.
by Sarah Sharp
· 14 years ago
dbe79bb
USB 3.0 Hub Changes
by John Youn
· 23 years ago
Next »