bluez/profiles/input
Szymon Janc 9dfcb9f7fc hog: Fix compilation error on 32 bit machine
Fix following with GCC version 4.8.2 (Debian 4.8.2-21):

  CC       profiles/input/bluetoothd-hog.o
profiles/input/hog.c: In function ‘report_value_cb’:
profiles/input/hog.c:149:8: error: format ‘%lu’ expects argument of
   type ‘long unsigned int’, but argument 3 has type ‘unsigned int’
    [-Werror=format=]
        status, sizeof(ev));
        ^
2014-05-14 23:14:34 +03:00
..
device.c input: Fix compilation errors on 32 bit machine 2014-05-14 23:14:30 +03:00
device.h input: Add userspace HID support 2014-05-08 23:08:31 +03:00
hidp_defs.h input: Add userspace HID support 2014-05-08 23:08:31 +03:00
hog.c hog: Fix compilation error on 32 bit machine 2014-05-14 23:14:34 +03:00
input.conf input: Add userspace HID support 2014-05-08 23:08:31 +03:00
manager.c input: Add userspace HID support 2014-05-08 23:08:31 +03:00
server.c core: Update btd_adapter_find_device to also match the address type 2014-03-22 19:34:32 +02:00
server.h input: move it to profiles folder 2012-07-10 11:15:29 -03:00
suspend-dummy.c profiles: Use full include path for header files 2014-01-25 20:08:59 -08:00
suspend.h hog: Add suspend/resume callbacks declaration 2012-09-28 12:55:52 +03:00
uhid_copy.h hog: HID I/O driver 2012-07-11 00:47:54 +03:00