Diff between bc2e394b5c86e0259fc9018520dfc152abed97a1 and 3197248ab063a0e6419517924ed1b7478e798bae
Changed Files
| File | Additions | Deletions | Status |
| profiles/input/hog_manager.c | +1 | -1 | modified |
Full Patch
diff --git a/profiles/input/hog_manager.c b/profiles/input/hog_manager.c
index 21ceb79..595b160 100644
--- a/profiles/input/hog_manager.c
+++ b/profiles/input/hog_manager.c
@@ -144,7 +144,7 @@ static void hog_manager_exit(void)
if (suspend_supported)
suspend_exit();
- btd_profile_register(&hog_profile);
+ btd_profile_unregister(&hog_profile);
}
static int hog_init(void)