summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_vhci.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_vhci.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-181-1/+1
* Bluetooth: vhci: Ignore return code of nonseekable_open()David Herrmann2012-05-091-1/+2
* Bluetooth: Remove hci_dev->driver_dataDavid Herrmann2012-02-131-4/+4
* Bluetooth: Remove HCI-owner fieldDavid Herrmann2012-02-131-2/+0
* Bluetooth: vhci: Free driver_data on file releaseDavid Herrmann2012-02-131-6/+1
* Bluetooth: Allow to set AMP type for virtual HCIAndrei Emeltchenko2011-11-161-0/+8
* Bluetooth: Ignore hci_unregister_dev return valueDavid Herrmann2011-11-071-4/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* Bluetooth: Fix wrong packet type count incrementGustavo F. Padovan2010-05-101-1/+1
* Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann2010-02-271-1/+1
* Bluetooth: Fix miscdev ops owner for virtual driverMarcel Holtmann2009-12-031-0/+1
* Bluetooth: Remove unused global minor variableMarcel Holtmann2009-12-031-10/+2
* Bluetooth: Remove stub ioctl in hci_vhciThomas Gleixner2009-12-031-7/+0
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* Bluetooth: Remove unused and unneeded support in virtual driverMarcel Holtmann2009-06-081-31/+0
* Bluetooth: Remove BKL from open callback of virtual driverMarcel Holtmann2009-06-081-4/+0
* Bluetooth: Use wait_event_interruptible for virtual driverMarcel Holtmann2009-06-081-28/+15
* Bluetooth: Use only MISC_DYNAMIC_MINOR for virtual driverMarcel Holtmann2009-06-081-8/+4
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-301-5/+0
* [Bluetooth] Consolidate maintainers informationMarcel Holtmann2008-08-181-1/+1
* Bluetooth VHCI: fasync BKL pushdownJonathan Corbet2008-07-021-3/+6
* bluetooth-vhci: BKL pushdownArnd Bergmann2008-06-201-0/+5
* [Bluetooth] Remove the redundant non-seekable llseek methodRobert P. J. Day2007-07-111-6/+0
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-1/+1
* [Bluetooth] Add HCI device identifier for SDIO cardsMarcel Holtmann2006-09-281-1/+1
* [Bluetooth] Code cleanup of the drivers source codeMarcel Holtmann2006-09-281-48/+49
* [Bluetooth] Add platform device for virtual and serial devicesMarcel Holtmann2006-07-031-1/+0
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] bluetooth: kmalloc + memset -> kzalloc conversionDeepak Saxena2005-11-071-3/+1
* [Bluetooth]: Move packet type into the SKB control bufferMarcel Holtmann2005-08-291-12/+12
* [Bluetooth]: Update and cleanup of the virtual HCI driverMarcel Holtmann2005-08-291-174/+194
* [NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller2005-07-081-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+364