Index: uspace/srv/hid/console/console.c
===================================================================
--- uspace/srv/hid/console/console.c	(revision acc7ce4f9be635e9051884b563142089f38803c4)
+++ uspace/srv/hid/console/console.c	(revision 7ea7db31d35d3bcb84a5f1220696fa0c75b775c3)
@@ -816,5 +816,4 @@
 			
 			if (devmap_device_register(vc, &consoles[i].devmap_handle) != EOK) {
-				devmap_hangup_phone(DEVMAP_DRIVER);
 				printf(NAME ": Unable to register device %s\n", vc);
 				return false;
Index: uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c
===================================================================
--- uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c	(revision acc7ce4f9be635e9051884b563142089f38803c4)
+++ uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c	(revision 7ea7db31d35d3bcb84a5f1220696fa0c75b775c3)
@@ -102,5 +102,4 @@
 	rc = devmap_device_register(NAMESPACE "/mouse", &ts->devmap_handle);
 	if (rc != EOK) {
-		devmap_hangup_phone(DEVMAP_DRIVER);
 		printf(NAME ": Unable to register device %s.\n",
 		    NAMESPACE "/mouse");
