search for: 10bacc5

Displaying 3 results from an estimated 3 matches for "10bacc5".

2016 Jul 19
2
[PATCH] content: Reserve virtio device ID for pstore
...This patch just reserve next available device ID for pstore device type. The device specification for pstore will come later. Signed-off-by: Namhyung Kim <namhyung at kernel.org> --- content.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content.tex b/content.tex index d989d98..10bacc5 100644 --- a/content.tex +++ b/content.tex @@ -2990,6 +2990,8 @@ Device ID & Virtio Device \\ \hline 18 & Input device \\ \hline +22 & pstore device \\ +\hline \end{tabular} Some of the devices above are unspecified by this document, -- 2.8.0
2016 Jul 19
2
[PATCH] content: Reserve virtio device ID for pstore
...This patch just reserve next available device ID for pstore device type. The device specification for pstore will come later. Signed-off-by: Namhyung Kim <namhyung at kernel.org> --- content.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content.tex b/content.tex index d989d98..10bacc5 100644 --- a/content.tex +++ b/content.tex @@ -2990,6 +2990,8 @@ Device ID & Virtio Device \\ \hline 18 & Input device \\ \hline +22 & pstore device \\ +\hline \end{tabular} Some of the devices above are unspecified by this document, -- 2.8.0
2016 Jul 20
0
[Qemu-devel] [PATCH] content: Reserve virtio device ID for pstore
...e ID for pstore device > type. The device specification for pstore will come later. > > Signed-off-by: Namhyung Kim <namhyung at kernel.org> > --- > content.tex | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/content.tex b/content.tex > index d989d98..10bacc5 100644 > --- a/content.tex > +++ b/content.tex > @@ -2990,6 +2990,8 @@ Device ID & Virtio Device \\ > \hline > 18 & Input device \\ > \hline > +22 & pstore device \\ > +\hline > \end{tabular} > > Some of the devices above a...