Ignore:
Timestamp:
2015-08-17T18:54:56Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
abf2dfd
Parents:
b10460a
Message:

gradually introduce async ports, initial phase

The initial phase is to reimplement the traditional async client connections as an untyped fallback port. This creates the possibility to introduce ports typed by interface type gradually in later changesets.

File:
1 edited

Legend:

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

    rb10460a rb688fd8  
    8585        printf("%s: S3C24xx touchscreen driver\n", NAME);
    8686       
    87         async_set_client_connection(s3c24xx_ts_connection);
     87        async_set_fallback_port_handler(s3c24xx_ts_connection, NULL);
    8888        int rc = loc_server_register(NAME);
    8989        if (rc != EOK) {
Note: See TracChangeset for help on using the changeset viewer.