Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
453b0c3f6910672f79da354077af728d92f95c5b
/
drivers
/
usb
/
core
b9a1048
usbcore: fix incorrect type in assignment in descriptors_changed()
by Xenia Ragiadakou
· 11 years ago
e3376d6
usbcore: compare and release one bos descriptor in usb_reset_and_verify_device()
by Xenia Ragiadakou
· 11 years ago
d03f254
USB: core: be specific about attribute permissions
by Greg Kroah-Hartman
· 11 years ago
598d036
USB: core: use DRIVER_ATTR_RW()
by Greg Kroah-Hartman
· 11 years ago
3bbc47d
usb: don't use bNbrPorts after initialization
by Krzysztof Mazur
· 11 years ago
e58547e
usb: fail on usb_hub_create_port_device() errors
by Krzysztof Mazur
· 11 years ago
d0308d4
usb: fix cleanup after failure in hub_configure()
by Krzysztof Mazur
· 11 years ago
5845c13
Merge tag 'for-usb-2013-08-15-step-1' into for-usb-next
by Sarah Sharp
· 11 years ago
d49dad3
usb: Don't fail port power resume on device disconnect.
by Sarah Sharp
· 12 years ago
98a4f1f
usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()
by Lan Tianyu
· 12 years ago
aa5ceae
USB: handle LPM errors during device suspend correctly
by Alan Stern
· 12 years ago
304ab4a
usb: add two quirky touchscreen
by Oliver Neukum
· 11 years ago
e57e780
usb: rh_call_control tbuf overflow fix
by Sean O. Stalley
· 11 years ago
c10750b
usb/hcd: Log error code if reset() fails
by Mark Brown
· 12 years ago
b4f17a48
usb: config->desc.bLength may not exceed amount of data returned by the device
by Hans de Goede
· 12 years ago
bcc48f1
USB: introduce usb_device_no_sg_constraint() helper
by Ming Lei
· 12 years ago
94dfd7e
USB: HCD: support giveback of URB in tasklet context
by Ming Lei
· 12 years ago
626f090
usb: fix some scripts/kernel-doc warnings
by Yacine Belkadi
· 12 years ago
4fae6f0
USB: handle LPM errors during device suspend correctly
by Alan Stern
· 12 years ago
28e86165
USB: refactor code for enabling/disabling remote wakeup
by Alan Stern
· 12 years ago
15b7336
USB: simplify the interface of usb_get_status()
by Alan Stern
· 12 years ago
f3e94aa
usb: core: don't try to reset_device() a port that got just disconnected
by Julius Werner
· 12 years ago
481f2d4
usb: core: don't try to reset_device() a port that got just disconnected
by Julius Werner
· 12 years ago
78283dd
Merge 3.11-rc3 into usb-next
by Greg Kroah-Hartman
· 12 years ago
5dc50c3
usbfs: Allow printer class 'get_device_id' without needing to claim the intf
by Hans de Goede
· 12 years ago
c4b51a4
USB: remove redundant "#if"
by Alan Stern
· 12 years ago
2c7b871
usb: Clear both buffers when clearing a control transfer TT buffer.
by William Gulland
· 12 years ago
10e232c
USB: check sg buffer size in usb_submit_urb
by Ming Lei
· 12 years ago
2e6a9e8
USB: remove unneeded idr.h include
by Greg Kroah-Hartman
· 12 years ago
e583d9d
USB: global suspend and remote wakeup don't mix
by Alan Stern
· 12 years ago
f991fae
Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 12 years ago
e52cff8
Merge branch 'pm-assorted'
by Rafael J. Wysocki
· 12 years ago
41341261
usb: check usb_hub_to_struct_hub() return value
by Mathias Nyman
· 12 years ago
141dc40
Merge 3.10-rc5 into usb-next
by Greg Kroah-Hartman
· 12 years ago
1c83d94
Merge tag 'for-usb-next-2013-06-06' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next
by Greg Kroah-Hartman
· 12 years ago
de5535f
USB: fix PTR_ERR translation in init_usb_class()
by Alexey Khoroshilov
· 12 years ago
17f3486
usb: add usb2 Link PM variables to sysfs and usb_device
by Mathias Nyman
· 12 years ago
45f0a85
PM / Runtime: Rework the "runtime idle" helper routine
by Rafael J. Wysocki
· 12 years ago
1a81f88
Allow the USB HCD to create Wireless USB root hubs
by Thomas Pugliese
· 12 years ago
e2e2f0e
usbfs: Increase arbitrary limit for USB 3 isopkt length
by Federico Manzan
· 12 years ago
45f6bc5
Merge 3.10-rc3 into usb-next
by Greg Kroah-Hartman
· 12 years ago
9b79091
usb: ehci: Only sleep for post-resume handover if devices use persist
by Julius Werner
· 12 years ago
a1fefaa
usb: message: Fixed parenthesis error in sizeof function.
by Tülin İzer
· 12 years ago
085528e
usb: message: Fixed error: 'no space before bracket'
by Tülin İzer
· 12 years ago
4baf0df
usb: devio: Fixed error: 'do not use assignment in if condition'
by Tülin İzer
· 12 years ago
fa86ad0
usb: devio: Fixed macro parenthesis error
by Tülin İzer
· 12 years ago
e6889b3
usb: devio: Fixed warning: 'use <linux/uacces.h> instead <asm/uacces.h>'
by Tülin İzer
· 12 years ago
bac6b03
USB: reset resume quirk needed by a hub
by Oliver Neukum
· 12 years ago
98f541c
USB: remove remaining instances of USB_SUSPEND
by Alan Stern
· 12 years ago
ec25e24
Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
1361bf4b
usbfs: Always allow ctrl requests with USB_RECIP_ENDPOINT on the ctrl ep
by Hans de Goede
· 12 years ago
0d1d392
Merge 3.9-rc7 into driver-core-next
by Greg Kroah-Hartman
· 12 years ago
4e4098a
driver core: handle user namespaces properly with the uid/gid devtmpfs change
by Greg Kroah-Hartman
· 12 years ago
25e11ec
USB: regroup all depends on USB within an if USB block
by Florian Fainelli
· 12 years ago
31e9189
Merge 3.9-rc6 into usb-next
by Greg Kroah-Hartman
· 12 years ago
3c2670e
driver core: add uid and gid to devtmpfs
by Kay Sievers
· 12 years ago
da25946
USB / PM: Don't try to hide PM QoS flags from usb_port_device_release()
by Rafael J. Wysocki
· 12 years ago
505bdbc
USB: driver.c: processing failure, maching resume condition with suspend condition
by Chen Gang
· 12 years ago
4f48203
usb: Make USB persist default configurable
by Julius Werner
· 12 years ago
05768918
USB: improve port transitions when EHCI starts up
by Alan Stern
· 12 years ago
84ebc10
USB: remove CONFIG_USB_SUSPEND option
by Alan Stern
· 12 years ago
0aa2832
USB: use "global suspend" for system sleep on USB-2 buses
by Alan Stern
· 12 years ago
e9e88fb
USB: avoid error messages when a device is disconnected
by Alan Stern
· 12 years ago
02d5f08
Merge branch 'usb-linus' into usb-next
by Greg Kroah-Hartman
· 12 years ago
68a2bed
USB: fix urb-poison imbalance
by Johan Hovold
· 12 years ago
769d7368
USB: hub: Avoid NULL pointer dereference when hub doesn't have any ports
by David Linares
· 12 years ago
303f084
USB: adds comment on suspend callback
by Ming Lei
· 12 years ago
bafcaf6
usb/acpi: binding xhci root hub usb port with ACPI
by Lan Tianyu
· 12 years ago
3f5eb14
usb: add find_raw_port_number callback to struct hc_driver()
by Lan Tianyu
· 12 years ago
00eed9c
USB: xhci: correctly enable interrupts
by Hannes Reinecke
· 12 years ago
5354009
ACPI / glue: Add .match() callback to struct acpi_bus_type
by Rafael J. Wysocki
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
4d769de
usb: forbid memory allocation with I/O during bus reset
by Ming Lei
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
ceb675a
Merge usb-linus branch into usb-next
by Greg Kroah-Hartman
· 12 years ago
b11b2e1
drivers/usb/core: using strlcpy instead of strncpy
by Chen Gang
· 12 years ago
3b2ab2b
Revert "usb: Register usb port's acpi power resources"
by Lan Tianyu
· 12 years ago
da0aa71
USB: add usb_hcd_{start,end}_port_resume
by Alan Stern
· 12 years ago
192fef1
usb: enable usb port device's async suspend.
by Lan Tianyu
· 12 years ago
f6cced1
usb: expose usb port's pm qos flags to user space
by Lan Tianyu
· 12 years ago
ad493e5
usb: add usb port auto power off mechanism
by Lan Tianyu
· 12 years ago
971fcd4
usb: add runtime pm support for usb port device
by Lan Tianyu
· 12 years ago
88bb965
usb: Register usb port's acpi power resources
by Lan Tianyu
· 12 years ago
bdb6bc0
USB: fix sign-extension bug in the hub driver
by Alan Stern
· 12 years ago
54a3ac0
usb: Using correct way to clear usb3.0 device's remote wakeup feature.
by Lan Tianyu
· 12 years ago
d2123fd
USB: Set usb port's DeviceRemovable according acpi information
by Lan Tianyu
· 12 years ago
fde2638
usb: Create link files between child device and usb port device.
by Lan Tianyu
· 12 years ago
cef7468
usb: Add "portX/connect_type" attribute to expose usb port's connect type
by Lan Tianyu
· 12 years ago
9f7344f
usb: fix compilation error and warning of driver/usb/core/port.c on arm and blackfin
by Lan Tianyu
· 12 years ago
6e30d7c
usb: Add driver/usb/core/(port.c,hub.h) files
by Lan Tianyu
· 12 years ago
cbf50a4
Merge 3.8-rc4 into usb-next
by Greg Kroah-Hartman
· 12 years ago
430ee58
usb/core: update power budget for SuperSpeed
by Sebastian Andrzej Siewior
· 12 years ago
8d8479d
usb/core: consider link speed while looking at bMaxPower
by Sebastian Andrzej Siewior
· 12 years ago
bc009ec
USB: Add device quirk for Microsoft VX700 webcam
by Andreas Fleig
· 12 years ago
07e72b9
USB: hub: handle claim of enabled remote wakeup after reset
by Oliver Neukum
· 12 years ago
470f0be
USB: Refactor hub_port_wait_reset.
by Sarah Sharp
· 12 years ago
c2f60db
USB: Use helper function hub_set_port_link_state
by Sarah Sharp
· 12 years ago
d3b9d7a
USB: Fix connected device switch to Inactive state.
by Sarah Sharp
· 12 years ago
a24a607
USB: Rip out recursive call on warm port reset.
by Sarah Sharp
· 12 years ago
2d4fa94
USB: Prepare for refactoring by adding extra udev checks.
by Sarah Sharp
· 12 years ago
Next »