summaryrefslogtreecommitdiff
path: root/profiles
Commit message (Expand)AuthorAgeFilesLines
* hog: Fix compilation error on 32 bit machineSzymon Janc2014-05-141-1/+1
* input: Fix compilation errors on 32 bit machineSzymon Janc2014-05-141-2/+2
* hog: Fix report_value_cb() buffer overflowPetri Gynther2014-05-091-9/+14
* hog: Improve report_value_cb() uHID error handlingPetri Gynther2014-05-091-5/+16
* hog: Fix report_value_cb() signaturePetri Gynther2014-05-091-2/+1
* audio/player: Fix accepting invalid folders in ChangeFolderLuiz Augusto von Dentz2014-05-091-0/+8
* input: Fix minor coding style issuesJohan Hedberg2014-05-081-24/+28
* input: Add userspace HID supportPetri Gynther2014-05-085-16/+752
* hog: Remove redundant structAndrzej Kaczmarek2014-05-051-20/+5
* thermometer: Discover descriptors using gatt_discover_descAndrzej Kaczmarek2014-05-051-23/+5
* cyclingspeed: Discover CCC using gatt_discover_descAndrzej Kaczmarek2014-05-051-47/+26
* heartrate: Discover CCC using gatt_discover_descAndrzej Kaczmarek2014-05-051-40/+19
* scan: Discover CCC using gatt_discover_descAndrzej Kaczmarek2014-05-051-21/+13
* hog: Discover descriptors using gatt_discover_descAndrzej Kaczmarek2014-05-051-40/+12
* gas: Discover CCC using gatt_discover_descAndrzej Kaczmarek2014-05-051-27/+13
* hog: Improve report map debuggingAndrzej Kaczmarek2014-04-301-26/+38
* hog: Fix checking for Report ID item presenceAndrzej Kaczmarek2014-04-301-5/+62
* audio/player: Fix properties Browsable/SearchableLuiz Augusto von Dentz2014-04-231-3/+3
* input: Use proper bool type for boolean variableJohan Hedberg2014-04-051-7/+7
* input: Refactor HIDP kernel module interactionPetri Gynther2014-04-051-53/+64
* input: Fix input.conf IdleTimeout handlingPetri Gynther2014-04-051-7/+6
* Remove unneeded headers includeClaudio Takahasi2014-04-042-3/+0
* proximity: Remove att_put_u8() usageClaudio Takahasi2014-03-251-1/+1
* gatt: Move Characteristic properties to attrib/gatt.hClaudio Takahasi2014-03-257-22/+22
* Replace att_put_u16() by put_le16()Claudio Takahasi2014-03-247-23/+25
* Replace att_get_u16() by get_le16()Claudio Takahasi2014-03-247-31/+36
* Replace att_put_u32() by put_le32()Claudio Takahasi2014-03-241-1/+1
* Replace att_get_u32() by get_le32()Claudio Takahasi2014-03-242-2/+4
* Replace bt_put_be64() by put_be64()Claudio Takahasi2014-03-241-4/+4
* Replace bt_put_be32() by put_be32()Claudio Takahasi2014-03-241-2/+2
* Replace bt_put_be16() by put_be16()Claudio Takahasi2014-03-242-7/+7
* Replace bt_get_be64() by get_be64()Claudio Takahasi2014-03-241-3/+3
* Replace bt_get_be32() by get_be32()Claudio Takahasi2014-03-242-8/+8
* Replace bt_get_be16() by get_be16()Claudio Takahasi2014-03-243-18/+20
* core: Update btd_adapter_find_device to also match the address typeJohan Hedberg2014-03-224-5/+7
* Replace bt_get_le64() by get_le64()Claudio Takahasi2014-03-211-1/+2
* bnep: avoid use of caddr_tNatanael Copa2014-03-141-2/+2
* audio/player: Use proper errors instead of using .FailedLuiz Augusto von Dentz2014-03-131-19/+10
* hog: Fill ev.u.create.{phys,uniq} for UHID_CREATEPetri Gynther2014-03-071-0/+3
* hog: Remove hog_device.namePetri Gynther2014-03-071-9/+5
* input: Remove input_device.namePetri Gynther2014-03-071-9/+2
* alert: Only remove attio callback after ATT request was sentAnderson Lizardo2014-03-051-1/+17
* AVCTP: Fix sending wrong response formatLuiz Augusto von Dentz2014-03-041-2/+2
* audio: Update code for set_company_id functionMarcel Holtmann2014-03-011-4/+4
* core: Split LE and BR/EDR states for devicesJohan Hedberg2014-02-211-1/+3
* hog: Use HoG device name as uHID input device namePetri Gynther2014-02-191-1/+9
* core: Fix device_get_name() to always null-terminate what it returnsPetri Gynther2014-02-191-1/+1
* health: Fix HealthDevice dbus registrationAndre Guedes2014-02-171-1/+2
* avrcp: Fix sending invalid attributes in GetCurrentPlayerValueLuiz Augusto von Dentz2014-02-112-9/+19
* avrcp: Fix using incorrect buffer for SetVolumeAndrei Emeltchenko2014-02-111-1/+1