[PATCH 0/2] add OEM-specific interfaces tests

Alex Hung alex.hung at canonical.com
Wed Jan 2 08:15:56 UTC 2013


oem: add tests for OEM-specific interfaces such as the wireless controls
that varies from one to another. 

These patches demonstrate the new features by creating kernel modules 
for HP laptops (using hp-wmi interfaces).


Alex Hung (2):
  oem: add fwts-hp-wmi module for testing hp wireless control
    interfaces.
  oem: wireless: add tests for 1) toggling the state of wireless
    devices,     including WIFI, Bluetooth and WWAN (3G), via a kernel
    interfaces, and 2)     detect hardware block of wireless devices.

 debian/control               |    8 +
 debian/fwts-hp-wmi-dkms.dkms |    6 +
 debian/rules                 |    4 +
 oem/Makefile                 |    6 +
 oem/fwts-hp-wmi.c            |  452 ++++++++++++++++++++++++++++++++++++++++++
 oem/fwts-oem.h               |   53 +++++
 src/Makefile.am              |    3 +-
 src/lib/include/fwts-oem.h   |   53 +++++
 src/oem/wireless/wireless.c  |  291 +++++++++++++++++++++++++++
 9 files changed, 875 insertions(+), 1 deletion(-)
 create mode 100644 debian/fwts-hp-wmi-dkms.dkms
 create mode 100644 oem/Makefile
 create mode 100644 oem/fwts-hp-wmi.c
 create mode 100644 oem/fwts-oem.h
 create mode 100644 src/lib/include/fwts-oem.h
 create mode 100644 src/oem/wireless/wireless.c

-- 
1.7.9.5




More information about the fwts-devel mailing list