Changeset 45cbf897 in mainline for uspace/drv/bus/usb/ehci/hc.c


Ignore:
Timestamp:
2015-07-03T03:54:45Z (9 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8fc61c8
Parents:
e6d7df1
Message:

ehci, libusbhost: Move malloc32 to libusbhost.

So it can be shared with other HCDs.
Make sure the memory is mapped before returning from malloc32.
Add poison.

Fixes non-cntl transfers for ehci

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ehci/hc.c

    re6d7df1 r45cbf897  
    4545#include <usb/debug.h>
    4646#include <usb/usb.h>
    47 
    48 //#include "ehci_endpoint.h"
     47#include <usb/host/utils/malloc32.h>
     48
    4949#include "ehci_batch.h"
    50 #include "utils/malloc32.h"
    5150
    5251#include "hc.h"
Note: See TracChangeset for help on using the changeset viewer.