bpa10x.c (e269f90f3d3f7c70cf661c660bf445597261f54a) | bpa10x.c (a6c511c636848f871f5b7aef38e25e5b894b3b48) |
---|---|
1/* 2 * 3 * Digianswer Bluetooth USB driver 4 * 5 * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org> 6 * 7 * 8 * This program is free software; you can redistribute it and/or modify --- 456 unchanged lines hidden (view full) --- 465 466 SET_HCIDEV_DEV(hdev, &intf->dev); 467 468 hdev->open = bpa10x_open; 469 hdev->close = bpa10x_close; 470 hdev->flush = bpa10x_flush; 471 hdev->send = bpa10x_send_frame; 472 | 1/* 2 * 3 * Digianswer Bluetooth USB driver 4 * 5 * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org> 6 * 7 * 8 * This program is free software; you can redistribute it and/or modify --- 456 unchanged lines hidden (view full) --- 465 466 SET_HCIDEV_DEV(hdev, &intf->dev); 467 468 hdev->open = bpa10x_open; 469 hdev->close = bpa10x_close; 470 hdev->flush = bpa10x_flush; 471 hdev->send = bpa10x_send_frame; 472 |
473 set_bit(HCI_QUIRK_NO_RESET, &hdev->quirks); | 473 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); |
474 475 err = hci_register_dev(hdev); 476 if (err < 0) { 477 hci_free_dev(hdev); 478 kfree(data); 479 return err; 480 } 481 --- 38 unchanged lines hidden --- | 474 475 err = hci_register_dev(hdev); 476 if (err < 0) { 477 hci_free_dev(hdev); 478 kfree(data); 479 return err; 480 } 481 --- 38 unchanged lines hidden --- |