diff options
| -rw-r--r-- | drivers/usb/serial/option.c | 28 | 
1 files changed, 1 insertions, 27 deletions
| diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index f0530c1d7b7a..2a07945c4232 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c | |||
| @@ -9,33 +9,7 @@ | |||
| 9 | 9 | ||
| 10 | Portions copied from the Keyspan driver by Hugh Blemings <hugh@blemings.org> | 10 | Portions copied from the Keyspan driver by Hugh Blemings <hugh@blemings.org> | 
| 11 | 11 | ||
| 12 | History: | 12 | History: see the git log. | 
| 13 | |||
| 14 | 2005-05-19 v0.1 Initial version, based on incomplete docs | ||
| 15 | and analysis of misbehavior with the standard driver | ||
| 16 | 2005-05-20 v0.2 Extended the input buffer to avoid losing | ||
| 17 | random 64-byte chunks of data | ||
| 18 | 2005-05-21 v0.3 implemented chars_in_buffer() | ||
| 19 | turned on low_latency | ||
| 20 | simplified the code somewhat | ||
| 21 | 2005-05-24 v0.4 option_write() sometimes deadlocked under heavy load | ||
| 22 | removed some dead code | ||
| 23 | added sponsor notice | ||
| 24 | coding style clean-up | ||
| 25 | 2005-06-20 v0.4.1 add missing braces :-/ | ||
| 26 | killed end-of-line whitespace | ||
| 27 | 2005-07-15 v0.4.2 rename WLAN product to FUSION, add FUSION2 | ||
| 28 | 2005-09-10 v0.4.3 added HUAWEI E600 card and Audiovox AirCard | ||
| 29 | 2005-09-20 v0.4.4 increased recv buffer size: the card sometimes | ||
| 30 | wants to send >2000 bytes. | ||
| 31 | 2006-04-10 v0.5 fixed two array overrun errors :-/ | ||
| 32 | 2006-04-21 v0.5.1 added support for Sierra Wireless MC8755 | ||
| 33 | 2006-05-15 v0.6 re-enable multi-port support | ||
| 34 | 2006-06-01 v0.6.1 add COBRA | ||
| 35 | 2006-06-01 v0.6.2 add backwards-compatibility stuff | ||
| 36 | 2006-06-01 v0.6.3 add Novatel Wireless | ||
| 37 | 2006-06-01 v0.7 Option => GSM | ||
| 38 | 2006-06-01 v0.7.1 add COBRA2 | ||
| 39 | 13 | ||
| 40 | Work sponsored by: Sigos GmbH, Germany <info@sigos.de> | 14 | Work sponsored by: Sigos GmbH, Germany <info@sigos.de> | 
| 41 | 15 | ||
