lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 4 Feb 2010 20:47:05 -0800
From:	"Chris Verges" <chrisv@...erswitching.com>
To:	"Greg Kroah-Hartman" <gregkh@...e.de>, <linux-usb@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>
Cc:	"Rob Owings" <rowings@...rmistor.com>
Subject: [PATCH] linux-2.6.32-directemp

Hi Linux gurus,

Attached is a patch for the QTI DirecTEMP USB thermometer &
thermometer/hygrometer sensors.  This patch is based on linux-2.6.32.
Functionality has been verified against both hardware variants listed in
the driver (0x0002 and 0x0006), as both monolithic and modular.

When the QTI DirecTEMP sensor is connected to a system, the directemp
driver adds appropriate sysfs entries for the sensor type(s) supported.
Examples:

   # PID 0x0002 (temp only)
   /sys/bus/usb/devices/.../temp

   # PID 0x0006 (temp + relative humidity)
   /sys/bus/usb/devices/.../temp
   /sys/bus/usb/devices/.../rh

Using a standard "cat" will display the value.

An additional "raw" sysfs entry has been added to aid in debugging.  If
used, an "echo" will send the data specified in the string to the USB
device, and print back the results.  It is not recommended for customer
use except by expert users.

And with that description out of the way, I look forward to your review
of the driver.  Please provide any feedback that you may have.

Thanks in advance,
Chris

Download attachment "linux-2.6.32-directemp.patch" of type "application/octet-stream" (10139 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ