Message ID | 1468941217-12904-1-git-send-email-namhyung@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, 20 Jul 2016 00:13:37 +0900 Namhyung Kim <namhyung@gmail.com> wrote: > From: Namhyung Kim <namhyung@kernel.org> > > 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@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, Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
On Wed, Jul 20, 2016 at 12:13:37AM +0900, Namhyung Kim wrote: > From: Namhyung Kim <namhyung@kernel.org> > > 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@kernel.org> > --- > content.tex | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
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,