Thanks, the build and the make install were successful after I modified the /v4l/scripts/make_kconfig.pl file according to your suggestion!
But I cannot use it yet. Dmesg shows the followings:
[ 2.606547] usb 1-1: new high-speed USB device number 2 using exynos-ehci
[ 2.767632] usb 1-1: New USB device found, idVendor=045e, idProduct=02d5
[ 2.772905] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.780008] usb 1-1: Product: Xbox USB Tuner
[ 2.784261] usb 1-1: Manufacturer: Microsoft Corp.
[ 2.789023] usb 1-1: SerialNumber: 000114280615
...
[ 7.584476] videobuf2_common: loading out-of-tree module taints kernel.
[ 7.584640] videobuf2_common: Unknown symbol media_request_object_init (err 0)
[ 7.584660] videobuf2_common: Unknown symbol media_request_object_unbind (err 0)
[ 7.584703] videobuf2_common: Unknown symbol media_request_object_put (err 0)
[ 7.584725] videobuf2_common: Unknown symbol media_request_put (err 0)
[ 7.584743] videobuf2_common: Unknown symbol media_request_object_bind (err 0)
If I unplug and replug the usb cable then:
[ 224.177685] usb 1-1: USB disconnect, device number 2
[ 241.820778] usb 1-1: new high-speed USB device number 3 using exynos-ehci
[ 241.978780] usb 1-1: New USB device found, idVendor=045e, idProduct=02d5
[ 241.978823] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 241.978854] usb 1-1: Product: Xbox USB Tuner
[ 241.978884] usb 1-1: Manufacturer: Microsoft Corp.
[ 241.978913] usb 1-1: SerialNumber: 000114280615
[ 242.007018] videobuf2_common: Unknown symbol media_request_object_init (err 0)
[ 242.007037] videobuf2_common: Unknown symbol media_request_object_unbind (err 0)
[ 242.007070] videobuf2_common: Unknown symbol media_request_object_put (err 0)
[ 242.007088] videobuf2_common: Unknown symbol media_request_put (err 0)
[ 242.007103] videobuf2_common: Unknown symbol media_request_object_bind (err 0)
I would be happy if you had a solution also for this. :)