hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/usb/class/Kconfig
....@@ -7,10 +7,10 @@
77 config USB_ACM
88 tristate "USB Modem (CDC ACM) support"
99 depends on TTY
10
- ---help---
10
+ help
1111 This driver supports USB modems and ISDN adapters which support the
1212 Communication Device Class Abstract Control Model interface.
13
- Please read <file:Documentation/usb/acm.txt> for details.
13
+ Please read <file:Documentation/usb/acm.rst> for details.
1414
1515 If your modem only reports "Cls=ff(vend.)" in the descriptors in
1616 /sys/kernel/debug/usb/devices, then your modem will not work with this
....@@ -30,7 +30,7 @@
3030
3131 config USB_WDM
3232 tristate "USB Wireless Device Management support"
33
- ---help---
33
+ help
3434 This driver supports the WMC Device Management functionality
3535 of cell phones compliant to the CDC WMC specification. You can use
3636 AT commands over this device.