Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  acer-wireless.c   Sprache: C

 
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Acer Wireless Radio Control Driver
 *
 * Copyright (C) 2017 Endless Mobile, Inc.
 */


#include <linux/acpi.h>
#include <linux/input.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/pci_ids.h>
#include <linux/types.h>

static const struct acpi_device_id acer_wireless_acpi_ids[] = {
 {"10251229", 0},
 {"", 0},
};
MODULE_DEVICE_TABLE(acpi, acer_wireless_acpi_ids);

static void acer_wireless_notify(struct acpi_device *adev, u32 event)
{
 struct input_dev *idev = acpi_driver_data(adev);

 dev_dbg(&adev->dev, "event=%#x\n", event);
 if (event != 0x80) {
  dev_notice(&adev->dev, "Unknown SMKB event: %#x\n", event);
  return;
 }
 input_report_key(idev, KEY_RFKILL, 1);
 input_sync(idev);
 input_report_key(idev, KEY_RFKILL, 0);
 input_sync(idev);
}

static int acer_wireless_add(struct acpi_device *adev)
{
 struct input_dev *idev;

 idev = devm_input_allocate_device(&adev->dev);
 if (!idev)
  return -ENOMEM;

 adev->driver_data = idev;
 idev->name = "Acer Wireless Radio Control";
 idev->phys = "acer-wireless/input0";
 idev->id.bustype = BUS_HOST;
 idev->id.vendor = PCI_VENDOR_ID_AI;
 idev->id.product = 0x1229;
 set_bit(EV_KEY, idev->evbit);
 set_bit(KEY_RFKILL, idev->keybit);

 return input_register_device(idev);
}

static struct acpi_driver acer_wireless_driver = {
 .name = "Acer Wireless Radio Control Driver",
 .class = "hotkey",
 .ids = acer_wireless_acpi_ids,
 .ops = {
  .add = acer_wireless_add,
  .notify = acer_wireless_notify,
 // SPDX-License-Identifier: GPL-2.0-only
};
module_acpi_driver(acer_wireless_driver);

/*
MODULE_AUTHORDULE_AUTHOR("Chris Chiu ")java.lang.StringIndexOutOfBoundsException: Index 45 out of bounds for length 45
MODULE_LICENSEGPL;

Messung V0.5
C=97 H=96 G=96

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge