Skip to content

Commit

Permalink
USB: CDC WDM driver
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Oliver Neukum authored and gregkh committed May 20, 2008
1 parent 129bd47 commit afba937
Show file tree
Hide file tree
Showing 4 changed files with 761 additions and 0 deletions.
11 changes: 11 additions & 0 deletions drivers/usb/class/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,14 @@ config USB_PRINTER
To compile this driver as a module, choose M here: the
module will be called usblp.

config USB_WDM
tristate "USB Wireless Device Management support"
depends on USB
---help---
This driver supports the WMC Device Management functionality
of cell phones compliant to the CDC WMC specification. You can use
AT commands over this device.

To compile this driver as a module, choose M here: the
module will be called cdc-wdm.

1 change: 1 addition & 0 deletions drivers/usb/class/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@

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

0 comments on commit afba937

Please sign in to comment.