Skip to content

Commit b2c6298

Browse files
jfischer-nocarlescufi
authored andcommitted
usb: hid: rename "interface-name" property to label
The intention was to use the "interface-name" string property in the interface string descriptor, but using the label property is acceptable again upstream. Signed-off-by: Johann Fischer <[email protected]>
1 parent 3ca3136 commit b2c6298

File tree

24 files changed

+49
-49
lines changed

24 files changed

+49
-49
lines changed

applications/nrf_desktop/configuration/nrf52820dongle_nrf52820/app.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
/* Configure DTS nodes used for USB next HID support. */
77
hid_dev_0: hid_dev_0 {
88
compatible = "zephyr,hid-device";
9-
interface-name = "HID0";
9+
label = "HID0";
1010
protocol-code = "none";
1111
in-polling-period-us = <1000>;
1212
in-report-size = <64>;
1313
};
1414
hid_dev_1: hid_dev_1 {
1515
compatible = "zephyr,hid-device";
16-
interface-name = "HID1";
16+
label = "HID1";
1717
protocol-code = "none";
1818
in-polling-period-us = <1000>;
1919
in-report-size = <64>;

applications/nrf_desktop/configuration/nrf52833dk_nrf52820/app.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
/* Configure DTS nodes used for USB next HID support. */
77
hid_dev_0: hid_dev_0 {
88
compatible = "zephyr,hid-device";
9-
interface-name = "HID0";
9+
label = "HID0";
1010
protocol-code = "none";
1111
in-polling-period-us = <1000>;
1212
in-report-size = <64>;
1313
};
1414
hid_dev_1: hid_dev_1 {
1515
compatible = "zephyr,hid-device";
16-
interface-name = "HID1";
16+
label = "HID1";
1717
protocol-code = "none";
1818
in-polling-period-us = <1000>;
1919
in-report-size = <64>;

applications/nrf_desktop/configuration/nrf52833dk_nrf52833/app.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
/* Configure DTS nodes used for USB next HID support. */
33
hid_dev_0: hid_dev_0 {
44
compatible = "zephyr,hid-device";
5-
interface-name = "HID0";
5+
label = "HID0";
66
protocol-code = "none";
77
in-polling-period-us = <1000>;
88
in-report-size = <64>;
99
};
1010
hid_dev_1: hid_dev_1 {
1111
compatible = "zephyr,hid-device";
12-
interface-name = "HID1";
12+
label = "HID1";
1313
protocol-code = "none";
1414
in-polling-period-us = <1000>;
1515
in-report-size = <64>;

applications/nrf_desktop/configuration/nrf52833dk_nrf52833/app_dongle_small.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
/* Configure DTS nodes used for USB next HID support. */
1313
hid_dev_0: hid_dev_0 {
1414
compatible = "zephyr,hid-device";
15-
interface-name = "HID0";
15+
label = "HID0";
1616
protocol-code = "none";
1717
in-polling-period-us = <1000>;
1818
in-report-size = <64>;
1919
};
2020
hid_dev_1: hid_dev_1 {
2121
compatible = "zephyr,hid-device";
22-
interface-name = "HID1";
22+
label = "HID1";
2323
protocol-code = "none";
2424
in-polling-period-us = <1000>;
2525
in-report-size = <64>;

applications/nrf_desktop/configuration/nrf52833dongle_nrf52833/app.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
/* Configure DTS nodes used for USB next HID support. */
33
hid_dev_0: hid_dev_0 {
44
compatible = "zephyr,hid-device";
5-
interface-name = "HID0";
5+
label = "HID0";
66
protocol-code = "none";
77
in-polling-period-us = <1000>;
88
in-report-size = <64>;
99
};
1010
hid_dev_1: hid_dev_1 {
1111
compatible = "zephyr,hid-device";
12-
interface-name = "HID1";
12+
label = "HID1";
1313
protocol-code = "none";
1414
in-polling-period-us = <1000>;
1515
in-report-size = <64>;

applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/* Configure DTS nodes used for USB next HID support. */
1111
hid_dev_0: hid_dev_0 {
1212
compatible = "zephyr,hid-device";
13-
interface-name = "HID0";
13+
label = "HID0";
1414
protocol-code = "mouse";
1515
in-polling-period-us = <1000>;
1616
in-report-size = <64>;

applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app_dongle.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
/* Configure DTS nodes used for USB next HID support. */
1111
hid_dev_0: hid_dev_0 {
1212
compatible = "zephyr,hid-device";
13-
interface-name = "HID0";
13+
label = "HID0";
1414
protocol-code = "keyboard";
1515
in-polling-period-us = <1000>;
1616
in-report-size = <64>;
1717
};
1818
hid_dev_1: hid_dev_1 {
1919
compatible = "zephyr,hid-device";
20-
interface-name = "HID1";
20+
label = "HID1";
2121
protocol-code = "keyboard";
2222
in-polling-period-us = <1000>;
2323
in-report-size = <64>;

applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app_keyboard.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/* Configure DTS nodes used for USB next HID support. */
1111
hid_dev_0: hid_dev_0 {
1212
compatible = "zephyr,hid-device";
13-
interface-name = "HID0";
13+
label = "HID0";
1414
protocol-code = "keyboard";
1515
in-polling-period-us = <1000>;
1616
in-report-size = <64>;

applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app_mcuboot_qspi.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/* Configure DTS nodes used for USB next HID support. */
1515
hid_dev_0: hid_dev_0 {
1616
compatible = "zephyr,hid-device";
17-
interface-name = "HID0";
17+
label = "HID0";
1818
protocol-code = "mouse";
1919
in-polling-period-us = <1000>;
2020
in-report-size = <64>;

applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
/* Configure DTS nodes used for USB next HID support. */
1515
hid_dev_0: hid_dev_0 {
1616
compatible = "zephyr,hid-device";
17-
interface-name = "HID0";
17+
label = "HID0";
1818
protocol-code = "none";
1919
in-polling-period-us = <1000>;
2020
in-report-size = <64>;
2121
};
2222
hid_dev_1: hid_dev_1 {
2323
compatible = "zephyr,hid-device";
24-
interface-name = "HID1";
24+
label = "HID1";
2525
protocol-code = "none";
2626
in-polling-period-us = <1000>;
2727
in-report-size = <64>;

0 commit comments

Comments
 (0)