1. 03 3月, 2010 1 次提交
  2. 21 1月, 2010 1 次提交
    • A
      nozomi: quick fix for the close/close bug · eeec32a7
      Alan Cox 提交于
      Nozomi goes wrong if you get the sequence
      
      	open
      	open
      	close
      
      	[stuff]
      	close
      
      which turns out to occur on some ppp type setups.
      
      This is a quick patch up for the problem. It's not really fixing Nozomi
      which completely fails to implement tty open/close semantics and all the
      other needed stuff. Doing it right is a rather more invasive patch set and
      not one that will backport.
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Cc: stable <stable@kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      eeec32a7
  3. 23 12月, 2009 5 次提交
  4. 12 10月, 2009 1 次提交
  5. 21 7月, 2009 1 次提交
  6. 17 7月, 2009 1 次提交
  7. 25 6月, 2009 1 次提交
  8. 03 1月, 2009 1 次提交
  9. 14 10月, 2008 1 次提交
  10. 30 4月, 2008 3 次提交
  11. 31 3月, 2008 1 次提交
  12. 11 3月, 2008 1 次提交
  13. 03 2月, 2008 3 次提交
  14. 25 1月, 2008 1 次提交
    • F
      nozomi driver · 20fd1e3b
      Frank Seidel 提交于
      This is a driver to control the cardbus wireless data card that works on
      3g networks.
      
      Greg Kroah-Hartman <gregkh@suse.de> did the initial driver cleanup.
      Thanks to Arnaud Patard <apatard@mandriva.com> for help with bugfixing.
      Thanks to Alan Cox for a lot of tty fixes.
      Thanks to Satyam Sharma <satyam@infradead.org> for fixing buildbreakage.
      Thanks to Frank Seidel <fseidel@suse.de> for a lot of bugfixes and
      rewriting to make it a sane Linux driver
      Thanks to Jiri Slaby <jirislaby@gmail.com> for a lot bugfixes, cleanups
      and rewrites that make it much more readable.
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      Signed-off-by: NFrank Seidel <fseidel@suse.de>
      Signed-off-by: NJiri Slaby <jirislaby@gmail.com>
      20fd1e3b