Skip to content

Commit afba937

Browse files
Oliver Neukumgregkh
authored andcommitted
USB: CDC WDM driver
Signed-off-by: Oliver Neukum <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 129bd47 commit afba937

File tree

4 files changed

+761
-0
lines changed

4 files changed

+761
-0
lines changed

drivers/usb/class/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,14 @@ config USB_PRINTER
2929
To compile this driver as a module, choose M here: the
3030
module will be called usblp.
3131

32+
config USB_WDM
33+
tristate "USB Wireless Device Management support"
34+
depends on USB
35+
---help---
36+
This driver supports the WMC Device Management functionality
37+
of cell phones compliant to the CDC WMC specification. You can use
38+
AT commands over this device.
39+
40+
To compile this driver as a module, choose M here: the
41+
module will be called cdc-wdm.
42+

drivers/usb/class/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55

66
obj-$(CONFIG_USB_ACM) += cdc-acm.o
77
obj-$(CONFIG_USB_PRINTER) += usblp.o
8+
obj-$(CONFIG_USB_WDM) += cdc-wdm.o

0 commit comments

Comments
 (0)