| commit | 5b239f0aebd4dd6f85b13decf5e18e86e35d57f0 | [log] [tgz] |
|---|---|---|
| author | Philippe Corbes <philippe.corbes@gmail.com> | Tue Aug 31 19:31:32 2010 +0200 |
| committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Sep 03 17:33:41 2010 -0700 |
| tree | 5a1f5fd9bfddb755ed417afc6defe7fa7a1af966 | |
| parent | 902ffc3c707c1d459ea57428a619a807cbe412f9 [diff] |
USB: cdc-acm: Add pseudo modem without AT command capabilities
cdc-acm.c : Manage pseudo-modem without AT commands capabilities
Enable to drive electronic simple gadgets based on microcontrolers.
The Interface descriptor is like this:
bInterfaceClass 2 Communications
bInterfaceSubClass 2 Abstract (modem)
bInterfaceProtocol 0 None
Signed-off-by: Philippe Corbes <philippe.corbes@gmail.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>