All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160125093114.GA13749@shlinux2>

diff --git a/a/1.txt b/N1/1.txt
index e6812d2..05e922b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 On Mon, Jan 25, 2016 at 09:50:53AM +0100, Arnd Bergmann wrote:
 > On Monday 25 January 2016 11:57:37 Peter Chen wrote:
 > > >> >
-> > >> >             hub at 3 { /* same external  hub, highspeed mode */
+> > >> >             hub@3 { /* same external  hub, highspeed mode */
 > > >> >                     compatible = "usb2109,0812.591",
 > > >> >                                  "usb2109,0812",
 > > >> >                                  "usb2109,class9.0.1",
@@ -15,11 +15,11 @@ On Mon, Jan 25, 2016 at 09:50:53AM +0100, Arnd Bergmann wrote:
 > > >>
 > > >> Why "reg" is 3 here?
 > > >
-> > > My mistake. It should be hub at 1 and reg=<1>;
+> > > My mistake. It should be hub@1 and reg=<1>;
 > > >
 > > > I accidentally confused the port number and the device number.
 > > 
-> > I think it should be hub at 2 and reg=<0x2>.
+> > I think it should be hub@2 and reg=<0x2>.
 > > According to Alan, we should use xHCI numbering scheme when
 > > describing the ports of an xHCI root hub.
 > 
@@ -38,3 +38,7 @@ I haven't found related information at xHCI spec.
 
 Best Regards,
 Peter Chen
+--
+To unsubscribe from this list: send the line "unsubscribe linux-usb" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 893d48b..1b4941b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,16 +2,30 @@
  "ref\02404899.20LhULZo7N@wuerfel\0"
  "ref\0CAL411-qfzcynzc=YrepzcA6EmFuxy-Ri4xRQ+R-QVBDEPZXtZQ@mail.gmail.com\0"
  "ref\01825868.A6VKDYvWaj@wuerfel\0"
- "From\0hzpeterchen@gmail.com (Peter Chen)\0"
- "Subject\0[PATCH v3 1/1] USB: core: let USB device know device node\0"
+ "From\0Peter Chen <hzpeterchen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v3 1/1] USB: core: let USB device know device node\0"
  "Date\0Mon, 25 Jan 2016 17:31:15 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>"
+ " Alan Stern <stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org>\0"
+ "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>"
+  mark.rutland-5wv7dgnIgG8@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  stillcompiling-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
+  pawel.moll-5wv7dgnIgG8@public.gmane.org
+  valentin.longchamp-SkAbAL50j+5BDgjK7y7TUQ@public.gmane.org
+  Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>
+  Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
+  linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+  balbi-l0cyMroinI0@public.gmane.org <balbi-l0cyMroinI0@public.gmane.org>
+  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
+  Peter Chen <peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
+ " kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, Jan 25, 2016 at 09:50:53AM +0100, Arnd Bergmann wrote:\n"
  "> On Monday 25 January 2016 11:57:37 Peter Chen wrote:\n"
  "> > >> >\n"
- "> > >> >             hub at 3 { /* same external  hub, highspeed mode */\n"
+ "> > >> >             hub@3 { /* same external  hub, highspeed mode */\n"
  "> > >> >                     compatible = \"usb2109,0812.591\",\n"
  "> > >> >                                  \"usb2109,0812\",\n"
  "> > >> >                                  \"usb2109,class9.0.1\",\n"
@@ -25,11 +39,11 @@
  "> > >>\n"
  "> > >> Why \"reg\" is 3 here?\n"
  "> > >\n"
- "> > > My mistake. It should be hub at 1 and reg=<1>;\n"
+ "> > > My mistake. It should be hub@1 and reg=<1>;\n"
  "> > >\n"
  "> > > I accidentally confused the port number and the device number.\n"
  "> > \n"
- "> > I think it should be hub at 2 and reg=<0x2>.\n"
+ "> > I think it should be hub@2 and reg=<0x2>.\n"
  "> > According to Alan, we should use xHCI numbering scheme when\n"
  "> > describing the ports of an xHCI root hub.\n"
  "> \n"
@@ -47,6 +61,10 @@
  "-- \n"
  "\n"
  "Best Regards,\n"
- Peter Chen
+ "Peter Chen\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe linux-usb\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-f5516db334a0f9aa31ae4ee69429d243277db1d022eaf892fd444fda65453f13
+89897a0648d0498ac0168fd85646493ded81be56aa24279c6c7e5cc53d3d7ff9

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.