summaryrefslogtreecommitdiff
path: root/profiles
Commit message (Expand)AuthorAgeFilesLines
...
* a2dp: disallow multiple SetConfiguration to same local SEPPauli Virtanen2022-06-132-0/+8
* input/device: Notify failure if ctrl disconnect when waiting intrArchie Pusaka2022-05-181-0/+7
* hog-lib: Fix not reading report_map of instancesLuiz Augusto von Dentz2022-05-121-3/+5
* transport: Fix not being able to initialize volume properlyLuiz Augusto von Dentz2022-04-282-5/+15
* hog-lib: Check if Report ID is set before prepending itLuiz Augusto von Dentz2022-04-221-1/+8
* storage: Add support for STATE_DIRECTORY environment variableLuiz Augusto von Dentz2022-04-181-3/+7
* gap: Don't attempt to read the appearance if already setLuiz Augusto von Dentz2022-04-041-0/+5
* a2dp: Fix crash when SEP codec has not been initializedFrédéric Danis2022-03-301-5/+17
* a2dp: Always invalidate the cache if its configuration failsLuiz Augusto von Dentz2022-03-281-4/+2
* a2dp: Don't initialize a2dp_sep->destroy until properly registeredLuiz Augusto von Dentz2022-03-281-2/+3
* audio: Fix crash in a2dp_discoverYun-Hao Chung2022-03-081-6/+20
* hog-lib: Fix not waiting for UHID_STARTLuiz Augusto von Dentz2022-02-251-19/+22
* player: Fix Track being emitted with empty metadataLuiz Augusto von Dentz2022-02-223-35/+45
* build: Fix errors with glibc < 2.25Fabrice Fontaine2022-02-152-5/+5
* profiles: Fix the reusing gerror without re-initializationTedd Ho-Jeong An2022-02-113-6/+6
* hog-lib: Make use of UHID_CREATE2Luiz Augusto von Dentz2022-01-181-119/+92
* avrcp: Fix unaligned accessLuiz Augusto von Dentz2022-01-141-118/+111
* hog: Add input queue while uhid device has not been createdLuiz Augusto von Dentz2022-01-131-3/+29
* hog: Fix read order of attributesLuiz Augusto von Dentz2022-01-131-72/+119
* media: Fix crash when endpoint replies with an error to SetConfigurationLuiz Augusto von Dentz2022-01-131-8/+13
* avdtp: Fix runtime errors passing NULL to memcpyLuiz Augusto von Dentz2022-01-071-6/+9
* build: Replace use of g_memdup with util_memdupLuiz Augusto von Dentz2022-01-067-23/+24
* shared/util: Rename btd_malloc to util_mallocLuiz Augusto von Dentz2022-01-051-1/+1
* build: Fix build when sanitizer are enabledLuiz Augusto von Dentz2021-12-233-4/+7
* profiles/health: Replace random number generation functionTedd Ho-Jeong An2021-12-082-6/+22
* uhid: Remove local copy of uhid headerLuiz Augusto von Dentz2021-11-221-199/+0
* uinput: Remove local copy of uinput.hLuiz Augusto von Dentz2021-11-221-3/+3
* media: Fix memory leakLuiz Augusto von Dentz2021-11-091-0/+1
* midi: Free ALSA seq resources in midi_device_remove()Jacek Konieczny2021-11-031-0/+9
* profiles/input: Fix unchecked return valueTedd Ho-Jeong An2021-10-181-1/+5
* profiles/a2dp: Fix unchecked return valueTedd Ho-Jeong An2021-10-181-5/+28
* avrcp: Fix browsing support in SDP recordLuiz Augusto von Dentz2021-09-243-51/+57
* avctp: Fix not handling when kernel has ERTM disabledLuiz Augusto von Dentz2021-09-241-12/+5
* profiles: Inclusive language changesArchie Pusaka2021-09-214-17/+17
* btio: Inclusive language changesArchie Pusaka2021-09-213-3/+3
* media: Add media_player prefix for callbackLuiz Augusto von Dentz2021-09-171-33/+35
* media: Fix build with glibc >= 2.34Fabrice Fontaine2021-09-171-2/+2
* avdtp: use separate local SEID pool for each adapterPauli Virtanen2021-09-063-13/+22
* shared/util: use 64-bit bitmap in util_get/clear_uidPauli Virtanen2021-09-061-1/+1
* audio/transport: Only store volume when also emitting DBus prop changeMarijn Suijten2021-08-091-3/+3
* audio/avrcp: Use host/network order as appropriate for pdu->params_lenMarijn Suijten2021-08-091-2/+2
* a2dp: Invalidate cache if SetConfiguration failsLuiz Augusto von Dentz2021-08-043-78/+130
* a2dp: Fix crash in channel_free while waiting cmd respYun-Hao Chung2021-07-141-1/+39
* media: Fix UnregisterApplicationLuiz Augusto von Dentz2021-06-231-0/+3
* avdtp: Fix parsing capabilitiesArchie Pusaka2021-06-171-2/+2
* avrcp: Fix unregister AVRCP playerHuang-Huang Bao2021-05-211-0/+6
* profile: Fix memory leaksSteve Grubb2021-05-141-1/+3
* avrcp: Fix not checking if params_len match number of received bytesLuiz Augusto von Dentz2021-05-041-0/+8
* avdtp: Fix accepting invalid/malformed capabilitiesLuiz Augusto von Dentz2021-05-041-20/+36
* input/hog-lib: do not silently ignore missing connection in read_char()Dmitry Torokhov2021-04-081-4/+0