Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee5db7e4 authored by Jiri Kosina's avatar Jiri Kosina
Browse files

Merge branches 'for-3.18/always-poll-quirk', 'for-3.18/logitech',...

Merge branches 'for-3.18/always-poll-quirk', 'for-3.18/logitech', 'for-3.18/picolcd', 'for-3.18/rmi', 'for-3.18/sony', 'for-3.18/uhid', 'for-3.18/upstream' and 'for-3.18/wacom' into for-linus
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@
*.gcno
modules.builtin
Module.symvers
*.dwo

#
# Top-level generic files
+7 −0
Original line number Diff line number Diff line
@@ -1381,6 +1381,9 @@ S: 17 rue Danton
S: F - 94270 Le Kremlin-Bicêtre
S: France

N: Jack Hammer
D: IBM ServeRAID RAID (ips) driver maintenance

N: Greg Hankins
E: gregh@cc.gatech.edu
D: fixed keyboard driver to separate LED and locking status
@@ -1691,6 +1694,10 @@ S: Reading
S: RG6 2NU
S: United Kingdom

N: Dave Jeffery
E: dhjeffery@gmail.com
D: SCSI hacks and IBM ServeRAID RAID driver maintenance

N: Jakub Jelinek
E: jakub@redhat.com
W: http://sunsite.mff.cuni.cz/~jj
+2 −2
Original line number Diff line number Diff line
@@ -94,5 +94,5 @@ current_snap

parent

	Information identifying the pool, image, and snapshot id for
	the parent image in a layered rbd image (format 2 only).
	Information identifying the chain of parent images in a layered rbd
	image.  Entries are separated by empty lines.
+16 −0
Original line number Diff line number Diff line
What:		/sys/class/leds/<led>/gt683r/mode
Date:		Jun 2014
KernelVersion:	3.17
Contact:	Janne Kanniainen <janne.kanniainen@gmail.com>
Description:
		Set the mode of LEDs. You should notice that changing the mode
		of one LED will update the mode of its two sibling devices as
		well.

		0 - normal
		1 - audio
		2 - breathing

		Normal: LEDs are fully on when enabled
		Audio:  LEDs brightness depends on sound level
		Breathing: LEDs brightness varies at human breathing rate
 No newline at end of file
+38 −0
Original line number Diff line number Diff line
@@ -184,3 +184,41 @@ Description:

		It will always be a non-negative integer.  In the case of
		devices lacking any ECC capability, it is 0.

What:		/sys/class/mtd/mtdX/ecc_failures
Date:		June 2014
KernelVersion:	3.17
Contact:	linux-mtd@lists.infradead.org
Description:
		The number of failures reported by this device's ECC. Typically,
		these failures are associated with failed read operations.

		It will always be a non-negative integer.  In the case of
		devices lacking any ECC capability, it is 0.

What:		/sys/class/mtd/mtdX/corrected_bits
Date:		June 2014
KernelVersion:	3.17
Contact:	linux-mtd@lists.infradead.org
Description:
		The number of bits that have been corrected by means of the
		device's ECC.

		It will always be a non-negative integer.  In the case of
		devices lacking any ECC capability, it is 0.

What:		/sys/class/mtd/mtdX/bad_blocks
Date:		June 2014
KernelVersion:	3.17
Contact:	linux-mtd@lists.infradead.org
Description:
		The number of blocks marked as bad, if any, in this partition.

What:		/sys/class/mtd/mtdX/bbt_blocks
Date:		June 2014
KernelVersion:	3.17
Contact:	linux-mtd@lists.infradead.org
Description:
		The number of blocks that are marked as reserved, if any, in
		this partition. These are typically used to store the in-flash
		bad block table (BBT).
Loading