| Commit message (Expand) | Author | Age | Files | Lines |
* | [Bluetooth] Enable SCO support for Broadcom HID proxy dongle | Marcel Holtmann | 2006-07-24 | 1 | -1/+1 |
* | [Bluetooth] Add quirk for another broken RTX Telecom based dongle | Marcel Holtmann | 2006-07-24 | 1 | -1/+2 |
* | [Bluetooth] Correct SCO buffer size for Belkin devices | Marcel Holtmann | 2006-07-24 | 1 | -1/+2 |
* | [Bluetooth] Correct SCO buffer size for another Broadcom chip | Marcel Holtmann | 2006-07-24 | 1 | -2/+15 |
* | [Bluetooth] Avoid NULL pointer dereference with tty->driver | Marcel Holtmann | 2006-07-13 | 1 | -2/+2 |
* | [PATCH] release_firmware() fixes | Magnus Damm | 2006-07-10 | 1 | -0/+1 |
* | [Bluetooth] Add platform device for virtual and serial devices | Marcel Holtmann | 2006-07-04 | 5 | -1/+4 |
* | [Bluetooth] Correct SCO buffer size on request | Marcel Holtmann | 2006-07-04 | 2 | -0/+7 |
* | [Bluetooth] Add suspend/resume support to the HCI USB driver | Marcel Holtmann | 2006-07-04 | 1 | -0/+71 |
* | [Bluetooth] Use raw mode for the Frontline sniffer device | Marcel Holtmann | 2006-07-04 | 1 | -0/+3 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 12 | -12/+0 |
* | [PATCH] Bluetooth: fix potential NULL ptr deref in dtl1_cs.c::dtl1_hci_send_f... | Jesper Juhl | 2006-06-26 | 1 | -0/+3 |
* | [PATCH] pcmcia: use bitfield instead of p_state and state | Dominik Brodowski | 2006-03-31 | 4 | -43/+12 |
* | [PATCH] pcmcia: add return value to _config() functions | Dominik Brodowski | 2006-03-31 | 4 | -32/+28 |
* | [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection | Dominik Brodowski | 2006-03-31 | 4 | -98/+86 |
* | [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device | Dominik Brodowski | 2006-03-31 | 4 | -61/+46 |
* | [PATCH] pcmcia: remove unneeded Vcc pseudo setting | Dominik Brodowski | 2006-03-31 | 4 | -18/+2 |
* | [PATCH] pcmcia: default suspend and resume handling | Dominik Brodowski | 2006-03-31 | 4 | -97/+0 |
* | [PATCH] pcmcia: add pcmcia_disable_device | Dominik Brodowski | 2006-03-31 | 4 | -28/+4 |
* | [Bluetooth] Fix firmware loading problem of BT3C driver | Marcel Holtmann | 2006-02-13 | 1 | -13/+4 |
* | [PATCH] Unlinline a bunch of other functions | Arjan van de Ven | 2006-01-15 | 1 | -1/+1 |
* | [PATCH] TTY layer buffering revamp | Alan Cox | 2006-01-10 | 1 | -15/+1 |
* | [PATCH] pcmcia: add some IDs for ide-cs and dtl1_cs | Richard Purdie | 2006-01-06 | 1 | -0/+1 |
* | [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca... | Dominik Brodowski | 2006-01-06 | 4 | -146/+36 |
* | [PATCH] pcmcia: remove dev_list from drivers | Dominik Brodowski | 2006-01-06 | 4 | -68/+4 |
* | [PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback | Dominik Brodowski | 2006-01-06 | 4 | -76/+20 |
* | [PATCH] pcmcia: new suspend core | Dominik Brodowski | 2006-01-05 | 4 | -56/+93 |
* | [PATCH] USB: remove .owner field from struct usb_driver | Greg Kroah-Hartman | 2006-01-04 | 4 | -4/+0 |
* | [Bluetooth]: Add endian annotations to the core | Marcel Holtmann | 2005-11-08 | 1 | -2/+2 |
* | [Bluetooth]: Add another ignore parameter to the HCI USB driver | Marcel Holtmann | 2005-11-08 | 1 | -0/+7 |
* | [PATCH] bluetooth: kmalloc + memset -> kzalloc conversion | Deepak Saxena | 2005-11-07 | 12 | -31/+12 |
* | [Bluetooth] Ignore additional interfaces of BPA 100/105 devices | Marcel Holtmann | 2005-10-28 | 1 | -0/+3 |
* | [Bluetooth] Cleanup of the HCI UART driver | Marcel Holtmann | 2005-10-28 | 6 | -301/+253 |
* | [Bluetooth] Remove TXCRC compile option for BCSP driver | Marcel Holtmann | 2005-10-28 | 4 | -28/+25 |
* | [PATCH] gfp flags annotations - part 1 | Al Viro | 2005-10-09 | 2 | -2/+2 |
* | [Bluetooth] Add ignore parameters to the HCI USB driver | Marcel Holtmann | 2005-09-13 | 2 | -3/+21 |
* | [Bluetooth]: Move packet type into the SKB control buffer | Marcel Holtmann | 2005-08-30 | 11 | -74/+75 |
* | [Bluetooth]: Fix sparse warnings (__nocast type) | Victor Fusco | 2005-08-30 | 2 | -2/+3 |
* | [Bluetooth]: Update and cleanup of the virtual HCI driver | Marcel Holtmann | 2005-08-30 | 2 | -224/+194 |
* | [NET]: Kill skb->list | David S. Miller | 2005-08-30 | 1 | -4/+4 |
* | [Bluetooth] Remove unused functions and cleanup symbol exports | Marcel Holtmann | 2005-08-06 | 4 | -11/+0 |
* | [Bluetooth] Kill redundant NULL checks before kfree() | Marcel Holtmann | 2005-08-06 | 2 | -9/+4 |
* | [Bluetooth] Send HCI_Reset for Kensington dongle | Marcel Holtmann | 2005-08-06 | 1 | -0/+3 |
* | [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() | David S. Miller | 2005-07-08 | 1 | -1/+1 |
* | [PATCH] pcmcia: remove references to pcmcia/version.h | Dominik Brodowski | 2005-07-08 | 4 | -4/+0 |
* | [PATCH] pcmcia: move event handler | Dominik Brodowski | 2005-07-08 | 4 | -20/+4 |
* | [PATCH] pcmcia: id_table for dtl1_cs.c | Dominik Brodowski | 2005-06-28 | 1 | -0/+8 |
* | [PATCH] pcmcia: id_table for btuart_cs.c | Dominik Brodowski | 2005-06-28 | 1 | -0/+7 |
* | [PATCH] pcmcia: id_table for bt3c_cs.c | Dominik Brodowski | 2005-06-28 | 1 | -0/+7 |
* | [PATCH] pcmcia: id_table for bluecard_cs.c | Dominik Brodowski | 2005-06-28 | 1 | -0/+9 |