Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97068
b: refs/heads/master
c: afba937
h: refs/heads/master
v: v3
  • Loading branch information
Oliver Neukum authored and Greg Kroah-Hartman committed May 20, 2008
1 parent 13f8ba2 commit 4748a9d
Show file tree
Hide file tree
Showing 5 changed files with 762 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 129bd474a80726247e5b1c61fe66a413e63053bc
refs/heads/master: afba937e540c902c989cd516fd97ea0c8499bb27
11 changes: 11 additions & 0 deletions trunk/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 trunk/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
Loading

0 comments on commit 4748a9d

Please sign in to comment.