patch-2.4.27 linux-2.4.27/drivers/bluetooth/btuart_cs.c
Next file: linux-2.4.27/drivers/bluetooth/dtl1_cs.c
Previous file: linux-2.4.27/drivers/bluetooth/bt3c_cs.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
2004-08-07 16:26:04.684348010 -0700
- Orig file:
linux-2.4.26/drivers/bluetooth/btuart_cs.c
- Orig date:
2003-06-13 07:51:32.000000000 -0700
diff -urN linux-2.4.26/drivers/bluetooth/btuart_cs.c linux-2.4.27/drivers/bluetooth/btuart_cs.c
@@ -556,6 +556,9 @@
unsigned int iobase = info->link.io.BasePort1;
struct hci_dev *hdev = &(info->hdev);
+ if (info->link.state & DEV_CONFIG_PENDING)
+ return -ENODEV;
+
btuart_hci_close(hdev);
spin_lock_irqsave(&(info->lock), flags);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)