index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
udc
/
dummy_hcd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: gadget: dummy-hcd: Fix errors in port-reset handling
Alan Stern
2021-01-14
1
-3
/
+7
*
USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug
Alan Stern
2020-12-30
1
-12
/
+23
*
USB: dummy-hcd: Fix uninitialized array use in init()
Bui Quang Minh
2020-12-07
1
-1
/
+1
*
usb: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-23
1
-0
/
+2
*
usb: gadget: udc: Remove in_interrupt()/in_irq() from comments
Ahmed S. Darwish
2020-10-28
1
-2
/
+4
*
usb: gadget: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-10
1
-6
/
+6
*
usb: gadget: udc: dummy_hcd: Repair misspelled function argument 'dummy_hcd'
Lee Jones
2020-07-09
1
-1
/
+1
*
USB: Fix up terminology
Greg Kroah-Hartman
2020-07-01
1
-10
/
+10
*
USB: dummy-hcd: use configurable endpoint naming scheme
Andrey Konovalov
2020-05-25
1
-13
/
+13
*
USB: dummy-hcd: Add missing annotation for set_link_state()
Jules Irenge
2020-05-25
1
-0
/
+1
*
usb: gadget: dummy_hcd: remove useless cast for driver.name
Corentin Labbe
2020-02-19
1
-2
/
+2
*
USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipein
Andrey Konovalov
2019-11-04
1
-4
/
+4
*
USB: dummy-hcd: increase max number of devices to 32
Andrey Konovalov
2019-11-04
1
-1
/
+1
*
USB: dummy-hcd: fix power budget for SuperSpeed mode
Jacky.Cao@sony.com
2019-10-04
1
-1
/
+2
*
usb: introduce usb_ep_type_string() function
Chunfeng Yun
2019-05-03
1
-15
/
+1
*
USB: dummy-hcd: Fix failure to give back unlinked URBs
Alan Stern
2019-05-03
1
-4
/
+15
*
usb: gadget: udc: Use scnprintf() instead of snprintf()
Jaejoong Kim
2018-03-13
1
-1
/
+1
*
USB: dummy-hcd: Adapt dummy_udc_set_speed()
Roger Quadros
2017-12-11
1
-13
/
+1
*
USB: dummy-hcd: don't set gadget.speed in dummy_hub_control()
Roger Quadros
2017-12-11
1
-2
/
+0
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-4
/
+4
*
USB: gadget: udc: Remove redundant license text
Greg Kroah-Hartman
2017-11-07
1
-5
/
+0
*
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-04
1
-0
/
+1
*
usb: gadget: udc: dummy_hcd: mark expected switch fall-throughs
Gustavo A. R. Silva
2017-11-01
1
-0
/
+3
*
Merge tag 'usb-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2017-10-24
1
-26
/
+39
|
\
|
*
USB: dummy-hcd: remove unsupported isochronous endpoints
Alan Stern
2017-10-11
1
-18
/
+35
|
*
USB: dummy-hcd: bandwidth limits for non-bulk transfers
Alan Stern
2017-10-11
1
-8
/
+4
*
|
Merge 4.14-rc5 into usb-next
Greg Kroah-Hartman
2017-10-16
1
-3
/
+6
|
\
\
|
*
|
USB: dummy-hcd: Fix deadlock caused by disconnect detection
Alan Stern
2017-10-11
1
-3
/
+6
|
|
/
*
|
Merge 4.14-rc4 into usb-next
Greg Kroah-Hartman
2017-10-09
1
-11
/
+54
|
\
|
|
*
USB: dummy-hcd: Fix erroneous synchronization change
Alan Stern
2017-09-28
1
-2
/
+30
|
*
USB: dummy-hcd: fix infinite-loop resubmission bug
Alan Stern
2017-09-28
1
-0
/
+9
|
*
USB: dummy-hcd: fix connection failures (wrong speed)
Alan Stern
2017-09-28
1
-4
/
+11
|
*
usb: gadget: dummy: fix nonsensical comparisons
Arnd Bergmann
2017-09-20
1
-5
/
+4
*
|
usb: gadget: udc: dummy_hcd: use setup_timer() helper.
Allen Pais
2017-10-04
1
-6
/
+2
|
/
*
usb: gadget: dummy: fix infinite loop because of missing loop decrement
Colin Ian King
2017-08-15
1
-1
/
+1
*
Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2017-06-20
1
-16
/
+23
|
\
|
*
usb: gadget: dummy: implement ->udc_set_speed()
Felipe Balbi
2017-06-13
1
-16
/
+23
*
|
USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks
Alan Stern
2017-06-15
1
-9
/
+4
*
|
USB: gadget: dummy_hcd: fix hub-descriptor removable fields
Johan Hovold
2017-05-17
1
-3
/
+3
|
/
*
usb: gadget: dummy_hcd: Fix wrong power status bit clear/reset in dummy_hub_c...
Yuyang Du
2017-04-11
1
-12
/
+8
*
usb: gadget: dummy_hcd: clear usb_gadget region before registration
Peter Chen
2017-03-06
1
-0
/
+2
*
USB: dummy-hcd: fix bug in stop_activity (handle ep0)
Alan Stern
2017-01-02
1
-3
/
+3
*
usb: gadget: udc: dummy: remove unnecessary & operation
Felipe Balbi
2016-11-03
1
-1
/
+1
*
usb: gadget: udc: dummy: make use of new usb_endpoint_maxp_mult()
Felipe Balbi
2016-11-03
1
-2
/
+1
*
usb: gadget: fix unused-but-set-variale warnings
Michal Nazarewicz
2016-06-21
1
-5
/
+0
*
usb: gadget: dummy_hcd: replace timeval with timespec64
WEN Pingbo
2015-09-27
1
-3
/
+3
*
usb: gadget: dummy_hcd: in transfer(), return data sent, not limit
Igor Kotrasinski
2015-09-21
1
-2
/
+4
*
usb: gadget: dummy_hcd: fix rescan logic for transfer
Igor Kotrasinski
2015-09-21
1
-5
/
+8
*
usb: gadget: dummy_hcd: fix unneeded else-if condition
Igor Kotrasinski
2015-09-21
1
-1
/
+1
*
usb: gadget: dummy_hcd: emulate sending zlp in packet logic
Igor Kotrasinski
2015-09-21
1
-8
/
+17
[next]