Re: Re: USB keyboard can NOT wakeup from S3( suspend to RAM )

2017-09-05 Thread Martin Kepplinger
Am 31.08.2017 01:06 schrieb jing...@cpu-os.ac.cn: > Hi, Andrey > > Q: > Do you mean that wakeup by keyboard doesn't work only if PC was > suspended by pressing special suspend key on your keyboard? > > Answer: > No. > Wakeup by keyboard doesn't work only if I pressing the keyboard (fast >

Re: i2c driver develpment with diolan DLN-2 / ACPI?

2016-04-30 Thread Martin Kepplinger
Am 2016-04-30 um 18:48 schrieb Daniel Baluta: > On Sat, Apr 30, 2016 at 6:10 PM, Martin Kepplinger <mart...@posteo.de> wrote: >> Am 2016-04-27 um 13:51 schrieb Daniel Baluta: >>> On Wed, Apr 27, 2016 at 2:36 PM, Martin Kepplinger <mart...@posteo.de> >>> wr

Re: i2c driver develpment with diolan DLN-2 / ACPI?

2016-04-30 Thread Martin Kepplinger
Am 2016-04-27 um 13:51 schrieb Daniel Baluta: > On Wed, Apr 27, 2016 at 2:36 PM, Martin Kepplinger <mart...@posteo.de> wrote: >> Hi roberta or anyone who uses a diolan i2c/spi bridge device, >> >> I try to do get the kernel driver for the connected chip loaded, but

i2c driver develpment with diolan DLN-2 / ACPI?

2016-04-27 Thread Martin Kepplinger
Hi roberta or anyone who uses a diolan i2c/spi bridge device, I try to do get the kernel driver for the connected chip loaded, but I'm having some trouble getting it right. Cables are connected to the device (i2c), and the (mainline) kernel driver for the diolan DLN-2 device is compiled and

Re: GSoC: RFC: fbdev fbtft auxdisplay or IIO

2016-03-08 Thread Martin Kepplinger
Am 2016-03-05 um 18:40 schrieb gre...@linuxfoundation.org: > On Sat, Mar 05, 2016 at 06:02:09PM +0100, Martin Kepplinger wrote: >> Hi GregKH, >> >> In looking around what I could do in the mid-future, possibly as a GSoC >> project (?), I have 2 questions: >>

GSoC: RFC: fbdev fbtft auxdisplay or IIO

2016-03-05 Thread Martin Kepplinger
sysfs ABI. Would it make sense to lay this out and make a project out of it? Thanks for your time and work, martin -- Martin Kepplinger https://martinkepplinger.com ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org

Re: eudyptula response time

2015-02-05 Thread Martin Kepplinger
Am 2015-02-05 um 21:06 schrieb Dean Michael Ancajas: Hi, does anyone have an idea when is the response time for task 08? When I submitted last december, I was 115th in the queue. I don't want to resubmit again fearing that I will be bumped up into the end. Dean I was also thinking

Re: Removed from eudyptula challenge

2014-09-20 Thread Martin Kepplinger
Am 2014-09-19 21:05, schrieb Jeshwanth Kumar N K: Hello, Today I was asking some suggestions in IRC for my eudyptula challenge (indirectly, because working for it for 1 month). So I am removed from the challenge now. So, who all doing the challenge please do everything yourself by reading

Re: large frame size warning when compiling

2014-05-08 Thread Martin Kepplinger
Am 2014-05-07 18:36, schrieb Jay Aurabind: Hello list, Time for a noob discussion, When I was building the kernel, I found a warning from drivers/mfd/abx500-core.c, that the Frame size is larger than 1024 bytes. Apparently the stack frame size can be changed from the config, but my

Re: LKML: Dropped mail fanout?

2014-05-06 Thread Martin Kepplinger
Am 2014-05-07 03:53, schrieb David Matlack: On Tue, May 6, 2014 at 4:36 PM, valdis.kletni...@vt.edu wrote: If you posted it with your gmail account, be aware that GMail does duplicate suppression based on the Message-ID: header. I actually posted it from my work address (not gmail) and I

loglevel 7 (debug) and pr_debug()

2014-04-16 Thread Martin Kepplinger
my Makefile? thanks! martin -- Martin Kepplinger e-mailmartink AT posteo DOT at chat (XMPP) martink AT jabber DOT at ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman

Re: loglevel 7 (debug) and pr_debug()

2014-04-16 Thread Martin Kepplinger
Am 2014-04-16 11:00, schrieb Arun KS: Hi Martin, On Wed, Apr 16, 2014 at 2:13 PM, Martin Kepplinger mart...@posteo.de wrote: I'm on Debian here and I don't really get pr_debug and printk(KERN_DEBUG ...). Let's stick to pr_debug. I have DYNAMIC_DEBUG enabled and root@laptop:/proc/sys

Re: loglevel 7 (debug) and pr_debug()

2014-04-16 Thread Martin Kepplinger
Am 16.04.2014 11:58 schrieb Arun KS: Hi Martin, On Wed, Apr 16, 2014 at 2:46 PM, Martin Kepplinger mart...@posteo.de wrote: Am 2014-04-16 11:00, schrieb Arun KS: Hi Martin, On Wed, Apr 16, 2014 at 2:13 PM, Martin Kepplinger mart...@posteo.de wrote: I'm on Debian here and I don't

Re: loglevel 7 (debug) and pr_debug()

2014-04-16 Thread Martin Kepplinger
? That doesn't change anything unfortunately. I can not read pr_debug() unless I explicitely activate it in /sys/kernel/debug/dynamic_debug/control *after* insmod. I'd like to just read all pr_debug() messages like pr_info(). thanks for your time! On Wed, Apr 16, 2014 at 1:11 PM, Martin Kepplinger

Re: checkpatch.pl comment style warnings

2014-04-14 Thread Martin Kepplinger
Am 13.04.2014 22:49 schrieb Greg Donald: When I run checkpatch.pl -f, it complains about comment blocks like /* * foo * bar */ with networking block comments don't use an empty /* line, use /* Comment... But I found this: http://fr.it-usenet.org/thread/18772/41342/, which makes

Kernel Config for Chromium Browser?

2013-01-31 Thread Martin Kepplinger
I stripped down my .config for my kernel-compilation a bit, but thought that I really just removed unnecessary stuff. But really, the consequency was, that the Chromium Browser didn't load _any_ page. Not even locally and no chrome:// page. It started, but just stayed at a white page. I didn't

Re: SWAP gone when running mainline

2013-01-28 Thread Martin Kepplinger
On 2013-01-28 09:05, Mulyadi Santosa wrote: On Sun, Jan 27, 2013 at 8:11 PM, Martin Kepplinger mart...@posteo.de wrote: Sorry, that wasn't clear. Nope, I just have one distro: Lubuntu. I installed a rc-mainline-kernel and when I boot into it, there is no swap. On the distro-kernel

SWAP gone when running mainline

2013-01-27 Thread Martin Kepplinger
Hi, I run a recent re-kernel (using lubuntu 12.04) and when I boot into it, free says I don't _have_ (and use) any SWAP. Of course on ubuntu's kernel it works. When could I start looking around? .config? sysfs knob? I have no idea. thanks -- Martin Kepplinger

Re: SWAP gone when running mainline

2013-01-27 Thread Martin Kepplinger
) you have swap and on other (lubuntu) not? Looks like missing fstab entry too me Greg. 27 sty 2013 13:24, Martin Kepplinger mart...@posteo.de mailto:mart...@posteo.de napisał(a): Hi, I run a recent re-kernel (using lubuntu 12.04) and when I boot into it, free says I don't