search for: leds

Displaying 20 results from an estimated 2839 matches for "leds".

Did you mean: lds
2016 Aug 22
10
[PATCH v2] drm/nouveau: add a LED driver for the NVIDIA logo
...IM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + */ + +/* + * Authors: + * Martin Peres <martin.peres at free.fr> + */ + +#include <linux/leds.h> + +#include "nouveau_drm.h" +#include "nouveau_led.h" +#include <nvkm/subdev/gpio.h> + +static enum led_brightness +nouveau_led_get_brightness(struct led_classdev *led) +{ + struct drm_device *drm_dev = container_of(led, struct nouveau_led, led)->dev; + struct nou...
2016 Aug 23
0
[PATCH v2] drm/nouveau: add a LED driver for the NVIDIA logo
...t; + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION > + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. > + * > + */ > + > +/* > + * Authors: > + * Martin Peres <martin.peres at free.fr> > + */ > + > +#include <linux/leds.h> > + > +#include "nouveau_drm.h" > +#include "nouveau_led.h" > +#include <nvkm/subdev/gpio.h> > + > +static enum led_brightness > +nouveau_led_get_brightness(struct led_classdev *led) > +{ > + struct drm_device *drm_dev = container_of(...
2016 Aug 22
0
[PATCH v2] drm/nouveau: add a LED driver for the NVIDIA logo
v2: - guard LED framework calls with ifdef CONFIG_LEDS_CLASS Signed-off-by: Martin Peres <martin.peres at free.fr> --- For real this time! Sorry for the noise drm/nouveau/Kbuild | 1 + drm/nouveau/include/nvkm/subdev/bios/gpio.h | 1 + drm/nouveau/nouveau_drm.c | 7 ++ drm/nouveau/nouveau_drv.h...
2016 May 03
0
[PATCH] drm/nouveau: add a LED driver for the NVIDIA logo
...t; + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION > + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. > + * > + */ > + > +/* > + * Authors: > + * Martin Peres <martin.peres at free.fr> > + */ > + > +#include <linux/leds.h> > + > +#include "nouveau_drm.h" > +#include "nouveau_led.h" > +#include <nvkm/subdev/gpio.h> > + > +static enum led_brightness > +nouveau_led_get_brightness(struct led_classdev *led) > +{ > + struct drm_device *drm_dev = container_of(...
2016 May 07
0
[PATCH] drm/nouveau: add a LED driver for the NVIDIA logo
looks good, just a minor thing: You need to check for CONFIG_LEDS_CLASS, otherwise the compile throws out "warnings": WARNING: "led_classdev_register" [/home/karol/Dokumente/repos/nouveau/drm/nouveau/nouveau.ko] undefined! WARNING: "led_classdev_resume" [/home/karol/Dokumente/repos/nouveau/drm/nouveau/nouveau.ko] undefined! WARNING:...
2016 Sep 16
7
[PATCH 1/3] drm/nouveau/led: don't access led subdev if it wasn't initialized
From: Karol Herbst <karolherbst at gmail.com> Fixes a kernel crash on suspend/resume. --- drm/nouveau/nouveau_led.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drm/nouveau/nouveau_led.c b/drm/nouveau/nouveau_led.c index 9eed5a6..5e28b5f 100644 --- a/drm/nouveau/nouveau_led.c +++ b/drm/nouveau/nouveau_led.c @@ -107,7 +107,8 @@ nouveau_led_suspend(struct
2005 Jun 08
5
GXP2000 and hint LED's
Asterisk 1.0.7 Has anyone got the hint function working, and maybe with the GXP2000. I am testing with 2 GXP2000 phones (firmware 1.0.1.9) at the moment trying to get the LED's to light up. On ext 690, button 1 is setup for ext 691, I did this using both methods 691, and <sip:691@192.168.69.1> On ext 691, button 1 is setup for ext 690, I did this using both methods 690, and
2016 Dec 07
0
[PATCH] nouveau/led: prevent compiling the led-code if nouveau=y and leds=m
The proper fix would have been to select LEDS_CLASS but this can lead to a circular dependency, as found out by Arnd. This patch implements Arnd's suggestion instead, at the cost of some auto-magic for a fringe feature. Cc: <stable at vger.kernel.org> # 4.9.x- Reported-by: Arnd Bergmann <arnd at arndb.de> Reported-by: Intel...
2013 May 30
1
[Bug 825] New: broken led-delay parameter in the LED extension
https://bugzilla.netfilter.org/show_bug.cgi?id=825 Summary: broken led-delay parameter in the LED extension Product: iptables Version: CVS (please indicate timestamp) Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: iptables AssignedTo: netfilter-buglog at
2007 Jun 21
1
Zaptel wct2xxp driver causes LEDs to go black and RED alarm
...startup, both cards flash red, alternating between ports 1 and 2. When server #1 loads the Zaptel module and drivers, Port 1 status LED goes green. When server #2 loads the same module and drivers, Port 1 status LED goes completely blank. Unloading the wct2xxp module causes the flashing red LEDs to come back. I've tried swapping cable ends and cards between the two machines, but the problem LED always stays with server #2. So, I think there is something misconfigured with server #2, but the configuration file on both servers is identical. zaptel.conf: loadzone=uk defaultzone=uk...
2016 Aug 23
1
[PATCH v2] drm/nouveau: add a LED driver for the NVIDIA logo
...RISING FROM, OUT OF OR IN CONNECTION >> + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. >> + * >> + */ >> + >> +/* >> + * Authors: >> + * Martin Peres <martin.peres at free.fr> >> + */ >> + >> +#include <linux/leds.h> >> + >> +#include "nouveau_drm.h" >> +#include "nouveau_led.h" >> +#include <nvkm/subdev/gpio.h> >> + >> +static enum led_brightness >> +nouveau_led_get_brightness(struct led_classdev *led) >> +{ >> + struct...
2004 Apr 14
2
voicemail notification - LED solution
Does anyone know how to send a message to a Cisco 7940/7960 phone running SIP images 6.3 telling it to light up one of its LED's when new voice mail arrives? I found alot of web based solutions http://www.voip-info.org/wiki-Asterisk+GUI and easy ways of getting email or getting paged of a new voice mail - but nothing where you can just look at the phone and see a blinking light or
2017 Jan 18
0
[PATCH] drm/nouveau/led: prevent a possible use-after-free
If the led class registration fails, we free drm->led but do not reset it to NULL, which means that the suspend/resume/fini function will act as if everything went well in init() and will likely crash the kernel. This patch adds the missing drm->led = NULL. Reported-by: Emmanuel Pescosta <emmanuelpescosta099 at gmail.com> Signed-off-by: Martin Peres <martin.peres at free.fr>
2007 Apr 13
3
LED does not glow on new Voicemail
I have a CISCO 7912 phone, the LED on the phone does not glow when there is new voicemail, can we configure Asterisk to have the LED glow on new Voicemail. Regards, Sanjay Rajdev
2016 Nov 08
4
[PATCH] drm/nouveau: fix LEDS_CLASS=m configuration
...ndex fde6e3656636..5e00e911daa6 100644 --- a/drivers/gpu/drm/nouveau/Kbuild +++ b/drivers/gpu/drm/nouveau/Kbuild @@ -22,7 +22,7 @@ nouveau-$(CONFIG_DEBUG_FS) += nouveau_debugfs.o nouveau-y += nouveau_drm.o nouveau-y += nouveau_hwmon.o nouveau-$(CONFIG_COMPAT) += nouveau_ioc32.o -nouveau-$(CONFIG_LEDS_CLASS) += nouveau_led.o +nouveau-$(CONFIG_DRM_NOUVEAU_LED) += nouveau_led.o nouveau-y += nouveau_nvif.o nouveau-$(CONFIG_NOUVEAU_PLATFORM_DRIVER) += nouveau_platform.o nouveau-y += nouveau_usif.o # userspace <-> nvif diff --git a/drivers/gpu/drm/nouveau/Kconfig b/drivers/gpu/drm/nouveau/Kc...
2006 Jan 17
2
lme model specification
...etween logestimate and log distance. What complicates everything is that each datum point is not independent. Rather, many data points come from each subject. So: * Each subject gets many objects at many distances which he has to estimate. * Each subject repeats this experiment using 4 colours of LEDs. * Each subject repeats this experiment on 4 different sessions. * Half the subjects do this under starlight, half under moonlight. * Half the subjects do it with feedback and half without. So some of these variables are within subjects and some between. I think lme is a good way to proceed. But I...
2012 Apr 19
1
active admin undefined method `' for nil:NilClass
im working with active admin i have collection_select or dropdown box that populates the packages and crews im just wondering i why this undefined method `[]'' for nil:NilClass` i dont know what happened but it run few days ago and tested it once but now it raises this error are there possible way to solve this? def create @package = Package.find(params[:package_crew][:package_id])
2006 Oct 13
1
Digium TE410P LED problem
Has anyone else experienced a problem with the LED for span 1 on a TE410P or TE405P? I had a TE410P on which the span 1 LED would not light red, but once the span was connected, it did correctly light green. I RMAed the board to our UK distrbutor and received a replacement. However, the replacement board displayed the same problem! Wondering if it was related to the computer I was putting it
2007 Feb 22
4
Possible to light up a LED on Snom phones?
Hi everybody! I've setup my dialplan so that if an extension dials *21*, that extension is added/removed as a queue member to a queue. (State toggled). But it would be great to get an "optical feedback" of that phone's state regarding the queue membership. Does someone know if it is possible to light up a LED under this szenario? Many thanks! Norbert
2006 Jun 29
1
beronet BNS40 led blinking: not working or not connected?
Hi, I've just installed a beronet BNS40 on Asterisk 1.2.9.1. Everything seems ok, asterisk gives no error (nothing inside logs) but the 4 led on the back of the card (which is NOT connected to an ISDN line) are red and flashing....what does it mean? Is it not properly working or it means the card is not connected to any ISDN line? The card handbook says the card has red led but not their