Re: question: do we have any UML like design diagram for usb core and driver model?

2013-08-02 Thread Chen Wang
This book is good, thank you very much. looping in the mail-list. On Fri, 2013-08-02 at 10:32 +0530, Rajaram R wrote: On Thu, Aug 1, 2013 at 2:43 PM, Chen Wang unicornxx.w...@gmail.com wrote: hello, I'm reading code of usb core and driver model/sysfs. I believe they are designed with OOP.

Re: question: do we have any UML like design diagram for usb core and driver model?

2013-08-02 Thread Chen Wang
Ok, I see. Maybe it's better to provide these diagrams in books for learners. Rajaram just recommended me one book and it looks good to me :). I have replied and looped the email in the mail-list. On Fri, 2013-08-02 at 10:53 +0800, Greg KH wrote: On Fri, Aug 02, 2013 at 09:56:17AM +0800, Chen

question: do we have any UML like design diagram for usb core and driver model?

2013-08-01 Thread Chen Wang
hello, I'm reading code of usb core and driver model/sysfs. I believe they are designed with OOP. So, do we have any UML design diagrams for better understanding? I can't image newbies can ramp up quickly in front of such tons of codes without a high-level design guidance, though I believe I can

Re: question: do we have any UML like design diagram for usb core and driver model?

2013-08-01 Thread Oliver Neukum
On Thu, 2013-08-01 at 17:13 +0800, Chen Wang wrote: hello, I'm reading code of usb core and driver model/sysfs. I believe they are designed with OOP. Yes, much of the code is OO. However, we usually don't overwrite methods. So, do we have any UML design diagrams for better No. The code was

Re: question: do we have any UML like design diagram for usb core and driver model?

2013-08-01 Thread Greg KH
On Thu, Aug 01, 2013 at 11:51:07AM +0200, Oliver Neukum wrote: On Thu, 2013-08-01 at 17:13 +0800, Chen Wang wrote: hello, I'm reading code of usb core and driver model/sysfs. I believe they are designed with OOP. Yes, much of the code is OO. However, we usually don't overwrite methods.

Re: question: do we have any UML like design diagram for usb core and driver model?

2013-08-01 Thread Alan Stern
On Thu, 1 Aug 2013, Oliver Neukum wrote: On Thu, 2013-08-01 at 17:13 +0800, Chen Wang wrote: hello, I'm reading code of usb core and driver model/sysfs. I believe they are designed with OOP. Yes, much of the code is OO. However, we usually don't overwrite methods. So, do we have

Re: question: do we have any UML like design diagram for usb core and driver model?

2013-08-01 Thread Chen Wang
On Thu, 2013-08-01 at 10:34 -0400, Alan Stern wrote: On Thu, 1 Aug 2013, Oliver Neukum wrote: On Thu, 2013-08-01 at 17:13 +0800, Chen Wang wrote: hello, I'm reading code of usb core and driver model/sysfs. I believe they are designed with OOP. Yes, much of the code is OO.

Re: question: do we have any UML like design diagram for usb core and driver model?

2013-08-01 Thread Greg KH
On Fri, Aug 02, 2013 at 09:56:17AM +0800, Chen Wang wrote: On Thu, 2013-08-01 at 10:34 -0400, Alan Stern wrote: On Thu, 1 Aug 2013, Oliver Neukum wrote: On Thu, 2013-08-01 at 17:13 +0800, Chen Wang wrote: hello, I'm reading code of usb core and driver model/sysfs. I believe they