Age | Commit message (Expand) | Author | Files | Lines |
2007-02-26 | [Bluetooth] Make use of MODULE_FIRMWARE | Marcel Holtmann | 3 | -0/+4 |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 8 | -8/+0 |
2007-02-12 | [PATCH] mark struct file_operations const 3 | Arjan van de Ven | 1 | -1/+1 |
2007-01-09 | [Bluetooth] Correct SCO buffer for Broadcom based Dell laptops | Marcel Holtmann | 1 | -0/+3 |
2007-01-09 | [Bluetooth] Correct SCO buffer for Broadcom based HP laptops | Marcel Holtmann | 1 | -0/+3 |
2007-01-09 | [Bluetooth] Correct SCO buffer size for another ThinkPad laptop | Marcel Holtmann | 1 | -0/+1 |
2006-12-20 | [PATCH] bluetooth: add support for another Kensington dongle | Olivier Galibert | 1 | -0/+1 |
2006-12-07 | [PATCH] lockdep: annotate bcsp driver | Peter Zijlstra | 1 | -2/+2 |
2006-12-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 4 | -94/+4 |
2006-12-05 | [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation | Dominik Brodowski | 4 | -94/+4 |
2006-11-22 | WorkStruct: make allyesconfig | David Howells | 1 | -3/+4 |
2006-10-30 | [PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEAD | Peter Zijlstra | 1 | -1/+1 |
2006-10-20 | [Bluetooth] Add missing entry for Nokia DTL-4 PCMCIA card | Marcel Holtmann | 1 | -0/+1 |
2006-10-20 | [Bluetooth] Add support for newer ANYCOM USB dongles | Marcel Holtmann | 1 | -0/+3 |
2006-10-16 | [Bluetooth] Use work queue to trigger URB submission | Marcel Holtmann | 1 | -10/+7 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 8 | -14/+14 |
2006-09-29 | [Bluetooth] Code cleanup for the HCI UART driver | Marcel Holtmann | 1 | -8/+5 |
2006-09-29 | [Bluetooth] Add support for Canyon CN-BTU1 dongle | Marcel Holtmann | 1 | -0/+3 |
2006-09-29 | [Bluetooth] Add HCI device identifier for SDIO cards | Marcel Holtmann | 1 | -1/+1 |
2006-09-29 | [Bluetooth] Code cleanup of the drivers source code | Marcel Holtmann | 2 | -205/+208 |
2006-07-24 | [Bluetooth] Enable SCO support for Broadcom HID proxy dongle | Marcel Holtmann | 1 | -1/+1 |
2006-07-24 | [Bluetooth] Add quirk for another broken RTX Telecom based dongle | Marcel Holtmann | 1 | -1/+2 |
2006-07-24 | [Bluetooth] Correct SCO buffer size for Belkin devices | Marcel Holtmann | 1 | -1/+2 |
2006-07-24 | [Bluetooth] Correct SCO buffer size for another Broadcom chip | Marcel Holtmann | 1 | -2/+15 |
2006-07-13 | [Bluetooth] Avoid NULL pointer dereference with tty->driver | Marcel Holtmann | 1 | -2/+2 |
2006-07-11 | [PATCH] release_firmware() fixes | Magnus Damm | 1 | -0/+1 |
2006-07-04 | [Bluetooth] Add platform device for virtual and serial devices | Marcel Holtmann | 5 | -1/+4 |
2006-07-04 | [Bluetooth] Correct SCO buffer size on request | Marcel Holtmann | 2 | -0/+7 |
2006-07-04 | [Bluetooth] Add suspend/resume support to the HCI USB driver | Marcel Holtmann | 1 | -0/+71 |
2006-07-04 | [Bluetooth] Use raw mode for the Frontline sniffer device | Marcel Holtmann | 1 | -0/+3 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 12 | -12/+0 |
2006-06-26 | [PATCH] Bluetooth: fix potential NULL ptr deref in dtl1_cs.c::dtl1_hci_send_f... | Jesper Juhl | 1 | -0/+3 |
2006-03-31 | [PATCH] pcmcia: use bitfield instead of p_state and state | Dominik Brodowski | 4 | -43/+12 |
2006-03-31 | [PATCH] pcmcia: add return value to _config() functions | Dominik Brodowski | 4 | -32/+28 |
2006-03-31 | [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection | Dominik Brodowski | 4 | -98/+86 |
2006-03-31 | [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device | Dominik Brodowski | 4 | -61/+46 |
2006-03-31 | [PATCH] pcmcia: remove unneeded Vcc pseudo setting | Dominik Brodowski | 4 | -18/+2 |
2006-03-31 | [PATCH] pcmcia: default suspend and resume handling | Dominik Brodowski | 4 | -97/+0 |
2006-03-31 | [PATCH] pcmcia: add pcmcia_disable_device | Dominik Brodowski | 4 | -28/+4 |
2006-02-13 | [Bluetooth] Fix firmware loading problem of BT3C driver | Marcel Holtmann | 1 | -13/+4 |
2006-01-15 | [PATCH] Unlinline a bunch of other functions | Arjan van de Ven | 1 | -1/+1 |
2006-01-10 | [PATCH] TTY layer buffering revamp | Alan Cox | 1 | -15/+1 |
2006-01-06 | [PATCH] pcmcia: add some IDs for ide-cs and dtl1_cs | Richard Purdie | 1 | -0/+1 |
2006-01-06 | [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca... | Dominik Brodowski | 4 | -146/+36 |
2006-01-06 | [PATCH] pcmcia: remove dev_list from drivers | Dominik Brodowski | 4 | -68/+4 |
2006-01-06 | [PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback | Dominik Brodowski | 4 | -76/+20 |
2006-01-06 | [PATCH] pcmcia: new suspend core | Dominik Brodowski | 4 | -56/+93 |
2006-01-05 | [PATCH] USB: remove .owner field from struct usb_driver | Greg Kroah-Hartman | 4 | -4/+0 |
2005-11-08 | [Bluetooth]: Add endian annotations to the core | Marcel Holtmann | 1 | -2/+2 |
2005-11-08 | [Bluetooth]: Add another ignore parameter to the HCI USB driver | Marcel Holtmann | 1 | -0/+7 |