Skip to content

Commit

Permalink
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Browse files Browse the repository at this point in the history
* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6:
  USB: CDC WDM driver
  USB: ehci-orion: the Orion EHCI root hub does have a Transaction Translator
  USB: serial: ch341: New VID/PID for CH341 USB-serial
  USB: build fix
  USB: pxa27x_udc - Fix Oops
  USB: OPTION: fix name of Onda MSA501HS HSDPA modem
  USB: add TELIT HDSPA UC864-E modem to option driver
  usb-serial: Use ftdi_sio driver for RATOC REX-USB60F
  • Loading branch information
Linus Torvalds committed May 21, 2008
2 parents 57312b7 + afba937 commit fd9908c
Show file tree
Hide file tree
Showing 13 changed files with 780 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drivers/net/usb/cdc_subset.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ static const struct driver_info blob_info = {
/*-------------------------------------------------------------------------*/

#ifndef HAVE_HARDWARE
#error You need to configure some hardware for this driver
#warning You need to configure some hardware for this driver
#endif

/*
Expand Down
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
Loading

0 comments on commit fd9908c

Please sign in to comment.