{5} Assigned, Active Tickets by Owner (Full Description) (8 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

cidoca

Ticket Summary Component Milestone Type Created
Description
#67 Fake Input - keys.map file input Sprint 5 enhancement 05/19/08

keys.map default location is equal to input.conf, but it can be configurable in input.conf to point to another location


#32 sdptool memory leak core Undefined defect 04/18/08

"sdptool add wiimote" has memory leak.

Valgrind log:

  ==6965== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 13 from 1)
  ==6965== malloc/free: in use at exit: 2,304 bytes in 100 blocks.
  ==6965== malloc/free: 120 allocs, 20 frees, 71,083 bytes allocated.
  ==6965== For counts of detected errors, rerun with: -v
  ==6965== searching for pointers to 100 not-freed blocks.
  ==6965== checked 68,476 bytes.
  ==6965== 
  ==6965== 184 (40 direct, 144 indirect) bytes in 5 blocks are definitely lost in loss record 2 of 7
  ==6965==    at 0x4022AB8: malloc (vg_replace_malloc.c:207)
  ==6965==    by 0x4041482: sdp_list_append (in /usr/lib/libbluetooth.so.2.9.6)
  ==6965==    by 0x804B88A: add_hid_wiimote (sdptool.c:2305)
  ==6965==    by 0x804B54F: cmd_add (sdptool.c:3356)
  ==6965==    by 0x80522DE: main (sdptool.c:4052)
  ==6965== 
  ==6965== 
  ==6965== 2,120 (16 direct, 2,104 indirect) bytes in 2 blocks are definitely lost in loss record 5 of 7
  ==6965==    at 0x4022AB8: malloc (vg_replace_malloc.c:207)
  ==6965==    by 0x404127F: sdp_list_insert_sorted (in /usr/lib/libbluetooth.so.2.9.6)
  ==6965==    by 0x40448C4: sdp_pattern_add_uuid (in /usr/lib/libbluetooth.so.2.9.6)
  ==6965==    by 0x404490E: sdp_pattern_add_uuidseq (in /usr/lib/libbluetooth.so.2.9.6)
  ==6965==    by 0x4044A4E: sdp_set_uuidseq_attr (in /usr/lib/libbluetooth.so.2.9.6)
  ==6965==    by 0x804B8A1: add_hid_wiimote (sdp_lib.h:227)
  ==6965==    by 0x804B54F: cmd_add (sdptool.c:3356)
  ==6965==    by 0x80522DE: main (sdptool.c:4052)
  ==6965== 
  ==6965== LEAK SUMMARY:
  ==6965==    definitely lost: 56 bytes in 7 blocks.
  ==6965==    indirectly lost: 2,248 bytes in 93 blocks.
  ==6965==      possibly lost: 0 bytes in 0 blocks.
  ==6965==    still reachable: 0 bytes in 0 blocks.
  ==6965==         suppressed: 0 bytes in 0 blocks.

#51 input Connectibility core Undefined defect 05/05/08

Some HIDs devices doesn't accept connections. Check the attributes HIDNormallyConnectable and HIDReconnectInitiate before allowing host initiated connections.


larry

Ticket Summary Component Milestone Type Created
Description
#8 Remove legacy service code (13) core Sprint 3 defect 04/08/08

Remove useless of wrong code. Including the legacy code used to track the service description files, Makefiles and other piece of code not necessary anymore. This ticket also needs to fix the bus id tracking.

Analysis & Requirements:

  • Estimated effort:

Tests:

Solved:

  • Modified files/revision:

#30 Network client list inconsistency networking Undefined defect 04/17/08

Network server structure contains a list of active clients. When the client initiates disconnection the entry is not removed from the list.


#42 Phonebook Access Profile - PCE phonebook Backlog enhancement 04/23/08

Product backlog item. This is the main ticket to address all issues related to PBAP client implementation.

Usage scenario/Targets: Car kits, handsfree, backup

Tickets:


vudentz

Ticket Summary Component Milestone Type Created
Description
#7 libbluetooth-glib implementation (20) libs Backlog enhancement 04/08/08

This library will provide convenient (async) functions for managing connections for bluetooth transports (L2CAP/RFCOMM/SCO), SDP queries and incoming request all integrated within glib mainloop. This will allow us to remove a lot of duplicated code from hcid and plugins.

Main Changes:

Tickets: #33, #34, #35


#62 Network - Use bt_l2cap_listen networking enhancement 05/16/08

Note: See TracReports for help on using and creating reports.