mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 02:22:43 +00:00 
			
		
		
		
	|  f820917a76 This commit converts naked `new`s to `AK::try_make` and `AK::try_create` wherever possible. If the called constructor is private, this can not be done, so we instead now use the standard-defined and compiler-agnostic `new (nothrow)`. | ||
|---|---|---|
| .. | ||
| PacketTypes.h | ||
| UHCIController.cpp | ||
| UHCIController.h | ||
| UHCIDescriptorTypes.h | ||
| USBDescriptors.h | ||
| USBDevice.cpp | ||
| USBDevice.h | ||
| USBEndpoint.h | ||
| USBPipe.cpp | ||
| USBPipe.h | ||
| USBRequest.h | ||
| USBTransfer.cpp | ||
| USBTransfer.h | ||