index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
udc
/
dummy_hcd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-28
usb: gadget/dummy_hcd: Convert to platform remove callback returning void
Uwe Kleine-König
1
-7
/
+4
2022-03-18
usb: gadget: eliminate anonymous module_init & module_exit
Randy Dunlap
1
-4
/
+4
2022-03-15
usb: gadget: dummy_hcd: remove usage of list iterator past the loop body
Jakob Koschel
1
-8
/
+9
2021-06-04
USB: UDC: Implement udc_async_callbacks in dummy-hcd
Alan Stern
1
-1
/
+10
2021-04-22
usb: gadget: dummy_hcd: fix gpf in gadget_setup
Anirudh Rayabharam
1
-8
/
+15
2021-03-10
USB: gadget: dummy-hcd: remove redundant initialization of variable 'value'
Colin Ian King
1
-1
/
+1
2021-01-14
USB: gadget: dummy-hcd: Fix errors in port-reset handling
Alan Stern
1
-3
/
+7
2020-12-30
USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug
Alan Stern
1
-12
/
+23
2020-12-07
USB: dummy-hcd: Fix uninitialized array use in init()
Bui Quang Minh
1
-1
/
+1
2020-11-23
usb: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+2
2020-10-28
usb: gadget: udc: Remove in_interrupt()/in_irq() from comments
Ahmed S. Darwish
1
-2
/
+4
2020-07-10
usb: gadget: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-6
/
+6
2020-07-09
usb: gadget: udc: dummy_hcd: Repair misspelled function argument 'dummy_hcd'
Lee Jones
1
-1
/
+1
2020-07-01
USB: Fix up terminology
Greg Kroah-Hartman
1
-10
/
+10
2020-05-25
USB: dummy-hcd: use configurable endpoint naming scheme
Andrey Konovalov
1
-13
/
+13
2020-05-25
USB: dummy-hcd: Add missing annotation for set_link_state()
Jules Irenge
1
-0
/
+1
2020-02-19
usb: gadget: dummy_hcd: remove useless cast for driver.name
Corentin Labbe
1
-2
/
+2
2019-11-04
USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipein
Andrey Konovalov
1
-4
/
+4
2019-11-04
USB: dummy-hcd: increase max number of devices to 32
Andrey Konovalov
1
-1
/
+1
2019-10-04
USB: dummy-hcd: fix power budget for SuperSpeed mode
Jacky.Cao@sony.com
1
-1
/
+2
2019-05-03
usb: introduce usb_ep_type_string() function
Chunfeng Yun
1
-15
/
+1
2019-05-03
USB: dummy-hcd: Fix failure to give back unlinked URBs
Alan Stern
1
-4
/
+15
2018-03-13
usb: gadget: udc: Use scnprintf() instead of snprintf()
Jaejoong Kim
1
-1
/
+1
2017-12-11
USB: dummy-hcd: Adapt dummy_udc_set_speed()
Roger Quadros
1
-13
/
+1
2017-12-11
USB: dummy-hcd: don't set gadget.speed in dummy_hub_control()
Roger Quadros
1
-2
/
+0
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-4
/
+4
2017-11-07
USB: gadget: udc: Remove redundant license text
Greg Kroah-Hartman
1
-5
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-11-01
usb: gadget: udc: dummy_hcd: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+3
2017-10-24
Merge tag 'usb-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-26
/
+39
2017-10-16
Merge 4.14-rc5 into usb-next
Greg Kroah-Hartman
1
-3
/
+6
2017-10-11
USB: dummy-hcd: Fix deadlock caused by disconnect detection
Alan Stern
1
-3
/
+6
2017-10-11
USB: dummy-hcd: remove unsupported isochronous endpoints
Alan Stern
1
-18
/
+35
2017-10-11
USB: dummy-hcd: bandwidth limits for non-bulk transfers
Alan Stern
1
-8
/
+4
2017-10-09
Merge 4.14-rc4 into usb-next
Greg Kroah-Hartman
1
-11
/
+54
2017-10-04
usb: gadget: udc: dummy_hcd: use setup_timer() helper.
Allen Pais
1
-6
/
+2
2017-09-28
USB: dummy-hcd: Fix erroneous synchronization change
Alan Stern
1
-2
/
+30
2017-09-28
USB: dummy-hcd: fix infinite-loop resubmission bug
Alan Stern
1
-0
/
+9
2017-09-28
USB: dummy-hcd: fix connection failures (wrong speed)
Alan Stern
1
-4
/
+11
2017-09-20
usb: gadget: dummy: fix nonsensical comparisons
Arnd Bergmann
1
-5
/
+4
2017-08-15
usb: gadget: dummy: fix infinite loop because of missing loop decrement
Colin Ian King
1
-1
/
+1
2017-06-20
Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-16
/
+23
2017-06-15
USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks
Alan Stern
1
-9
/
+4
2017-06-13
usb: gadget: dummy: implement ->udc_set_speed()
Felipe Balbi
1
-16
/
+23
2017-05-17
USB: gadget: dummy_hcd: fix hub-descriptor removable fields
Johan Hovold
1
-3
/
+3
2017-04-11
usb: gadget: dummy_hcd: Fix wrong power status bit clear/reset in dummy_hub_c...
Yuyang Du
1
-12
/
+8
2017-03-06
usb: gadget: dummy_hcd: clear usb_gadget region before registration
Peter Chen
1
-0
/
+2
2017-01-02
USB: dummy-hcd: fix bug in stop_activity (handle ep0)
Alan Stern
1
-3
/
+3
2016-11-03
usb: gadget: udc: dummy: remove unnecessary & operation
Felipe Balbi
1
-1
/
+1
2016-11-03
usb: gadget: udc: dummy: make use of new usb_endpoint_maxp_mult()
Felipe Balbi
1
-2
/
+1
[next]