Bochs/bochs/iodev/usb
Volker Ruppert 8db0a2b001 Replaced the plugin init / fini functions with one single function called
plugin_entry(). The additional boolean argument "init" is used to select the
requested action. The entry points still have unique names for compatibility
with the "non-plugin" compilation. Added macros for setting up these names
(e.g. PLUGIN_ENTRY_FOR_MODULE for device plugins).
2021-01-23 12:06:11 +00:00
..
Makefile.in Rewrite of the USB devices plugin code similar to the network driver code. 2017-05-28 08:13:06 +00:00
scsi_device.cc Fixed some gcc 9.3 warnings. 2020-08-06 20:21:14 +00:00
scsi_device.h Sector size option implemented in the USB disk code. The sector size value must 2018-03-23 19:02:38 +00:00
uhci_core.cc Remove newly created packet if the TD PID is invalid. 2020-11-03 18:54:29 +00:00
uhci_core.h Save / restore: renamed register methods of device cores (fixes warnings in 2020-09-03 06:45:39 +00:00
usb_cbi.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
usb_cbi.h Rewrite of the disk image mode handling. Disk image modes are now stored as 2021-01-05 21:57:13 +00:00
usb_common.cc Some more work on the Bochs plugins support. 2021-01-08 19:04:41 +00:00
usb_common.h Added USB keyboard support as an extension to the numeric keypad. 2020-12-14 16:33:20 +00:00
usb_ehci.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
usb_ehci.h Renamed bx_pci_device_stub_c to bx_pci_device_c and derive it now from class 2017-03-26 08:09:28 +00:00
usb_hid.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
usb_hid.h Two small USB device changes. 2020-12-22 14:09:57 +00:00
usb_hub.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
usb_hub.h Implemented USB remote wakeup mechanism in xHCI and the external hub. 2016-12-11 12:26:12 +00:00
usb_msd.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
usb_msd.h Rewrite of the disk image mode handling. Disk image modes are now stored as 2021-01-05 21:57:13 +00:00
usb_ohci.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
usb_ohci.h Renamed bx_pci_device_stub_c to bx_pci_device_c and derive it now from class 2017-03-26 08:09:28 +00:00
usb_printer.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
usb_printer.h Added support for changing the USB printer output file at runtime. 2017-01-29 08:48:08 +00:00
usb_uhci.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
usb_uhci.h Some USB code changes by Ben Lunt 2016-12-02 17:30:16 +00:00
usb_xhci.cc Replaced the plugin init / fini functions with one single function called 2021-01-23 12:06:11 +00:00
usb_xhci.h update comment in usb_xhci.h 2019-12-09 15:14:23 +00:00