370 lines
14 KiB
Diff
370 lines
14 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Wrong-Code <47647430+Wrong-Code@users.noreply.github.com>
|
|
Date: Sun, 13 Oct 2019 12:41:28 +0200
|
|
Subject: [ARCHEOLOGY] Restored the inclusion of the DVB-USB dib0700 driver for
|
|
linux-rockchip64-default (#1593)
|
|
|
|
> X-Git-Archeology: > recovered message: > * UPSTREAM: media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*
|
|
> X-Git-Archeology: > recovered message: > Realigned the source code to the RC_TYPE* / RC_BIT_* refactoring
|
|
> X-Git-Archeology: > recovered message: > * Restored the inclusion of the DVB-USB dib0700 driver
|
|
> X-Git-Archeology: - Revision 7d0ad244ab0cb153b438cc62bcf981ecd4b105ad: https://github.com/armbian/build/commit/7d0ad244ab0cb153b438cc62bcf981ecd4b105ad
|
|
> X-Git-Archeology: Date: Sun, 13 Oct 2019 12:41:28 +0200
|
|
> X-Git-Archeology: From: Wrong-Code <47647430+Wrong-Code@users.noreply.github.com>
|
|
> X-Git-Archeology: Subject: Restored the inclusion of the DVB-USB dib0700 driver for linux-rockchip64-default (#1593)
|
|
> X-Git-Archeology:
|
|
> X-Git-Archeology: - Revision 150ac0c2afa147d9e3b036c8ecd8238fe5648cf3: https://github.com/armbian/build/commit/150ac0c2afa147d9e3b036c8ecd8238fe5648cf3
|
|
> X-Git-Archeology: Date: Tue, 19 Nov 2019 23:25:39 +0100
|
|
> X-Git-Archeology: From: Igor Pecovnik <igorpecovnik@users.noreply.github.com>
|
|
> X-Git-Archeology: Subject: Remove K<4, change branches, new features (#1586)
|
|
> X-Git-Archeology:
|
|
> X-Git-Archeology: - Revision 0cdffb29b07305209efb12cf3b5ac6032d3a1153: https://github.com/armbian/build/commit/0cdffb29b07305209efb12cf3b5ac6032d3a1153
|
|
> X-Git-Archeology: Date: Wed, 24 Mar 2021 19:01:53 +0100
|
|
> X-Git-Archeology: From: Igor Pecovnik <igorpecovnik@users.noreply.github.com>
|
|
> X-Git-Archeology: Subject: Renaming DEV branch to EDGE (#2704)
|
|
> X-Git-Archeology:
|
|
---
|
|
drivers/media/usb/dvb-usb/dib0700_devices.c | 146 +++++-----
|
|
1 file changed, 73 insertions(+), 73 deletions(-)
|
|
|
|
diff --git a/drivers/media/usb/dvb-usb/dib0700_devices.c b/drivers/media/usb/dvb-usb/dib0700_devices.c
|
|
index e1316c7b7c2e..980bfcdebed9 100644
|
|
--- a/drivers/media/usb/dvb-usb/dib0700_devices.c
|
|
+++ b/drivers/media/usb/dvb-usb/dib0700_devices.c
|
|
@@ -519,7 +519,7 @@ static u8 rc_request[] = { REQUEST_POLL_RC, 0 };
|
|
static int dib0700_rc_query_old_firmware(struct dvb_usb_device *d)
|
|
{
|
|
u8 key[4];
|
|
- enum rc_type protocol;
|
|
+ enum rc_proto protocol;
|
|
u32 scancode;
|
|
u8 toggle;
|
|
int i;
|
|
@@ -548,7 +548,7 @@ static int dib0700_rc_query_old_firmware(struct dvb_usb_device *d)
|
|
dib0700_rc_setup(d, NULL); /* reset ir sensor data to prevent false events */
|
|
|
|
switch (d->props.rc.core.protocol) {
|
|
- case RC_BIT_NEC:
|
|
+ case RC_PROTO_BIT_NEC:
|
|
/* NEC protocol sends repeat code as 0 0 0 FF */
|
|
if ((key[3-2] == 0x00) && (key[3-3] == 0x00) &&
|
|
(key[3] == 0xff)) {
|
|
@@ -556,14 +556,14 @@ static int dib0700_rc_query_old_firmware(struct dvb_usb_device *d)
|
|
return 0;
|
|
}
|
|
|
|
- protocol = RC_TYPE_NEC;
|
|
+ protocol = RC_PROTO_NEC;
|
|
scancode = RC_SCANCODE_NEC(key[3-2], key[3-3]);
|
|
toggle = 0;
|
|
break;
|
|
|
|
default:
|
|
/* RC-5 protocol changes toggle bit on new keypress */
|
|
- protocol = RC_TYPE_RC5;
|
|
+ protocol = RC_PROTO_RC5;
|
|
scancode = RC_SCANCODE_RC5(key[3-2], key[3-3]);
|
|
toggle = key[3-1];
|
|
break;
|
|
@@ -3895,9 +3895,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_interval = DEFAULT_RC_INTERVAL,
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -3935,9 +3935,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_interval = DEFAULT_RC_INTERVAL,
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4000,9 +4000,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_interval = DEFAULT_RC_INTERVAL,
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4045,9 +4045,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4126,9 +4126,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4171,9 +4171,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4228,9 +4228,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4294,9 +4294,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4343,9 +4343,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_NEC_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4412,9 +4412,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4448,9 +4448,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4524,9 +4524,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4568,9 +4568,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_NEC_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4617,9 +4617,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4654,9 +4654,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4691,9 +4691,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4728,9 +4728,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4765,9 +4765,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4802,9 +4802,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4853,9 +4853,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4888,9 +4888,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4925,9 +4925,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
|
|
@@ -4963,9 +4963,9 @@ struct dvb_usb_device_properties dib0700_devices[] = {
|
|
.rc_codes = RC_MAP_DIB0700_RC5_TABLE,
|
|
.module_name = "dib0700",
|
|
.rc_query = dib0700_rc_query_old_firmware,
|
|
- .allowed_protos = RC_BIT_RC5 |
|
|
- RC_BIT_RC6_MCE |
|
|
- RC_BIT_NEC,
|
|
+ .allowed_protos = RC_PROTO_BIT_RC5 |
|
|
+ RC_PROTO_BIT_RC6_MCE |
|
|
+ RC_PROTO_BIT_NEC,
|
|
.change_protocol = dib0700_change_protocol,
|
|
},
|
|
},
|
|
--
|
|
Armbian
|
|
|