[linux-usb-devel] is the hiddev* allocation order guaranteed?

2007-08-10 Thread Folkert van Heusden
Hi,

I have 3 the same devices of the same brand, e.g. their vendor, product
and version fields in struct hiddev_devinfo are all the same. Two of
them are on the same bus, the third on some other bus.

   USB PORT 1 USB PORT 2
|  |  |
| device B   device C
   device A

Using udev these devices get a /dev/usb/hiddev[0-15] node allocated.
My question now is: will each device always have the same node? Will
device A always get for example /dev/usb/hiddev0? and C always
/dev/usb/hiddev2?
And if that is not the case, how can I then find those? Will it work if
I use busnum, devnum and ifnum?


Folkert van Heusden

-- 
MultiTail è uno flexible tool per seguire di logfiles e effettuazione
di commissioni. Feltrare, provedere da colore, merge, 'diff-view',
etc. http://www.vanheusden.com/multitail/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel


[linux-usb-devel] hiddev

2007-08-10 Thread Folkert van Heusden
Hi,

In linux/Documentation/usb/hiddev.txt I read the following:

 HIDIOCGSTRING - struct hiddev_string_descriptor (read/write)
 Gets a string descriptor from the device. The caller must fill in the
 index field to indicate which descriptor should be returned.

Can you please tell me in what range this index is?


Thank you,

Folkert van Heusden

-- 
MultiTail is een flexibele tool voor het volgen van logfiles en
uitvoer van commando's. Filteren, van kleur voorzien, mergen,
'diff-view', etc. http://www.vanheusden.com/multitail/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel


Re: [linux-usb-devel] hiddev

2007-08-10 Thread Folkert van Heusden
   HIDIOCGSTRING - struct hiddev_string_descriptor (read/write) Gets a 
   string descriptor from the device. The caller must fill in the index 
   field to indicate which descriptor should be returned.
  Can you please tell me in what range this index is?
 
 Please refer to USB specification.
 The string descriptor indexes are fully optional and are referenced by the 
 other descriptors (device descriptors, configuration descriptors, etc). So 
 the valid range differs from device to device and depends of how much of 
 the descriptor information has available the corresponding string (human 
 readable) representation.

Yes I understood that. I needed this info to investigate an USB device
for which no documentation exists. But I think I found the information
that I need:
in linux/drivers/usb/core/message.c there's the following code snippet:
result = usb_control_msg(dev, usb_rcvctrlpipe(dev, 0),
USB_REQ_GET_DESCRIPTOR, USB_DIR_IN,
(USB_DT_STRING  8) + index, langid, buf, size,

That means that index may not be bigger then 255 as else it would garble the
value of 'USB_DT_STRING  8'.


Folkert van Heusden

-- 

Multitail - gibkaja utilita po sledovaniju log-fajlov i vyvoda
kommand. Fil'trovanie, raskrašivanie, slijanie, vizual'noe sravnenie,
i t.d.  http://www.vanheusden.com/multitail/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel


Re: [linux-usb-devel] Trust WB-5400 webcam

2007-03-11 Thread Folkert van Heusden
  Anyone working on support for the Trust WB-5400 webcam?
 Could you please post more information about your device, such as the output 
 of lsusb -v ? Thanks.

Can't do that yet: I was informing for a friend if maybe someone new if
there was a driver already. I'll CC him so that he can tell us if he
bought it already and can give us that information.


Folkert van Heusden

-- 
MultiTail er et flexible tool for å kontrolere Logfiles og commandoer.
Med filtrer, farger, sammenføringer, forskeliger ansikter etc.
http://www.vanheusden.com/multitail/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel


[linux-usb-devel] Trust WB-5400 webcam

2007-03-01 Thread Folkert van Heusden
Hi,

Anyone working on support for the Trust WB-5400 webcam?


Folkert van Heusden

p.s. please cc me

-- 
MultiTail est un flexible tool pour suivre de logfiles et execution de
commandements. Filtrer, pourvoir de couleur, merge, 'diff-view', etc.
http://www.vanheusden.com/multitail/
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel


[linux-usb-devel] ov511 (ov518 to be specific, and its compression module) in 2.6.0-testX

2003-11-14 Thread Folkert van Heusden
Hi,

Has anyone succeeded in getting the ov511 driver to work in 2.6.0-testX? I
specifically need the compression-module which doesn't seem to compile.


Folkert van Heusden

p.s. please CC me as I'm not on the list

+--+
| UNIX sysop? Then give MultiTail ( http://www.vanheusden.com/multitail/ ) |
| a try, it brings monitoring logfiles (and such) to a different level!|
+---= www.vanheusden.com =-+



---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
___
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel


[linux-usb-devel] ov511 (ov518 to be specific, and its compression module) in 2.6.0-testX

2003-11-14 Thread Folkert van Heusden

Has anyone succeeded in getting the ov511 driver to work in 2.6.0-testX? I
specifically need the compression-module which doesn't seem to compile.


Folkert van Heusden

p.s. please CC me as I'm not on the list

+--+
| UNIX sysop? Then give MultiTail ( http://www.vanheusden.com/multitail/ ) |
| a try, it brings monitoring logfiles (and such) to a different level!|
+---= www.vanheusden.com =-+




---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
___
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel