Changeset 527298a in mainline for uspace


Ignore:
Timestamp:
2010-08-12T20:49:37Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2d0c3a6
Parents:
07c66cf
Message:

GTA02 touchscreen driver (no dragging detection).

Location:
uspace
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r07c66cf r527298a  
    6666        srv/hid/adb_mouse \
    6767        srv/hid/char_mouse \
     68        srv/hid/s3c24xx_ts \
    6869        srv/hid/fb \
    6970        srv/hid/kbd \
  • uspace/app/init/init.c

    r07c66cf r527298a  
    277277        srv_start("/srv/adb_ms");
    278278        srv_start("/srv/char_ms");
     279        srv_start("/srv/s3c24ts");
    279280       
    280281        spawn("/srv/fb");
Note: See TracChangeset for help on using the changeset viewer.