u4b - Fix panic on certain cell phone connections
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 22 Aug 2014 21:59:46 +0000 (14:59 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 22 Aug 2014 21:59:46 +0000 (14:59 -0700)
commitf40404a481ea836694d64f3938decf376ba2cf96
tree7d76fc025c7a1975a4367b2218204c35535396ae
parent36bc4ae216e6e600289fc20777a84e27da314bf5
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
sys/bus/u4b/serial/usb_serial.c
sys/bus/u4b/storage/umass.c