An error occurred fetching the project authors.
  1. 31 May, 2004 1 commit
    • Marcel Holtmann's avatar
      [Bluetooth] Move function exports out of syms.c · 784d9e34
      Marcel Holtmann authored
      With Linux 2.6 there is no need to keep the function exports in a
      central file and thus the use of syms.c makes no real sense. Remove
      it and add the EXPORT_SYMBOL calls to the functions they belong to.
      784d9e34
  2. 15 Mar, 2004 1 commit
  3. 05 Mar, 2004 1 commit
  4. 05 Feb, 2004 1 commit
  5. 18 Dec, 2003 1 commit
  6. 14 Jul, 2003 1 commit
  7. 28 Apr, 2003 1 commit
  8. 17 Oct, 2002 2 commits
  9. 13 Oct, 2002 1 commit
  10. 04 Oct, 2002 1 commit
  11. 03 May, 2002 1 commit
    • Maksim Krasnyanskiy's avatar
      [PATCH] Bluetooth subsystem sync up · e9df2323
      Maksim Krasnyanskiy authored
      This updates 2.5.x Bluetooth subsystem and removes the EXPERIMENTAL
      status of Bluetooth support.
      
               BlueZ Core:
                       New generic HCI connection manager.
                       Complete role switch and link policy support.
                       Security mode 1 and 3 support.
                       L2CAP service level security support.
                       HCI filter support.
                       HCI frame time-stamps.
                       SCO (voice links) support.
                       Improved HCI device unregistration (device destructors).
                       Support for L2CAP signalling frame fragmentation.
                       Improved L2CAP timeout handling.
                       New HCI ioctls for changing ACL and SCO MTU.
                       Killed HCI_MAX_DEV limit.
                       Security fixes.
      
               HCI USB driver:
                       Performance improvements.
                       Firmware loading support.
                       Stability fixes. URB and disconnect handling rewrite.
      
               HCI UART driver:
                       Support for multiple UART protocols.
      
               HCI PCMCIA driver:
                       Support for Nokia Bluetooth PC Cards.
                       Support for Anycom Bluetooth PC/CF Cards.
      e9df2323