hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/usb/gadget/Kconfig
....@@ -19,8 +19,8 @@
1919 select USB_COMMON
2020 select NLS
2121 help
22
- USB is a master/slave protocol, organized with one master
23
- host (such as a PC) controlling up to 127 peripheral devices.
22
+ USB is a host/device protocol, organized with one host (such as a
23
+ PC) controlling up to 127 peripheral devices.
2424 The USB hardware is asymmetric, which makes it easier to set up:
2525 you can't connect a "to-the-host" connector to a peripheral.
2626
....@@ -234,7 +234,7 @@
234234 specified simply by creating appropriate directories in configfs.
235235 Associating functions with configurations is done by creating
236236 appropriate symbolic links.
237
- For more information see Documentation/usb/gadget_configfs.txt.
237
+ For more information see Documentation/usb/gadget_configfs.rst.
238238
239239 config USB_CONFIGFS_UEVENT
240240 bool "Uevent notification of Gadget state"
....@@ -474,7 +474,7 @@
474474 The HID function driver provides generic emulation of USB
475475 Human Interface Devices (HID).
476476
477
- For more information, see Documentation/usb/gadget_hid.txt.
477
+ For more information, see Documentation/usb/gadget_hid.rst.
478478
479479 config USB_CONFIGFS_F_UVC
480480 bool "USB Webcam function"
....@@ -499,7 +499,7 @@
499499 receive or send printer data. It can use ioctl calls to
500500 the device file to get or set printer status.
501501
502
- For more information, see Documentation/usb/gadget_printer.txt
502
+ For more information, see Documentation/usb/gadget_printer.rst
503503 which includes sample code for accessing the device file.
504504
505505 config USB_CONFIGFS_F_TCM