platform/upstream/neard.git
12 years agotag: Initial implementation
Samuel Ortiz [Fri, 29 Apr 2011 16:42:29 +0000 (18:42 +0200)]
tag: Initial implementation

12 years agotest: Fix list-adapters typo
Samuel Ortiz [Thu, 28 Apr 2011 10:03:47 +0000 (12:03 +0200)]
test: Fix list-adapters typo

12 years agoadapter: Add target adding/removing API
Samuel Ortiz [Thu, 28 Apr 2011 09:57:21 +0000 (11:57 +0200)]
adapter: Add target adding/removing API

12 years agotarget: Fix the target removal routine
Samuel Ortiz [Thu, 28 Apr 2011 09:06:25 +0000 (11:06 +0200)]
target: Fix the target removal routine

12 years agotarget: Target add/remove API initial implementation
Samuel Ortiz [Wed, 27 Apr 2011 17:42:33 +0000 (19:42 +0200)]
target: Target add/remove API initial implementation

12 years agonetlink: Add target found handler
Samuel Ortiz [Wed, 27 Apr 2011 17:13:23 +0000 (19:13 +0200)]
netlink: Add target found handler

12 years agoadapter: Export CurrentTarget property
Samuel Ortiz [Wed, 27 Apr 2011 16:54:56 +0000 (18:54 +0200)]
adapter: Export CurrentTarget property

12 years agotarget: Initial commit
Samuel Ortiz [Wed, 27 Apr 2011 16:50:29 +0000 (18:50 +0200)]
target: Initial commit

12 years agonetlink: Fix segfault for NFC disabled systems
Samuel Ortiz [Wed, 27 Apr 2011 15:39:41 +0000 (17:39 +0200)]
netlink: Fix segfault for NFC disabled systems

12 years agoadapter: Export the polling property
Samuel Ortiz [Wed, 27 Apr 2011 15:30:51 +0000 (17:30 +0200)]
adapter: Export the polling property

12 years agoadapter: Export protocols property
Samuel Ortiz [Wed, 27 Apr 2011 15:21:28 +0000 (17:21 +0200)]
adapter: Export protocols property

12 years agodoc: Add protocols property to both adapters and targets
Samuel Ortiz [Wed, 27 Apr 2011 14:58:39 +0000 (16:58 +0200)]
doc: Add protocols property to both adapters and targets

12 years agotest: Add polling scripts
Samuel Ortiz [Fri, 22 Apr 2011 18:55:09 +0000 (20:55 +0200)]
test: Add polling scripts

12 years agoadapter: Implement polling D-Bus hooks
Samuel Ortiz [Fri, 22 Apr 2011 18:53:39 +0000 (20:53 +0200)]
adapter: Implement polling D-Bus hooks

12 years agonetlink: Implement polling start and stop hooks
Samuel Ortiz [Fri, 22 Apr 2011 18:53:13 +0000 (20:53 +0200)]
netlink: Implement polling start and stop hooks

12 years agodoc: Populate adapter API
Samuel Ortiz [Fri, 22 Apr 2011 18:21:10 +0000 (20:21 +0200)]
doc: Populate adapter API

12 years agoadapter: /org/neard/nfc%d is the right adapter path pattern
Samuel Ortiz [Fri, 22 Apr 2011 18:12:00 +0000 (20:12 +0200)]
adapter: /org/neard/nfc%d is the right adapter path pattern

12 years agodbus: Fix service string
Samuel Ortiz [Fri, 22 Apr 2011 18:09:28 +0000 (20:09 +0200)]
dbus: Fix service string

12 years agoMakefile: Add test scripts
Samuel Ortiz [Fri, 22 Apr 2011 17:43:15 +0000 (19:43 +0200)]
Makefile: Add test scripts

12 years agotest: Initial list-adapters script
Samuel Ortiz [Fri, 22 Apr 2011 17:39:09 +0000 (19:39 +0200)]
test: Initial list-adapters script

12 years agoadapter: Expose powered property
Samuel Ortiz [Fri, 22 Apr 2011 17:38:38 +0000 (19:38 +0200)]
adapter: Expose powered property

12 years agonear: Add types.h to near.h
Samuel Ortiz [Fri, 22 Apr 2011 17:38:22 +0000 (19:38 +0200)]
near: Add types.h to near.h

12 years agomanager: Emit signal when device are added/removed
Samuel Ortiz [Fri, 22 Apr 2011 16:18:10 +0000 (18:18 +0200)]
manager: Emit signal when device are added/removed

12 years agoMakefile: Fix distcheck build
Samuel Ortiz [Fri, 22 Apr 2011 14:38:28 +0000 (16:38 +0200)]
Makefile: Fix distcheck build

12 years agoadapter: D-Bus interface skeleton
Samuel Ortiz [Fri, 22 Apr 2011 14:32:12 +0000 (16:32 +0200)]
adapter: D-Bus interface skeleton

12 years agoadapter: Return proper D-Bus object path
Samuel Ortiz [Fri, 22 Apr 2011 14:22:04 +0000 (16:22 +0200)]
adapter: Return proper D-Bus object path

12 years agonetlink: Handle device addition/removal event
Samuel Ortiz [Fri, 22 Apr 2011 12:46:12 +0000 (14:46 +0200)]
netlink: Handle device addition/removal event

12 years agomain: Change module initialization order
Samuel Ortiz [Fri, 22 Apr 2011 12:44:46 +0000 (14:44 +0200)]
main: Change module initialization order

netlink and adapter needs to be started before manager.

12 years agotypes: Move types.h to the include directory
Samuel Ortiz [Fri, 22 Apr 2011 12:40:02 +0000 (14:40 +0200)]
types: Move types.h to the include directory

12 years agomanager: Get all existing adapters
Samuel Ortiz [Fri, 22 Apr 2011 12:28:32 +0000 (14:28 +0200)]
manager: Get all existing adapters

12 years agoadapter: Add/Remove adapter API
Samuel Ortiz [Fri, 22 Apr 2011 12:27:29 +0000 (14:27 +0200)]
adapter: Add/Remove adapter API

12 years agoadapter: Do not overwrite adapters
Samuel Ortiz [Fri, 22 Apr 2011 12:24:57 +0000 (14:24 +0200)]
adapter: Do not overwrite adapters

12 years agoadapter: Replace the adapter sorted list with an hash table
Samuel Ortiz [Fri, 22 Apr 2011 11:17:39 +0000 (13:17 +0200)]
adapter: Replace the adapter sorted list with an hash table

12 years agonetlink: Support for events listening and parsing
Samuel Ortiz [Fri, 22 Apr 2011 11:04:05 +0000 (13:04 +0200)]
netlink: Support for events listening and parsing

12 years agonetlink: Initial implementation
Samuel Ortiz [Thu, 21 Apr 2011 13:24:33 +0000 (15:24 +0200)]
netlink: Initial implementation

12 years agoadapter: Add adapter creation routine
Samuel Ortiz [Thu, 21 Apr 2011 13:22:12 +0000 (15:22 +0200)]
adapter: Add adapter creation routine

12 years agodbus: Fix near service name
Samuel Ortiz [Thu, 21 Apr 2011 13:20:45 +0000 (15:20 +0200)]
dbus: Fix near service name

12 years agoconfigure: Add libnl-2.0 dependency
Samuel Ortiz [Thu, 21 Apr 2011 13:19:56 +0000 (15:19 +0200)]
configure: Add libnl-2.0 dependency

12 years agonetlink: Skeleton for NFC netlink support
Samuel Ortiz [Wed, 20 Apr 2011 15:21:38 +0000 (17:21 +0200)]
netlink: Skeleton for NFC netlink support

12 years agoInitial revision
Marcel Holtmann [Thu, 7 Apr 2011 15:35:42 +0000 (17:35 +0200)]
Initial revision