aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_vhci.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-05-10Bluetooth: Fix wrong packet type count incrementGravatar Gustavo F. Padovan 1-1/+1
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busGravatar Marcel Holtmann 1-1/+1
2009-12-03Bluetooth: Fix miscdev ops owner for virtual driverGravatar Marcel Holtmann 1-0/+1
2009-12-03Bluetooth: Remove unused global minor variableGravatar Marcel Holtmann 1-10/+2
2009-12-03Bluetooth: Remove stub ioctl in hci_vhciGravatar Thomas Gleixner 1-7/+0
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-06-08Bluetooth: Remove unused and unneeded support in virtual driverGravatar Marcel Holtmann 1-31/+0
2009-06-08Bluetooth: Remove BKL from open callback of virtual driverGravatar Marcel Holtmann 1-4/+0
2009-06-08Bluetooth: Use wait_event_interruptible for virtual driverGravatar Marcel Holtmann 1-28/+15
2009-06-08Bluetooth: Use only MISC_DYNAMIC_MINOR for virtual driverGravatar Marcel Holtmann 1-8/+4
2008-11-30Bluetooth: Enable per-module dynamic debug messagesGravatar Marcel Holtmann 1-5/+0
2008-08-18[Bluetooth] Consolidate maintainers informationGravatar Marcel Holtmann 1-1/+1
2008-07-02Bluetooth VHCI: fasync BKL pushdownGravatar Jonathan Corbet 1-3/+6
2008-06-20bluetooth-vhci: BKL pushdownGravatar Arnd Bergmann 1-0/+5
2007-07-11[Bluetooth] Remove the redundant non-seekable llseek methodGravatar Robert P. J. Day 1-6/+0
2007-02-12[PATCH] mark struct file_operations const 3Gravatar Arjan van de Ven 1-1/+1
2006-09-28[Bluetooth] Add HCI device identifier for SDIO cardsGravatar Marcel Holtmann 1-1/+1
2006-09-28[Bluetooth] Code cleanup of the drivers source codeGravatar Marcel Holtmann 1-48/+49
2006-07-03[Bluetooth] Add platform device for virtual and serial devicesGravatar Marcel Holtmann 1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-11-07[PATCH] bluetooth: kmalloc + memset -> kzalloc conversionGravatar Deepak Saxena 1-3/+1
2005-08-29[Bluetooth]: Move packet type into the SKB control bufferGravatar Marcel Holtmann 1-12/+12
2005-08-29[Bluetooth]: Update and cleanup of the virtual HCI driverGravatar Marcel Holtmann 1-174/+194
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()Gravatar David S. Miller 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+364