summaryrefslogtreecommitdiff
path: root/profiles/cups
Commit message (Collapse)AuthorAgeFilesLines
* profiles: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-215-70/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds SPDX License Identifier and removes the license text. ------------------------------------- License COUNT ------------------------------------- GPL-2.0-or-later : 72 LGPL-2.1-or-later : 6 License: GPL-2.0-or-later profiles/deviceinfo/dis.c profiles/deviceinfo/deviceinfo.c profiles/health/hdp_types.h profiles/health/mcap.c profiles/health/hdp_manager.c profiles/health/hdp_main.c profiles/health/mcap.h profiles/health/hdp_util.h profiles/health/hdp_manager.h profiles/health/hdp_util.c profiles/health/hdp.c profiles/health/hdp.h profiles/network/server.c profiles/network/connection.h profiles/network/connection.c profiles/network/manager.c profiles/network/bnep.c profiles/network/server.h profiles/network/bnep.h profiles/battery/battery.c profiles/cups/cups.h profiles/cups/sdp.c profiles/cups/main.c profiles/cups/spp.c profiles/cups/hcrp.c profiles/scanparam/scpp.c profiles/scanparam/scan.c profiles/audio/transport.h profiles/audio/avdtp.h profiles/audio/source.c profiles/audio/player.c profiles/audio/avctp.c profiles/audio/control.h profiles/audio/a2dp.c profiles/audio/source.h profiles/audio/transport.c profiles/audio/sink.c profiles/audio/avrcp.h profiles/audio/avdtp.c profiles/audio/a2dp.h profiles/audio/avrcp.c profiles/audio/media.h profiles/audio/avctp.h profiles/audio/control.c profiles/audio/sink.h profiles/audio/player.h profiles/audio/media.c profiles/sap/server.c profiles/sap/sap-dummy.c profiles/sap/main.c profiles/sap/sap.h profiles/sap/manager.c profiles/sap/server.h profiles/sap/manager.h profiles/iap/main.c profiles/gap/gas.c profiles/midi/midi.c profiles/midi/libmidi.c profiles/midi/libmidi.h profiles/input/server.c profiles/input/suspend.h profiles/input/uhid_copy.h profiles/input/device.c profiles/input/hog.c profiles/input/device.h profiles/input/hidp_defs.h profiles/input/manager.c profiles/input/suspend-none.c profiles/input/sixaxis.h profiles/input/hog-lib.c profiles/input/suspend-dummy.c profiles/input/server.h License: LGPL-2.1-or-later profiles/deviceinfo/dis.h profiles/battery/bas.h profiles/battery/bas.c profiles/scanparam/scpp.h profiles/audio/a2dp-codecs.h profiles/input/hog-lib.h
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
|
* cups: Fix compiler warning from string operationMarcel Holtmann2018-05-241-1/+1
|
* profiles: Use local libbluetooth includesMarcel Holtmann2015-02-284-17/+17
|
* cups: Remove dead codeAndrei Emeltchenko2014-07-041-6/+1
|
* profiles: Remove the total silly usage of gchar and replace it with charMarcel Holtmann2013-01-041-3/+3
|
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-074-0/+16
| | | | | | | | | | | | | | This reverts commit 8a03376544b046a84301847d1594f6c3674983ff. The patch needs to be split up and the gdbus/ changes were bogus compared to the original commit message. Conflicts: Makefile.am Makefile.obexd profiles/cyclingspeed/cyclingspeed.c profiles/heartrate/heartrate.c src/error.c
* Use the entire include path for gdbus.hLucas De Marchi2012-12-051-1/+1
|
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-054-16/+0
| | | | | | | | | | Instead of trying to include config.h in each file over the tree and possibly forgetting to include it, give a "-include config.h" argument to the compiler so it's guaranteed that a) it will be included for all source files and b) it will be the first header included. gdbus/ directory is left out, since it would break other projects using it.
* dbus: Rename to org.bluez.Adapter1Mikel Astiz2012-12-051-10/+10
| | | | | Trivially add the numbering suffix to org.bluez.Adapter according to the proposal for BlueZ 5.
* dbus: Rename to org.bluez.Device1Mikel Astiz2012-12-051-2/+2
| | | | | Trivially add the numbering suffix to org.bluez.Device according to the proposal for BlueZ 5.
* cups: Remove unnecessary codeMikel Astiz2012-12-051-20/+2
| | | | | The adapter is always known so the code to handle the NULL case is not needed.
* cups: Free D-Bus errorSyam Sidhardhan2012-09-171-2/+7
| | | | If D-Bus error is set we should free it.
* cups: move it to profiles folderGustavo Padovan2012-07-105-0/+1539