public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Series short description
@ 2009-01-11 19:48 Alan Cox
  2009-01-11 19:48 ` [PATCH 1/6] pty: Fix documentation Alan Cox
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Alan Cox @ 2009-01-11 19:48 UTC (permalink / raw)
  To: torvalds, linux-serial

These are some small fixes that didn't quite make the window. Nothing big here
except in file size. The ti_usb_3410 changes fix a bug in the id handling
code and add support for the mts chips - the handling of the rest isn't changed.

The other bits remove two bogus NULL checks and fix the pty kerneldoc before
Randy Dunlap notices ;)


---

Alan Cox (3):
      usb-serial: remove NULL check
      neo: Remove a bogus NULL check
      pty: Fix documentation

Chris Adams (3):
      ti_usb_3410_5052: add Multi-Tech firmware
      ti_usb_3410_5052: add Multi-Tech modem support
      ti_usb_3410_5052: support alternate firmware


 drivers/char/pty.c                    |    4 
 drivers/serial/jsm/jsm_neo.c          |    3 
 drivers/usb/serial/ti_usb_3410_5052.c |   73 ++-
 drivers/usb/serial/ti_usb_3410_5052.h |    8 
 drivers/usb/serial/usb-serial.c       |    3 
 firmware/Makefile                     |    3 
 firmware/WHENCE                       |   16 +
 firmware/mts_cdma.fw.ihex             |  867 ++++++++++++++++++++++++++++++++
 firmware/mts_edge.fw.ihex             |  881 +++++++++++++++++++++++++++++++++
 firmware/mts_gsm.fw.ihex              |  867 ++++++++++++++++++++++++++++++++
 10 files changed, 2699 insertions(+), 26 deletions(-)
 create mode 100644 firmware/mts_cdma.fw.ihex
 create mode 100644 firmware/mts_edge.fw.ihex
 create mode 100644 firmware/mts_gsm.fw.ihex

-- 
Signature

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-01-11 19:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-11 19:48 [PATCH 0/6] Series short description Alan Cox
2009-01-11 19:48 ` [PATCH 1/6] pty: Fix documentation Alan Cox
2009-01-11 19:48 ` [PATCH 2/6] neo: Remove a bogus NULL check Alan Cox
2009-01-11 19:48 ` [PATCH 3/6] usb-serial: remove " Alan Cox
2009-01-11 19:48 ` [PATCH 4/6] ti_usb_3410_5052: support alternate firmware Alan Cox
2009-01-11 19:49 ` [PATCH 5/6] ti_usb_3410_5052: add Multi-Tech modem support Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox