===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
All: Last night we sent confirmations to the first 100 people who had registered for the event. Needless to say, there are far more than 100 registrations. ...
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Apr 8, 2007 2:32 pm
7350
Hi, i read the usbdoc available in http://www.lrr.in.tum.de/Par/arch/usb/usbdoc/node15.html and reffered some pages by searching on google also. still i have...
Hi Ashok, ... Hi Ashok, You can read Documentation/devices.txt in the kernel source tree for a complete list of major and minor numbers. No, all USB devices do...
Hello Ankit Chaturvedi, Are the major numbers for the usb devices registered only using the char-register function? Or is there some other function to do this...
Hi I am new to USB device drivers. I would like to know how do I get information to write USB device driver? How do I create my own USB class and get a new...
Hi Tiju, ... No, a usb device can be a block device(as in mass storage device) , or in some special cases a network device(usb modem) so it does not necessariy...
Hi Tiju, ... Read Documentation/usb/ in the kernel source tree. The Docbook that comes with the kernel is also very helpful. Do a 'make htmldocs' at the top...
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Apr 22, 2007 1:04 pm
7357
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
May 1, 2007 1:51 pm
7358
Hi, Just wanted to find if there is a way I can kill a particular thread (child thread) of an user application implemented using NPTL under Linux 2.6. Also can...
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
May 6, 2007 1:07 pm
7360
Hello, I am using Mips 32 target and i use below structure typedef struct packet_t { unsigned int length; unsigned short int value; unsigned id; union { struct...
Simon fgc
simon.fgc@...
May 19, 2007 12:02 pm
7361
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
May 20, 2007 1:43 pm
7362
... Hi Simon, Obviously you need a little endian representation where as your machine is big endian. I am not sure what you are trying to do but it is not a...
Hello, I intend to use MySQL and PHP to do a lot of database related stuff. Upon reading it seems to me that there is no fool proof method to get rid of 'SQL...
... Naturally, if fools write code, then there's nothing anyone can do. What you, as a programmer, needs to do, is not be a fool. Take proper precautions,...
... Just to clarify, I'm not calling you a fool, just trying (badly I might add) to make imaginative use of the term "fool proof". Peace. -- e-credibility: the...
... It turns out that the security of an app has less to do with the language than it has to do with the programmer. Yes, perl has a taint checking mode that...
Thanks Phil. I too hate PHP. :) I got some info. It seems PEAR and SafeSQL should be adequate. http://phpinsider.com/php/code/SafeSQL/ -S [Non-text portions of...
... ROFLMAO - I guess you missed out on what Philip said in the first line. Your question is quite 2003ish at that and ... since you have found *one* of the...
... No. Mainly because it's of no consequence to me or anyone working on my team. I do taint checking with my eyes. -- Testing can show the presense of bugs,...
... http://blog.moertel.com/articles/2006/10/18/a-type-based-solution-to-the-strings-problem is a fascinating read on the topic. Dropping back to the dynamic...
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Jun 1, 2007 1:26 pm
7375
hi all i need to make a service in linux to run a program in background. (this program is a single file and written by php "not web application" and i can run...