Changeset b927375 in mainline


Ignore:
Timestamp:
2011-02-19T18:11:52Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8cf6709
Parents:
8b1ea2d4
Message:

Fix regression in devmap-devman device connecting. Fix regression in tester/virtchar1.

Location:
uspace
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/hw/misc/virtchar1.c

    r8b1ea2d4 rb927375  
    4747#include "../../tester.h"
    4848
    49 #define DEVICE_PATH_NORMAL "/dev/devices/\\virt\\null"
     49#define DEVICE_PATH_NORMAL "/dev/devices/\\virt\\null\\a"
    5050#define DEVICE_PATH_CLASSES "/dev/class/virt-null\\1"
    5151#define BUFFER_SIZE 64
  • uspace/srv/devman/main.c

    r8b1ea2d4 rb927375  
    562562        }
    563563       
    564         async_forward_fast(iid, dev->drv->phone, DRIVER_CLIENT, dev->handle, 0,
     564        async_forward_fast(iid, dev->drv->phone, DRIVER_CLIENT, fun->handle, 0,
    565565            IPC_FF_NONE);
    566566        printf(NAME ": devman_connection_devmapper: forwarded connection to "
Note: See TracChangeset for help on using the changeset viewer.