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

Commit d9bc125c authored by Trond Myklebust's avatar Trond Myklebust
Browse files

Merge branch 'master' of /home/trondmy/kernel/linux-2.6/

Conflicts:

	net/sunrpc/auth_gss/gss_krb5_crypto.c
	net/sunrpc/auth_gss/gss_spkm3_token.c
	net/sunrpc/clnt.c

Merge with mainline and fix conflicts.
parents 43d78ef2 ec2f9d13
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -2571,6 +2571,16 @@ S: Subiaco, 6008
S: Perth, Western Australia
S: Perth, Western Australia
S: Australia
S: Australia


N: Miguel Ojeda Sandonis
E: maxextreme@gmail.com
D: Author: Auxiliary LCD Controller driver (ks0108)
D: Author: Auxiliary LCD driver (cfag12864b)
D: Author: Auxiliary LCD framebuffer driver (cfag12864bfb)
D: Maintainer: Auxiliary display drivers tree (drivers/auxdisplay/*)
S: C/ Mieses 20, 9-B
S: Valladolid 47009
S: Spain

N: Greg Page
N: Greg Page
E: gpage@sovereign.org
E: gpage@sovereign.org
D: IPX development and support
D: IPX development and support
+2 −3
Original line number Original line Diff line number Diff line
What:           /debug/pktcdvd/pktcdvd[0-7]
What:           /debug/pktcdvd/pktcdvd[0-7]
Date:           Oct. 2006
Date:           Oct. 2006
KernelVersion:  2.6.19
KernelVersion:  2.6.20
Contact:        Thomas Maier <balagi@justmail.de>
Contact:        Thomas Maier <balagi@justmail.de>
Description:
Description:


@@ -11,8 +11,7 @@ The pktcdvd module (packet writing driver) creates
these files in debugfs:
these files in debugfs:


/debug/pktcdvd/pktcdvd[0-7]/
/debug/pktcdvd/pktcdvd[0-7]/
    info            (0444) Lots of human readable driver
    info            (0444) Lots of driver statistics and infos.
                           statistics and infos. Multiple lines!


Example:
Example:
-------
-------
+1 −1
Original line number Original line Diff line number Diff line
What:           /sys/class/pktcdvd/
What:           /sys/class/pktcdvd/
Date:           Oct. 2006
Date:           Oct. 2006
KernelVersion:  2.6.19
KernelVersion:  2.6.20
Contact:        Thomas Maier <balagi@justmail.de>
Contact:        Thomas Maier <balagi@justmail.de>
Description:
Description:


+2 −2
Original line number Original line Diff line number Diff line
@@ -482,13 +482,13 @@ slightly.
<para>Gadget drivers
<para>Gadget drivers
rely on common USB structures and constants
rely on common USB structures and constants
defined in the
defined in the
<filename>&lt;linux/usb_ch9.h&gt;</filename>
<filename>&lt;linux/usb/ch9.h&gt;</filename>
header file, which is standard in Linux 2.6 kernels.
header file, which is standard in Linux 2.6 kernels.
These are the same types and constants used by host
These are the same types and constants used by host
side drivers (and usbcore).
side drivers (and usbcore).
</para>
</para>


!Iinclude/linux/usb_ch9.h
!Iinclude/linux/usb/ch9.h
</sect1>
</sect1>


<sect1 id="core"><title>Core Objects and Methods</title>
<sect1 id="core"><title>Core Objects and Methods</title>
+3 −0
Original line number Original line Diff line number Diff line
@@ -316,6 +316,9 @@ X!Earch/i386/kernel/mca.c
     <sect1><title>DMI Interfaces</title>
     <sect1><title>DMI Interfaces</title>
!Edrivers/firmware/dmi_scan.c
!Edrivers/firmware/dmi_scan.c
     </sect1>
     </sect1>
     <sect1><title>EDD Interfaces</title>
!Idrivers/firmware/edd.c
     </sect1>
  </chapter>
  </chapter>


  <chapter id="security">
  <chapter id="security">
Loading