1. 25 4月, 2017 1 次提交
  2. 24 2月, 2016 1 次提交
  3. 30 7月, 2015 1 次提交
  4. 16 2月, 2015 1 次提交
  5. 30 12月, 2014 3 次提交
  6. 03 12月, 2014 1 次提交
  7. 02 11月, 2014 1 次提交
  8. 28 10月, 2014 1 次提交
  9. 26 10月, 2014 1 次提交
  10. 12 7月, 2014 1 次提交
  11. 03 7月, 2014 1 次提交
    • J
      Bluetooth: 6LoWPAN: Create a kernel module · 5547e48c
      Jukka Rissanen 提交于
      Instead of adding the 6LoWPAN functionality to Bluetooth module,
      we create a separate kernel module for it.
      
      Usage:
      
      In the slave side do this:
      
      $ modprobe bluetooth_6lowpan
      $ echo 62 > /sys/kernel/debug/bluetooth/6lowpan_psm
      $ hciconfig hci0 leadv
      
      In the master side do this:
      
      $ modprobe bluetooth_6lowpan
      $ echo 62 > /sys/kernel/debug/bluetooth/6lowpan_psm
      $ echo 'connect E0:06:E6:B7:2A:73 1' > \
                        /sys/kernel/debug/bluetooth/6lowpan_control
      
      The 6LoWPAN functionality can be controlled by psm value. If it
      is left to 0, then the module is disabled and all the 6LoWPAN
      connections are dropped if there were any. In the above example,
      the psm value is just an example and not a real value for
      6LoWPAN service. The real psm value is yet to be defined in
      Bluetooth specification.
      
      The 6lowpan controlling interface is a temporary solution
      until the specifications are ready.
      Signed-off-by: NJukka Rissanen <jukka.rissanen@linux.intel.com>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      5547e48c
  12. 13 3月, 2014 1 次提交
  13. 11 3月, 2014 1 次提交
  14. 16 1月, 2014 1 次提交
  15. 24 10月, 2012 1 次提交
  16. 28 9月, 2012 1 次提交
  17. 01 3月, 2012 1 次提交
  18. 21 12月, 2011 1 次提交
  19. 28 6月, 2011 2 次提交
  20. 14 6月, 2011 1 次提交
  21. 01 3月, 2011 1 次提交
  22. 15 2月, 2011 1 次提交
    • G
      Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko · 64274518
      Gustavo F. Padovan 提交于
      Actually doesn't make sense have these modules built separately.
      The L2CAP layer is needed by almost all Bluetooth protocols and profiles.
      There isn't any real use case without having L2CAP loaded.
      SCO is only essential for Audio transfers, but it is so small that we can
      have it loaded always in bluetooth.ko without problems.
      If you really doesn't want it you can disable SCO in the kernel config.
      Signed-off-by: NGustavo F. Padovan <padovan@profusion.mobi>
      64274518
  23. 08 2月, 2011 1 次提交
  24. 22 7月, 2010 1 次提交
  25. 10 5月, 2010 1 次提交
  26. 25 8月, 2009 1 次提交
  27. 14 6月, 2009 1 次提交
  28. 10 5月, 2007 1 次提交
  29. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4