--- zzzz-none-000/linux-3.10.107/drivers/media/usb/dvb-usb/vp702x.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/drivers/media/usb/dvb-usb/vp702x.c 2021-02-04 17:41:59.000000000 +0000 @@ -259,12 +259,11 @@ /* remote control stuff (does not work with my box) */ static int vp702x_rc_query(struct dvb_usb_device *d, u32 *event, int *state) { +/* remove the following return to enabled remote querying */ +#if 0 u8 *key; int i; -/* remove the following return to enabled remote querying */ - return 0; - key = kmalloc(10, GFP_KERNEL); if (!key) return -ENOMEM; @@ -286,6 +285,8 @@ break; } kfree(key); +#endif + return 0; }