Победител в лотария / Winner.
Вашият имейл адрес току-що е спечелил € 150 000.00 (сто и петдесет хиляди евро) в програмата за благотворителна лотария Uplift International. Референтен номер: Sp / 229 / 0-01 / 07 / 5-02 / ES. Лъки №: 9/11/13/24/40.
За повече информация и процедура за искове се свържете по-долу.
CAPITAL CLAIM AGENCY
Господин Джон Карлос.
Имейл: capitalsinfos(a)aol.com
Тел: 34-602-403-229
Вашето пълно име, адрес, възраст, професия, телефонни номера
Изпратете отговор на този имейл: capitalsinfos(a)aol.com
Забележка: Това е международна лотарийна програма. Това съобщение беше автоматично преведено от английски на България
Честито!!!.
-------------------------------------------------------------------------------
Winner.
Your email address has just won € 150,000.00 (One Hundred and Fifty Thousand Euros) in the Uplift International Charity Lottery Program. Reference No: Sp / 229 / 0-01 / 07 / 5-02 / ES. Lucky No: 9/11/13/24/40.
For more information and claim procedure contact below.
CAPITAL CLAIM AGENCY
Mr. John Carlos.
Email: capitalsinfos(a)aol.com
Tel: 34-602-403-229
Your full name, address, age, occupation, phone numbers
Send reply to this Email: capitalsinfos(a)aol.com
Congratulations!!!.
The IR receiver has two issues:
- Sometimes there is no response to a button press
- Sometimes a button press is repeated when it should not have been
Hanging the polling interval fixes this behaviour.
Cc: stable(a)vger.kernel.org
Link: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994050
Suggested-by: Joaquín Alberto Calderón Pozo <kini_calderon(a)hotmail.com>
Signed-off-by: Sean Young <sean(a)mess.org>
---
drivers/media/i2c/ir-kbd-i2c.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/i2c/ir-kbd-i2c.c b/drivers/media/i2c/ir-kbd-i2c.c
index 92376592455e..56674173524f 100644
--- a/drivers/media/i2c/ir-kbd-i2c.c
+++ b/drivers/media/i2c/ir-kbd-i2c.c
@@ -791,6 +791,7 @@ static int ir_probe(struct i2c_client *client, const struct i2c_device_id *id)
rc_proto = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE |
RC_PROTO_BIT_RC6_6A_32;
ir_codes = RC_MAP_HAUPPAUGE;
+ ir->polling_interval = 125;
probe_tx = true;
break;
}
--
2.31.1