[PATCH] leds: gpio: Set max brightness to 1
From: Dylan Van Assche GPIO LEDs only know 2 states: ON or OFF and do not have PWM capabilities. However, the max brightness is reported as 255. This patch sets the max brightness value of a GPIO controlled LED to 1. Tested on my PinePhone 1.2. Signed-off-by: Dylan Van Assche --- drivers/led
AIMIBERICA "[your-subject]"
2020-11-24
Thread
🧡 Secret meetings and single girls are waiting for you . Answer me here : http : //bit . do/fLifv?v7t 🧡
From: 🧡 Secret meetings and single girls are waiting for you. Answer me here: http://bit.do/fLifv?v7t 🧡 Subject: [your-subject] Message Body: [your-message] -- This e-mail was sent from a contact form on AIMIBERICA (http://aimiberica.com)
🖤 Secret meetings and single girls are waiting for you. Answer me here: http://bit.do/fLifv?f5p9 🖤
2020-11-23
Thread
🖤 Secret meetings and single girls are waiting for you . Answer me here : http : //bit . do/fLifv?f5p9 🖤
Message Body: 🖤 Secret meetings and single girls are waiting for you. Answer me here: http://bit.do/fLifv?f5p9 🖤 -- This e-mail was sent from a contact form on BeTheme (http://themes.muffingroup.com/betheme)
RECEIVE AND KEEP THIS MONEY FOR ME IN YOUR BANK ACCOUNT,REPLY TO fta447...@gmail.com FOR DETAILS
RECEIVE AND KEEP THIS MONEY FOR ME IN YOUR BANK ACCOUNT,REPLY TO fta447...@gmail.com FOR DETAILS
RECEIVE AND KEEP THIS MONEY FOR ME IN YOUR BANK ACCOUNT,REPLY TO fta447...@gmail.com FOR DETAILS
[PATCH] platform/x86: touchscreen_dmi: Add info for the CHUWI Hi10 Air tablet
From: Christian Oder Add touchscreen info for the CHUWUI Hi10 Air tablet. Signed-off-by: Christian Oder --- drivers/platform/x86/touchscreen_dmi.c | 27 ++ 1 file changed, 27 insertions(+) diff --git a/drivers/platform/x86/touchscreen_dmi.c b/drivers/platform/x86/tou
Re: [RFC 0/4] Intel Integrated Sensor Hub Support (ISH)
Hello, My thanks to you and your team for releasing this patch to get the sensor hubs up and running on Linux machines. I've compiled a new kernel with the patches you've provided, but it appears that it's not being detected just yet. I have a Thinkpad 460 Yoga that I'm testing on. From the com
xfsdump is triggering some kind of kernel dump in a VM
Hello Linux mailing list. First of all let me begin by saying that I don't know if this is the most appropriate place to send this bug report but I thought I would start here. I don't actually know that this is a Virtual machine problem but I've only seen the problem so far
AF_INET SOCK_RAW questions.
Hello, While "reading" the kernel sources referring to AF_INET SOCK_RAW sockets, i have stumbled upon some particular issues: * in raw_icmp_error. why is the marked line required? 290 raw_err(raw_sk, skb, info); 291 raw_sk = sk_next(raw_sk); *292
Re: [PATCH v5 6/8] ARM: dts: sun4i: Add support for mmc
On Tuesday, February 11, 2014 1:34:25 PM UTC-6, David Lanzendörfer wrote: > diff --git a/arch/arm/boot/dts/sun4i-a10-cubieboard.dts > b/arch/arm/boot/dts/sun4i-a10-cubieboard.dts > index b139ee6..20b976a 100644 > --- a/arch/arm/boot/dts/sun4i-a10-cubieboard.dts > +++ b/arch/arm/boot/dts/sun4i-a10-c
dernier avertissement!
Notre utilisateur de courriel estimés, Votre compte de messagerie doit être désactivé et supprimé dans les prochaines 24 heures de l'heure de réception de cet avis ! Vous avez juste dépassé la limite de stockage maximale pour votre compte de messagerie défini par l'administrateur système, et vo
[PATCH 0/3] Staging: rtl8187se: Sparse fixes
From: Anmol Sarma Fix sparse warnings for undeclared symbols not marked static. Anmol Sarma (3): Staging: rtl8187se: r8180_core.c: mark symbols as static Staging: rtl8187se: r8180_wx.c: mark symbols as static Staging: rtl8187se: ieee80211: ieee80211_softmac.c: mark symbols as static
[PATCH 3/3] Staging: rtl8187se: ieee80211: ieee80211_softmac.c: mark symbols as static
From: Anmol Sarma Fixes the following sparse warnings: 50:14: warning: symbol 'ieee80211_MFIE_rate_len' was not declared. Should it be static? 68:6: warning: symbol 'ieee80211_MFIE_Brate' was not declared. Should it be static? 85:6: warning: symbol 'ieee80211_MFIE_Grate' was not declared. Should
[PATCH 1/3] Staging: rtl8187se: r8180_core.c: mark symbols as static
From: Anmol Sarma Fixes the following sparse warnings: 390:6: warning: symbol 'buffer_free' was not declared. Should it be static? 1031:5: warning: symbol 'ComputeTxTime' was not declared. Should it be static? 2345:7: warning: symbol 'rtl8180_init' was not declared. Should it be static? 2835:6: w
[PATCH 2/3] Staging: rtl8187se: r8180_wx.c: mark symbols as static
From: Anmol Sarma Fixes the following sparse warning: 27:5: warning: symbol 'rtl8180_rates' was not declared. Should it be static? Signed-off-by: Anmol Sarma --- drivers/staging/rtl8187se/r8180_wx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8187se/r
Re: The ext3 way of journalling
On 1/14/08, Tuomo Valkonen <[EMAIL PROTECTED]> wrote: > On 2008-01-13 18:11 -0500, Theodore Tso wrote: > > It's much more likely that this early in your boot cycle, your clock is > > sometimes incorrect. > > I doubt it. I get this nearly _always_ when the system crashes, which > accounts for the va
USB Storage problem (usb hangs)
ist, pleas CC me. -- Regards Sebastian Fabrycki [EMAIL PROTECTED] -- Sprawdz NOWE parametry hostingu! >> http://link.interia.pl/f1857 << Jan 10 23:34:30 globtel usb-storage: USB Mass Storage device detected Jan 10 23:34:
Re: [PATCH] include/linux/coda.h
On Tuesday 22 May 2001 06:18, you wrote: > Are you trying to compile a Linux kernel on a FreeBSD machine, or is > this a bug in the Coda kernel module in the FreeBSD tree? > Sorry, I should've been more specific. I'm trying to compile the Linux kernel (2.4.5pre3) on a FreeBSD machine, which actua
[PATCH] include/linux/coda.h
Coda.h assumes that __KERNEL__ can only be defined if __linux__ is, which is painfully false. This allows the kernel compile to get farther on my token FreeBSD box. -Ryan --- linux/include/linux/coda.h Wed Apr 25 16:18:54 2001 +++ linux/include/linux/coda.h Mon May 21 21:19:21 2001 @@ -100,6