1. 22 1月, 2008 1 次提交
    • A
      keyspan: fix oops · a5569a56
      Alan Cox 提交于
      If we get a data URB back from the hardware after we have put the tty to
      bed we go kaboom.  Fortunately all we need to do is process the URB without
      trying to ram its contents down the throat of an ex-tty.
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: Linus Torvalds <torvalds@akpm@linux-foundation.org>
      a5569a56
  2. 09 1月, 2008 1 次提交
  3. 23 12月, 2007 2 次提交
  4. 18 12月, 2007 3 次提交
  5. 30 11月, 2007 1 次提交
    • A
      revert "keyspan: init termios properly" · f78ba157
      Andrew Morton 提交于
      Revert 7eea4364.
      
      Lucy said:
      
        This patch will work with the 19HS but WILL BREAK all other Keyspan
        adapters.  It will take me a few days to get to looking at a correct fix but
        that keyspan_send_setup(port, 1) (and the '1' is the important part) must
        happen once when the port is first opened.  The cflag can just be set to
        whatever the normal default is for your serial environment.
      
      So revert this again pending the proper fix.
      
      Cc: Borislav Petkov <bbpetkov@yahoo.de>
      Cc: Greg KH <greg@kroah.com>
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Cc: Lucy McCoy <lucy@keyspan.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      f78ba157
  6. 29 11月, 2007 4 次提交
  7. 15 11月, 2007 1 次提交
  8. 26 10月, 2007 22 次提交
  9. 20 10月, 2007 2 次提交
  10. 19 10月, 2007 1 次提交
    • J
      Add missing newlines to some uses of dev_<level> messages · 898eb71c
      Joe Perches 提交于
      Found these while looking at printk uses.
      
      Add missing newlines to dev_<level> uses
      Add missing KERN_<level> prefixes to multiline dev_<level>s
      Fixed a wierd->weird spelling typo
      Added a newline to a printk
      Signed-off-by: NJoe Perches <joe@perches.com>
      Cc: "Luck, Tony" <tony.luck@intel.com>
      Cc: Jens Axboe <jens.axboe@oracle.com>
      Cc: Mark M. Hoffman <mhoffman@lightlink.com>
      Cc: Roland Dreier <rolandd@cisco.com>
      Cc: Tilman Schmidt <tilman@imap.cc>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Jeff Garzik <jeff@garzik.org>
      Cc: Stephen Hemminger <shemminger@linux-foundation.org>
      Cc: Greg KH <greg@kroah.com>
      Cc: Jeremy Fitzhardinge <jeremy@goop.org>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Cc: David Brownell <david-b@pacbell.net>
      Cc: James Smart <James.Smart@Emulex.Com>
      Cc: Andrew Vasquez <andrew.vasquez@qlogic.com>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Cc: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Jaroslav Kysela <perex@suse.cz>
      Cc: Takashi Iwai <tiwai@suse.de>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      898eb71c
  11. 15 10月, 2007 1 次提交
  12. 13 10月, 2007 1 次提交
    • A
      USB: serial core should respect driver requirements · 063a2da8
      Alan Stern 提交于
      This patch (as997) fixes a bug in the USB serial core.  The core needs
      to pay attention to drivers' requirements regarding the number and
      type of endpoints a device has.
      
      At the same time, the patch changes the NUM_DONT_CARE constant (which
      is stored in a single-byte field) from -1 to a safer, unsigned value.
      It also improves the kerneldoc for several fields in the
      usb_serial_driver structure.
      
      Finally, the patch replaces a list_for_each() with list_for_each_entry().
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      063a2da8