Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c

    r7e752b2 r7ea7db31  
    102102        rc = devmap_device_register(NAMESPACE "/mouse", &ts->devmap_handle);
    103103        if (rc != EOK) {
    104                 devmap_hangup_phone(DEVMAP_DRIVER);
    105104                printf(NAME ": Unable to register device %s.\n",
    106105                    NAMESPACE "/mouse");
     
    382381        while (1) {
    383382                callid = async_get_call(&call);
    384                 switch (IPC_GET_METHOD(call)) {
     383                switch (IPC_GET_IMETHOD(call)) {
    385384                case IPC_M_PHONE_HUNGUP:
    386385                        if (ts->client_phone != -1) {
Note: See TracChangeset for help on using the changeset viewer.