aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-12Bluetooth: make batostr() print in the right orderGravatar Gustavo F. Padovan 1-13/+4
2010-10-12Bluetooth: HCI devices are either BR/EDR or AMP radiosGravatar David Vrabel 1-2/+2
2010-07-31Bluetooth: Use list_head for HCI blacklist headGravatar David Miller 1-2/+1
2010-07-21Bluetooth: Add debugfs support for showing the blacklistGravatar Johan Hedberg 1-0/+38
2010-05-10Bluetooth: Use strict_strtoul instead of simple_strtoulGravatar Tomas Winkler 1-12/+6
2010-05-10Bluetooth: Create per controller workqueueGravatar Marcel Holtmann 1-13/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-21Bluetooth: Convert debug files to actually use debugfs instead of sysfsGravatar Marcel Holtmann 1-2/+1
2010-03-03Bluetooth: Use single_open() for inquiry cache within debugfsGravatar Marcel Holtmann 1-21/+20
2010-02-27Bluetooth: Add controller types for BR/EDR and 802.11 AMPGravatar Marcel Holtmann 1-0/+20
2010-02-27Bluetooth: Convert inquiry cache to use debugfs instead of sysfsGravatar Marcel Holtmann 1-30/+62
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busGravatar Marcel Holtmann 1-8/+8
2009-10-19bluetooth: scheduling while atomic bug fixGravatar Dave Young 1-2/+2
2009-09-15driver model: constify attribute groupsGravatar David Brownell 1-2/+2
2009-05-27Bluetooth: Remove useless flush_work() causing lockdep warningsGravatar Dave Young 1-6/+0
2009-05-09Bluetooth: Fix wrong module refcount when connection setup failsGravatar Marcel Holtmann 1-0/+3
2009-05-05Bluetooth: Move dev_set_name() to a context that can sleepGravatar Marcel Holtmann 1-4/+3
2009-05-04Bluetooth: Fix issue with sysfs handling for connectionsGravatar Marcel Holtmann 1-34/+40
2009-04-28Bluetooth: Ensure that HCI sysfs add/del is preempt safeGravatar Roger Quadros 1-21/+16
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Gravatar Cornelia Huck 1-1/+1
2008-11-30Bluetooth: Fix format arguments warningGravatar Marcel Holtmann 1-1/+1
2008-11-30Bluetooth: Enable per-module dynamic debug messagesGravatar Marcel Holtmann 1-5/+0
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-4/+3
2008-08-18[Bluetooth] Fix userspace breakage due missing class linksGravatar Marcel Holtmann 1-187/+189
2008-07-21bluetooth: remove improper bluetooth class symlinks.Gravatar Greg Kroah-Hartman 1-7/+0
2008-07-14[Bluetooth] Use a more unique bus name for connectionsGravatar Marcel Holtmann 1-6/+2
2008-07-14[Bluetooth] Export remote Simple Pairing mode via sysfsGravatar Marcel Holtmann 1-4/+19
2008-02-18bluetooth: do not move child device other than rfcommGravatar Dave Young 1-7/+6
2008-02-18bluetooth: put hci dev after del connGravatar Dave Young 1-0/+3
2008-02-18[BLUETOOTH] hci_sysfs.c: Kill build warning.Gravatar David S. Miller 1-2/+6
2008-01-31[BLUETOOTH]: Fix bugs in previous conn add/del workqueue changes.Gravatar Dave Young 1-2/+6
2008-01-31[BLUETOOTH]: Add conn add/del workqueues to avoid connection fail.Gravatar Dave Young 1-11/+37
2008-01-23[BLUETOOTH]: Move children of connection device to NULL before connection down.Gravatar Dave Young 1-0/+17
2007-12-29[BLUETOOTH]: put_device before device_del fixGravatar Dave Young 1-0/+1
2007-10-22[Bluetooth] Switch from OGF+OCF to using only opcodesGravatar Marcel Holtmann 1-0/+37
2007-05-07Fix bluetooth HCI sysfs compileGravatar Linus Torvalds 1-2/+2
2007-05-05[Bluetooth] Attach host adapters to the Bluetooth busGravatar Marcel Holtmann 1-1/+8
2007-01-09[Bluetooth] Handle device registration failuresGravatar Marcel Holtmann 1-1/+6
2006-11-22WorkStruct: make allyesconfigGravatar David Howells 1-6/+6
2006-11-21[Bluetooth] Attach low-level connections to the Bluetooth busGravatar Marcel Holtmann 1-1/+3
2006-10-15[Bluetooth] Make use of virtual devices treeGravatar Marcel Holtmann 1-5/+1
2006-10-15[Bluetooth] Handle return values from driver core functionsGravatar Marcel Holtmann 1-3/+8
2006-09-28[Bluetooth]: Fix section mismatch of bt_sysfs_cleanup()Gravatar Arnaud Patard 1-1/+1
2006-09-28[Bluetooth] Read local version information on device initGravatar Marcel Holtmann 1-0/+24
2006-09-28[Bluetooth] Add HCI device identifier for SDIO cardsGravatar Marcel Holtmann 1-1/+3
2006-09-28[Bluetooth] Integrate low-level connections into the driver modelGravatar Marcel Holtmann 1-2/+77
2006-09-28[Bluetooth] Remove unused host controller attributesGravatar Marcel Holtmann 1-17/+19
2006-07-03[Bluetooth] Use real devices for host controllersGravatar Marcel Holtmann 1-87/+65
2006-07-03[Bluetooth] Add platform device for virtual and serial devicesGravatar Marcel Holtmann 1-2/+37
2006-07-03[Bluetooth] Add automatic sniff mode supportGravatar Marcel Holtmann 1-0/+88