Commit Graph

3114 Commits

Author SHA1 Message Date
DaVukovic
19fd886d34 [busybox] Fixed 'getedid delete' section 2018-12-02 16:02:10 +01:00
Dag Wieers
3a5af7a498 eventlircd: Fix OSMC Remote ContextMenu mapping
Without this fix, the context-menu key on the OSMC remote will fail to work, and maps to the EPG (TV channel guide).
This is discussed in https://github.com/osmc/osmc/issues/478
2018-11-22 23:25:58 +01:00
Matthias Reichl
74bcd5d36e busybox: enable dmesg and less in init
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-11-20 10:33:17 +01:00
Matthias Reichl
ec0e7fb3a2 eventlircd: prevent race with libinput / kodi
Currently both eventlircd and kodi try to grab input devices
which leads to a nasty race. If kodi wins the race eventlircd
can't do the keycode to lirc translation and users are left
with non-working buttons like OK.

Setting the LIBINPUT_IGNORE_DEVICE udev property for input
devices handled by eventlircd prevents the race as libinput
will then ignore these devices and kodi won't try to grab them.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-11-04 11:15:25 +01:00
MilhouseVH
1f7d6fee4a Merge pull request #2993 from mglae/le9_fsresize
Improve fs-resize, fix delay and simplify
2018-11-04 02:36:02 +00:00
Mario Krupa
25732b0247 Fixed typo in order to make "delete" work again
"getedid delete" did not work because of the use of the wrong $gpu variable output "intel" which should read "intel/amd"
2018-10-26 13:33:14 +02:00
mglae
7c9ba8e7dc gptfdisk: bump 1.0.4 2018-10-23 18:50:57 +02:00
mglae
3d5457202d util-linux: bump 2.32.1 (non blocking uuid_generate()) 2018-10-23 18:50:57 +02:00
mglae
2be09187dc fs-resize: simplify using parted's 3.2 'resizepart' 2018-10-23 18:50:57 +02:00
Christian Hewitt
8d22f6ce1e busybox: update to 1.29.3 (#3042) 2018-10-23 12:01:41 +02:00
MilhouseVH
67fd315747 Merge pull request #3041 from chewitt/resize-timer
busybox: quit countdown timers on keyboard input
2018-10-23 10:59:31 +01:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
a4ec8951e0 cleanup: remove redundant PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
2923f2b56a cleanup: remove PKG_SOURCE_DIR 2018-10-22 15:06:11 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
chewitt
5983d488b2 busybox: quit countdown timers on keyboard input 2018-10-19 18:53:53 +04:00
Benjamin Valentin
2fdbd8a3bd media: rc: XBox DVD Remote uses 12 bits scancodes
Sean Young figured out that the Xbox Remote sends 24 bits, the first 12 bits are repeated
and inverted so only 12 bits are used. Turns out this is a modified nec protocol.

For increased accuracy and compliance with the upstream, replace the historic 8 bit report
values with the proper 12 bit values.

Signed-off-by: Benjamin Valentin <benpicco@googlemail.com>
Signed-off-by: Sean Young <sean@mess.org>
2018-10-18 15:47:18 +02:00
Benjamin Valentin
8367bf24b9 v4l-utils: add userspace keymap for xbox remote 2018-10-13 11:36:54 +02:00
MilhouseVH
fc00843b3f Merge pull request #2994 from mglae/le9_samba_config
samba-config.service: fix destroying .cache structure
2018-10-04 00:54:27 +01:00
Matthias Reichl
f18448d3c5 v4l-utils: remove broken and unused keymaps
hp_mce and zotac_ad10 won't work properly, the kernel doesn't
handle the listed scancodes as the MCE subvariant of RC6 so every
other buttonpress would be missing. Also HP MCE remotes generate
standard scancodes that are handled by the rc6_mce keymap and the
hp_mce keymap contains very odd scancodes which means it's probably
garbage (and badly named).

The samsung keymap doensn't contain any info about which actual
remote it should be used for and might clash with upstream if
a samsung keymap would be added there.

As none of these keymaps are activated by default anymore in
LibreELEC let's just remove them.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-09-30 11:37:22 +02:00
CvH
7d152ae656 Merge pull request #2984 from 5schatten/KVIM_ir_remote
Khadas VIM: enable VIM IR remote in addition to default remotes
2018-09-28 07:30:03 +02:00
mglae
a2d4af6a40 samba-config.service: fix destroying .cache structure 2018-09-21 23:44:00 +02:00
MilhouseVH
8dd0df6784 busybox: drop NFS support for linux < 2.6.23 2018-09-21 17:06:40 +01:00
vpeter4
c617921042 busybox: remove passwd script because we have real one 2018-09-20 20:23:59 +02:00