Home
last modified time | relevance | path

Searched refs:gpm (Results 1 – 25 of 47) sorted by relevance

12

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/gpm/
H A Dgpm_git.bb5 HOMEPAGE = "https://www.nico.schottelius.org/software/gpm"
16 SRC_URI = "git://github.com/telmich/gpm;protocol=https;branch=master \
18 file://gpm.service.in \
25 INITSCRIPT_NAME = "gpm"
34 …sed 's:@bindir@:${sbindir}:' < ${WORKDIR}/gpm.service.in >${D}${systemd_system_unitdir}/gpm.service
35 install -D -m 0755 ${WORKDIR}/init ${D}${INIT_D_DIR}/gpm
39 SYSTEMD_SERVICE:${PN} = "gpm.service"
/OK3568_Linux_fs/buildroot/package/gpm/
H A DConfig.in2 bool "gpm"
6 "gpm" means general purpose mouse (server) and provides mouse
8 gpm-root (to draw menus in current virtual console; config
9 file in /etc/gpm-root.conf) and disable-paste (to disable
12 http://www.nico.schottelius.org/software/gpm/
19 Install gpm test tools (get-versions, mev, hltest, mouse-test,
24 comment "gpm mouse server needs a toolchain w/ dynamic library"
H A D0001-Added-musl-support-to-libgpm-and-the-daemon.patch7 https://github.com/telmich/gpm/commit/d88fb1de5803c366ab62f7de9ee5d83207fb2afe.]
14 src/prog/gpm-root.y | 4 ++--
38 #include <gpm.h> /* gpm information */
50 #include <gpm.h> /* gpm information */
53 diff --git a/src/prog/gpm-root.y b/src/prog/gpm-root.y
55 --- a/src/prog/gpm-root.y
56 +++ b/src/prog/gpm-root.y
H A D0006-src-headers-daemon.h-avoid-redefinition-of-last_sele.patch10 gcc -L/home/slyfox/dev/git/gpm/src -o gpm mice.o ... report.o tools.o -lm
11 ld: twiddler.o:gpm/src/headers/daemon.h:183:
12 …multiple definition of `last_selection_time'; mice.o:gpm/src/headers/daemon.h:183: first defined h…
13 ld: synaptics.o:git/gpm/src/headers/daemon.h:183:
14 …multiple definition of `last_selection_time'; mice.o:git/gpm/src/headers/daemon.h:183: first defin…
H A D0004-Use-sigemptyset-API-instead-of-__sigemptyset.patch12 src/prog/gpm-root.y | 4 ----
15 diff --git a/src/prog/gpm-root.y b/src/prog/gpm-root.y
17 --- a/src/prog/gpm-root.y
18 +++ b/src/prog/gpm-root.y
H A Dgpm.mk8 GPM_SOURCE = gpm-$(GPM_VERSION).tar.lzma
9 GPM_SITE = http://www.nico.schottelius.org/software/gpm/archives
12 GPM_SELINUX_MODULES = gpm
67 $(INSTALL) -m 0644 -D $(@D)/conf/gpm-root.conf $(TARGET_DIR)/etc/
H A D0002-Install-unversioned-solibrary.patch10 https://github.com/telmich/gpm/commit/06b00d53d8bd513ad5d262dc94a016c6fbf2d3aa]
25 -all: gpm lib/libgpm.so.@abi_lev@ @LIBGPM_A@ $(PROG)
26 +all: gpm lib/libgpm.so.@abi_lev@ lib/libgpm.so @LIBGPM_A@ $(PROG)
28 gpm: $(GOBJ)
H A D0003-src-Makefile.in-Really-install-unversioned-solibrary.patch7 https://github.com/telmich/gpm/commit/06b00d53d8bd513ad5d262dc94a016c6fbf2d3aa
10 Patch sent upstream: https://github.com/telmich/gpm/pull/11
H A Dgpm.hash2 sha256 a955053b36556ffa7c628ce18fd6de7d625966573fa412fb08869533d8f7385c gpm-1.20.7.tar.lzma
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/gpm/gpm/
H A Dinit9 test -x /usr/sbin/gpm || exit 0
18 start-stop-daemon -S -x /usr/sbin/gpm -- -R -m /dev/psaux -t ps2
22 start-stop-daemon -K -x /usr/sbin/gpm
29 usage /etc/init.d/gpm
H A Dgpm.service.in6 ExecStart=@bindir@/gpm -m /dev/input/mice -t imps2
7 PIDFile=/run/gpm.pid
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dmax8925_power.c65 struct i2c_client *gpm; member
93 max8925_set_bits(info->gpm, MAX8925_CHG_CNTL1, 1 << 7, 0); in __set_charger()
96 max8925_set_bits(info->gpm, MAX8925_CHG_CNTL1, 1 << 7, 1 << 7); in __set_charger()
303 ret = max8925_reg_read(info->gpm, MAX8925_CHG_STATUS); in max8925_bat_get_prop()
324 ret = max8925_reg_read(info->gpm, MAX8925_CHG_STATUS); in max8925_bat_get_prop()
412 ret = max8925_reg_read(info->gpm, MAX8925_CHG_STATUS); in max8925_init_charger()
430 max8925_set_bits(info->gpm, MAX8925_CHG_CNTL1, 1 << 7, 1 << 7); in max8925_init_charger()
432 max8925_set_bits(info->gpm, MAX8925_CHG_CNTL1, 3 << 5, in max8925_init_charger()
435 max8925_set_bits(info->gpm, MAX8925_CHG_CNTL1, 7, info->fast_charge); in max8925_init_charger()
524 info->gpm = chip->i2c; in max8925_power_probe()
/OK3568_Linux_fs/buildroot/package/fbterm/
H A Dfbterm.mk14 FBTERM_DEPENDENCIES += gpm
15 FBTERM_CONF_OPTS += --enable-gpm
17 FBTERM_CONF_OPTS += --disable-gpm
H A D0002-mouse.cpp-fix-musl-compile.patch25 #include <gpm.h>
/OK3568_Linux_fs/buildroot/package/vim/
H A Dvim.mk36 VIM_CONF_OPTS += --enable-gpm
37 VIM_DEPENDENCIES += gpm
39 VIM_CONF_OPTS += --disable-gpm
89 --disable-gpm \
/OK3568_Linux_fs/kernel/Documentation/security/
H A Dsak.rst63 root 579 0.0 0.1 1088 436 ? S 00:43 0:00 gpm -t ps/2
65 So ``gpm`` will be killed by SAK. This is a bug in gpm. It should
67 initscript which launches gpm and changing it thusly:
71 daemon gpm
75 daemon gpm < /dev/null
/OK3568_Linux_fs/buildroot/package/mc/
H A Dmc.mk16 MC_CONF_OPTS += --with-gpm-mouse
17 MC_DEPENDENCIES += gpm
19 MC_CONF_OPTS += --without-gpm-mouse
/OK3568_Linux_fs/buildroot/package/links/
H A Dlinks.mk67 LINKS_CONF_OPTS += --with-gpm
68 LINKS_DEPENDENCIES += gpm
70 LINKS_CONF_OPTS += --without-gpm
/OK3568_Linux_fs/buildroot/package/ncurses/
H A Dncurses.mk91 NCURSES_CONF_OPTS += --with-gpm=libgpm.so.2
92 NCURSES_DEPENDENCIES += gpm
94 NCURSES_CONF_OPTS += --without-gpm
202 --without-gpm \
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Ds3c2416-pinctrl.dtsi74 gpm: gpm { label
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/links/
H A Dlinks_2.25.bb3 DEPENDS += "gpm"
H A Dlinks-x11_2.22.bb22 --with-x --without-gpm"
/OK3568_Linux_fs/buildroot/package/aumix/
H A Daumix.mk22 --without-gpm \
H A D0001-fix-incorrect-makefile-am.patch19 mouse.c common.h curses.h gpm-xterm.h gtk.h interactive.h \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/consolation/
H A Dconsolation_0.0.8.bb5 software include gpm and jamd."

12