git: kernel - enable carrier/modem-status for usb serial devices (/dev/ucomX)

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Apr 21 21:46:28 PDT 2011


commit f71f0ccf090f0aeefa9f705f00b5ed5cc419b6ff
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Apr 21 21:43:59 2011 -0700

    kernel - enable carrier/modem-status for usb serial devices (/dev/ucomX)
    
    * Fix an incorrect return code from umodem which was preventing
      ucom from processing TIOCMGET and other related modem control
      ioctls.
    
    * For the moment comment out a panic condition dealing with an
      abort sent from an interrupt context.

Summary of changes:
 sys/bus/usb/ehci.c              |    2 ++
 sys/bus/usb/ohci.c              |    2 ++
 sys/dev/usbmisc/umodem/umodem.c |    2 +-
 3 files changed, 5 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f71f0ccf090f0aeefa9f705f00b5ed5cc419b6ff


-- 
DragonFly BSD source repository





More information about the Commits mailing list