1. 08 5月, 2012 1 次提交
  2. 22 2月, 2012 1 次提交
    • J
      isdn: whitespace coding style cleanup · 475be4d8
      Joe Perches 提交于
      isdn source code uses a not-current coding style.
      
      Update the coding style used on a per-line basis
      so that git diff -w shows only elided blank lines
      at EOF.
      
      Done with emacs and some scripts and some typing.
      
      Built x86 allyesconfig.
      No detected change in objdump -d or size.
      Signed-off-by: NJoe Perches <joe@perches.com>
      475be4d8
  3. 01 11月, 2011 1 次提交
  4. 31 3月, 2011 1 次提交
  5. 16 7月, 2010 1 次提交
  6. 08 7月, 2010 3 次提交
  7. 26 6月, 2010 1 次提交
  8. 16 3月, 2010 1 次提交
  9. 26 2月, 2010 1 次提交
  10. 29 10月, 2009 2 次提交
  11. 07 10月, 2009 5 次提交
  12. 03 7月, 2009 1 次提交
  13. 18 5月, 2009 1 次提交
  14. 26 12月, 2008 1 次提交
  15. 07 2月, 2008 1 次提交
  16. 29 3月, 2007 1 次提交
  17. 13 2月, 2007 1 次提交
  18. 27 6月, 2006 1 次提交
  19. 23 4月, 2006 1 次提交
    • T
      [PATCH] isdn4linux: Siemens Gigaset base driver: fix disconnect handling · 73a88814
      Tilman Schmidt 提交于
      Fix a possible Oops in the Siemens Gigaset base driver when the device is
      unplugged while an ISDN connection is still active, and makes sure that the
      isdn4linux link level (LL) is properly informed if a connection is broken
      by the USB cable being unplugged.
      
      - Avoid unsafe checks of URB status fields outside the URB completion
        handlers, keep track of in-use URBs myself instead.
      
      - If an isochronous transfer URB completes with status==0, also check the
        status of the frame descriptors.
      
      - Verify length of interrupt messages received from the device.
      
      - Align the length limit on transmitted AT commands with the device
        documentation.
      
      - In case of AT response receive overrun, keep newly arrived instead of old
        unread data.
      
      - Remove redundant check of device ID in the USB probe function.
      
      - Correct and improve some comments and formatting.
      Signed-off-by: NTilman Schmidt <tilman@imap.cc>
      Acked-by: NHansjoerg Lipp <hjlipp@web.de>
      Cc: Karsten Keil <kkeil@suse.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      73a88814
  20. 11 4月, 2006 5 次提交
  21. 27 3月, 2006 1 次提交