mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 17:16:58 +00:00
[usb/usbehci]
fix typo svn path=/trunk/; revision=45553
This commit is contained in:
parent
b028cb1e4e
commit
a884062bc9
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ QueryBusInformation(PVOID BusContext,
|
|||
|
||||
BOOLEAN
|
||||
USB_BUSIFFN
|
||||
IsDeviceHighSpeed(PVOID BusCOntext)
|
||||
IsDeviceHighSpeed(PVOID BusContext)
|
||||
{
|
||||
DPRINT1("IsDeviceHighSpeed called\n");
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue