1. 22 9月, 2005 1 次提交
  2. 09 9月, 2005 2 次提交
  3. 15 7月, 2005 1 次提交
  4. 03 6月, 2005 1 次提交
    • M
      [PATCH] USB: add Option Card driver · 58cfe911
      Matthias Urlichs 提交于
      This patch adds a new driver for "Option" cards.  This is a GSM data card,
      controlled by three "serial ports" which are connected via an OHCI adapter,
      all located on an oversized PC-Card.  It's sold by several GSM service
      providers.
      
      Traditionally, this card has been accessed via the standard serial driver
      and appropriate vendor= and product= options.  However, testing has
      revealed several problems with this approach, including hung data transfers
      and lost data blocks when receiving.
      
      Therefore, I've written a separate driver.
      Signed-off-by: NMatthias Urlichs <smurf@smurf.noris.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      58cfe911