git: u4b - Fix panic on certain cell phone connections

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Aug 22 15:01:51 PDT 2014


commit f40404a481ea836694d64f3938decf376ba2cf96
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Aug 22 14:59:46 2014 -0700

    u4b - Fix panic on certain cell phone connections
    
    * Remove incorrect unlock in ucom_close().
    
    * Add missing usb_callout_stop() to umass_cam_detach_sim(), fixes issue with umass
      if the mass-storage device quickly connects and disconnects from the bus.
    
    Reported-by: Rolinh

Summary of changes:
 sys/bus/u4b/serial/usb_serial.c | 1 -
 sys/bus/u4b/storage/umass.c     | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list