diff for duplicates of <2404899.20LhULZo7N@wuerfel> diff --git a/a/1.txt b/N1/1.txt index 7445013..d2e7f08 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,7 +3,7 @@ On Friday 22 January 2016 14:59:01 Peter Chen wrote: > > On Thursday 21 January 2016 10:21:15 Alan Stern wrote: > > > On Thu, 21 Jan 2016, Arnd Bergmann wrote: > > > > On Thursday 21 January 2016 17:48:32 Peter Chen wrote: -> > hub at 1 { /* external hub, superspeed mode class 9/subclass 0/proto 3 */ +> > hub@1 { /* external hub, superspeed mode class 9/subclass 0/proto 3 */ > > compatible = "usb2109,0812.591", > > "usb2109,0812", > > "usb2109,class9.0.3", @@ -21,7 +21,7 @@ be left out. > > #size-cells = <0>; > > reg = <1>; > > -> > communications at 4 { /* superspeed ethernet device */ +> > communications@4 { /* superspeed ethernet device */ > > compatible = "usb0b95,1790.100", > > "usb0b95,1790", > > "usb0b95,class255.255.0", @@ -35,7 +35,7 @@ be left out. > > reg = <4>; > > }; > > -> > storage at 1 { /* superspeed flash drive */ +> > storage@1 { /* superspeed flash drive */ > > compatible = "usb1234,5678.600", > > "usb1234,5678", > > "usbif1234,class8.6.80", @@ -48,7 +48,7 @@ be left out. > > }; > > }; > > -> > 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", @@ -62,11 +62,11 @@ be left out. > > 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. -> > wireless at 0,1 { /* bluetooth config 0, if 1 */ +> > wireless@0,1 { /* bluetooth config 0, if 1 */ > > compatible = "usbif0a12,0001.134.config0.1", > > "usbif0a12,0001.config0.1", > > "usbif0a12,class224.1.1", @@ -82,8 +82,8 @@ I accidentally confused the port number and the device number. > > }; > > > > In that description, I have included all four kinds of nodes from -> > the spec: host controller, device (wireless at 2), interface (wireless at 0.1, -> > wireless at 0.2) and combined (hub at 1, hub at 3, storage at 1, communications at 4). +> > the spec: host controller, device (wireless@2), interface (wireless@0.1, +> > wireless@0.2) and combined (hub@1, hub@3, storage@1, communications@4). > > > > Peter's example only contained hubs in combined nodes, no device or > > interface nodes. I wonder if the code is able to parse all four @@ -127,3 +127,7 @@ or the usb_interface, even if both are listed. Ok, so if the USB spec allows it, we should probably try to handle it too. Arnd +-- +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 9b5d117..8d5c839 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,24 @@ "ref\0Pine.LNX.4.44L0.1601211015010.2275-100000@iolanthe.rowland.org\0" "ref\02930830.FLp5q7oBTi@wuerfel\0" "ref\020160122065901.GA31145@shlinux2\0" - "From\0arnd@arndb.de (Arnd Bergmann)\0" - "Subject\0[PATCH v3 1/1] USB: core: let USB device know device node\0" + "From\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0" + "Subject\0Re: [PATCH v3 1/1] USB: core: let USB device know device node\0" "Date\0Fri, 22 Jan 2016 11:18:07 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" + "Cc\0Peter Chen <hzpeterchen-Re5JQEeQqe8AvxtiuMwx3w@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 + gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org + s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org + linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + balbi-l0cyMroinI0@public.gmane.org + robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org + Alan Stern <stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org> + Peter Chen <peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org> + " kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org\0" "\00:1\0" "b\0" "On Friday 22 January 2016 14:59:01 Peter Chen wrote:\n" @@ -12,7 +26,7 @@ "> > On Thursday 21 January 2016 10:21:15 Alan Stern wrote:\n" "> > > On Thu, 21 Jan 2016, Arnd Bergmann wrote:\n" "> > > > On Thursday 21 January 2016 17:48:32 Peter Chen wrote:\n" - "> > \t\thub at 1 { /* external hub, superspeed mode class 9/subclass 0/proto 3 */\n" + "> > \t\thub@1 { /* external hub, superspeed mode class 9/subclass 0/proto 3 */\n" "> > \t\t\tcompatible = \"usb2109,0812.591\",\n" "> > \t\t\t\t \"usb2109,0812\",\n" "> > \t\t\t\t \"usb2109,class9.0.3\",\n" @@ -30,7 +44,7 @@ "> > \t\t\t#size-cells = <0>;\n" "> > \t\t\treg = <1>;\n" "> > \n" - "> > \t\t\tcommunications at 4 { /* superspeed ethernet device */\n" + "> > \t\t\tcommunications@4 { /* superspeed ethernet device */\n" "> > \t\t\t\tcompatible = \"usb0b95,1790.100\",\n" "> > \t\t\t\t\t \"usb0b95,1790\",\n" "> > \t\t\t\t\t \"usb0b95,class255.255.0\",\n" @@ -44,7 +58,7 @@ "> > \t\t\t\treg = <4>;\n" "> > \t\t\t};\n" "> > \n" - "> > \t\t\tstorage at 1 { /* superspeed flash drive */\n" + "> > \t\t\tstorage@1 { /* superspeed flash drive */\n" "> > \t\t\t\tcompatible = \"usb1234,5678.600\",\n" "> > \t\t\t\t\t \"usb1234,5678\",\n" "> > \t\t\t\t\t \"usbif1234,class8.6.80\",\n" @@ -57,7 +71,7 @@ "> > \t\t\t};\n" "> > \t\t};\n" "> > \t\n" - "> > \t\thub at 3 { /* same external hub, highspeed mode */\n" + "> > \t\thub@3 { /* same external hub, highspeed mode */\n" "> > \t\t\tcompatible = \"usb2109,0812.591\",\n" "> > \t\t\t\t \"usb2109,0812\",\n" "> > \t\t\t\t \"usb2109,class9.0.1\",\n" @@ -71,11 +85,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" - "> > \t\t\t\twireless at 0,1 { /* bluetooth config 0, if 1 */\n" + "> > \t\t\t\twireless@0,1 { /* bluetooth config 0, if 1 */\n" "> > \t\t\t\t\tcompatible = \"usbif0a12,0001.134.config0.1\",\n" "> > \t\t\t\t\t\t\t\"usbif0a12,0001.config0.1\",\n" "> > \t\t\t\t\t\t\t\"usbif0a12,class224.1.1\",\n" @@ -91,8 +105,8 @@ "> > \t};\n" "> > \n" "> > In that description, I have included all four kinds of nodes from\n" - "> > the spec: host controller, device (wireless at 2), interface (wireless at 0.1,\n" - "> > wireless at 0.2) and combined (hub at 1, hub at 3, storage at 1, communications at 4).\n" + "> > the spec: host controller, device (wireless@2), interface (wireless@0.1,\n" + "> > wireless@0.2) and combined (hub@1, hub@3, storage@1, communications@4).\n" "> > \n" "> > Peter's example only contained hubs in combined nodes, no device or\n" "> > interface nodes. I wonder if the code is able to parse all four\n" @@ -135,6 +149,10 @@ "\n" "Ok, so if the USB spec allows it, we should probably try to handle it too.\n" "\n" - "\tArnd" + "\tArnd\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 -3e405b237dee1c40f7def047f1bd8c15f5f0d10e0956102ea57bfefd3abbcb3a +c3fb5f911e0783345d6bb54843205023ec8803d34104b1bbaebb4416e550188d
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.