@@ -950,14 +950,14 @@ int __must_check rfkill_register(struct rfkill *rfkill)
if (!rfkill->persistent || rfkill_epo_lock_active) {
schedule_work(&rfkill->sync_work);
- } else {
-#ifdef CONFIG_RFKILL_INPUT
- bool soft_blocked = !!(rfkill->state & RFKILL_BLOCK_SW);
-
- if (!atomic_read(&rfkill_input_disabled))
- __rfkill_switch_all(rfkill->type, soft_blocked);
-#endif
- }
+ } //else {
+//#ifdef CONFIG_RFKILL_INPUT
+// bool soft_blocked = !!(rfkill->state & RFKILL_BLOCK_SW);
+//
+// if (!atomic_read(&rfkill_input_disabled))
+// __rfkill_switch_all(rfkill->type, soft_blocked);
+//#endif
+// }
rfkill_send_events(rfkill, RFKILL_OP_ADD);