1
0
mirror of https://github.com/deadw00d/AROS.git synced 2026-03-16 22:08:37 +00:00

correction to the copyright date.

This commit is contained in:
Kalamatee
2025-12-06 03:39:38 +00:00
committed by deadwood
parent c3ac2b3b9f
commit d606c34b48

View File

@ -483,7 +483,7 @@ WORD cmdQueryDevice(struct IOUsbHWReq *ioreq,
#if defined(PCIUSB_ENABLEXHCI)
struct PCIController *hc = (struct PCIController *) unit->hu_Controllers.lh_Head;
if(hc->hc_HCIType == HCITYPE_XHCI) {
*((STRPTR *) tag->ti_Data) ="\xA9""2014-2025 The AROS Dev Team";
*((STRPTR *) tag->ti_Data) ="\xA9""2023-2025 The AROS Dev Team";
}
else
#endif