Changeset 228e490 in mainline for uspace/srv/hid/adb_mouse
- Timestamp:
- 2010-12-14T17:00:02Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a9b6bec, eb221e5
- Parents:
- dd8d5a7
- Location:
- uspace/srv/hid/adb_mouse
- Files:
-
- 2 edited
-
adb_dev.c (modified) (1 diff)
-
adb_mouse.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/adb_mouse/adb_dev.c
rdd8d5a7 r228e490 89 89 int retval; 90 90 91 switch (IPC_GET_ METHOD(call)) {91 switch (IPC_GET_IMETHOD(call)) { 92 92 case IPC_M_PHONE_HUNGUP: 93 93 /* TODO: Handle hangup */ -
uspace/srv/hid/adb_mouse/adb_mouse.c
rdd8d5a7 r228e490 102 102 while (1) { 103 103 callid = async_get_call(&call); 104 switch (IPC_GET_ METHOD(call)) {104 switch (IPC_GET_IMETHOD(call)) { 105 105 case IPC_M_PHONE_HUNGUP: 106 106 if (client_phone != -1) {
Note:
See TracChangeset
for help on using the changeset viewer.
