aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-09[Bluetooth] Add missing stat.byte_rx counter modificationMarcel Holtmann1-1/+4
2007-07-11[Bluetooth] Remove the redundant non-seekable llseek methodRobert P. J. Day1-6/+0
2007-07-11[Bluetooth] Use hci_recv_fragment() within HCI USB driverMarcel Holtmann2-89/+4
2007-05-24[Bluetooth] Always send HCI_Reset for Broadcom devicesMarcel Holtmann1-8/+8
2007-05-10[Bluetooth] Fix unintentional fall-through in HCI line disciplineMarcel Holtmann1-0/+1
2007-05-10[Bluetooth] Fix NULL pointer dereference in HCI line disciplineMarcel Holtmann1-1/+3
2007-05-10[Bluetooth] Add HCIUARTGETDEVICE support for HCI line disciplineMarcel Holtmann2-2/+8
2007-05-05[Bluetooth] Correct SCO buffer for another Broadcom based dongleMarcel Holtmann1-0/+3
2007-05-05[Bluetooth] Add support for Targus ACB10US USB dongleMarcel Holtmann1-0/+3
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo3-4/+4
2007-04-25[BLUETOOTH]: Introduce skb->data accessor methods for hci_{acl,event,sco}_hdrArnaldo Carvalho de Melo4-12/+12
2007-02-26[Bluetooth] Make use of MODULE_FIRMWAREMarcel Holtmann3-0/+4
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau8-8/+0
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2007-01-09[Bluetooth] Correct SCO buffer for Broadcom based Dell laptopsMarcel Holtmann1-0/+3
2007-01-09[Bluetooth] Correct SCO buffer for Broadcom based HP laptopsMarcel Holtmann1-0/+3
2007-01-09[Bluetooth] Correct SCO buffer size for another ThinkPad laptopMarcel Holtmann1-0/+1
2006-12-20[PATCH] bluetooth: add support for another Kensington dongleOlivier Galibert1-0/+1
2006-12-07[PATCH] lockdep: annotate bcsp driverPeter Zijlstra1-2/+2
2006-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells4-94/+4
2006-12-04[PATCH] pcmcia: conf.ConfigBase and conf.Present consolidationDominik Brodowski4-94/+4
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+4
2006-10-30[PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEADPeter Zijlstra1-1/+1
2006-10-20[Bluetooth] Add missing entry for Nokia DTL-4 PCMCIA cardMarcel Holtmann1-0/+1
2006-10-20[Bluetooth] Add support for newer ANYCOM USB donglesMarcel Holtmann1-0/+3
2006-10-15[Bluetooth] Use work queue to trigger URB submissionMarcel Holtmann1-10/+7
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells8-14/+14
2006-09-28[Bluetooth] Code cleanup for the HCI UART driverMarcel Holtmann1-8/+5
2006-09-28[Bluetooth] Add support for Canyon CN-BTU1 dongleMarcel Holtmann1-0/+3
2006-09-28[Bluetooth] Add HCI device identifier for SDIO cardsMarcel Holtmann1-1/+1
2006-09-28[Bluetooth] Code cleanup of the drivers source codeMarcel Holtmann2-205/+208
2006-07-24[Bluetooth] Enable SCO support for Broadcom HID proxy dongleMarcel Holtmann1-1/+1
2006-07-24[Bluetooth] Add quirk for another broken RTX Telecom based dongleMarcel Holtmann1-1/+2
2006-07-24[Bluetooth] Correct SCO buffer size for Belkin devicesMarcel Holtmann1-1/+2
2006-07-24[Bluetooth] Correct SCO buffer size for another Broadcom chipMarcel Holtmann1-2/+15
2006-07-12[Bluetooth] Avoid NULL pointer dereference with tty->driverMarcel Holtmann1-2/+2
2006-07-10[PATCH] release_firmware() fixesMagnus Damm1-0/+1
2006-07-03[Bluetooth] Add platform device for virtual and serial devicesMarcel Holtmann5-1/+4
2006-07-03[Bluetooth] Correct SCO buffer size on requestMarcel Holtmann2-0/+7
2006-07-03[Bluetooth] Add suspend/resume support to the HCI USB driverMarcel Holtmann1-0/+71
2006-07-03[Bluetooth] Use raw mode for the Frontline sniffer deviceMarcel Holtmann1-0/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel12-12/+0
2006-06-26[PATCH] Bluetooth: fix potential NULL ptr deref in dtl1_cs.c::dtl1_hci_send_frame()Jesper Juhl1-0/+3
2006-03-31[PATCH] pcmcia: use bitfield instead of p_state and stateDominik Brodowski4-43/+12
2006-03-31[PATCH] pcmcia: add return value to _config() functionsDominik Brodowski4-32/+28
2006-03-31[PATCH] pcmcia: remove dev_link_t and client_handle_t indirectionDominik Brodowski4-98/+86
2006-03-31[PATCH] pcmcia: embed dev_link_t into struct pcmcia_deviceDominik Brodowski4-61/+46
2006-03-31[PATCH] pcmcia: remove unneeded Vcc pseudo settingDominik Brodowski4-18/+2
2006-03-31[PATCH] pcmcia: default suspend and resume handlingDominik Brodowski4-97/+0
2006-03-31[PATCH] pcmcia: add pcmcia_disable_deviceDominik Brodowski4-28/+4