[Linux-usb-users] Re: Re: problem dialing CDMA provider using Nokia 3105 + CA-42 USB cable on 2.6.16.1

2006-05-19 Thread Mulyadi Santosa
Hi Greg... Thanks for the reply. See my reply below... > Perhaps this cable is not a pl2303 device? How did you determine > that it is? Can you take it apart and see what chip is in it? Hm, not 100% sure either. I got the idea to put the ID inside pl2303.h purely because lsusb reported it has

[Linux-usb-users] Please confirm your request to join BindaasDombivli

2006-05-19 Thread Yahoo!Groups
Hello linux-usb-users@lists.sourceforge.net, We have received your request to join the BindaasDombivli group hosted by Yahoo! Groups, a free, easy-to-use community service. This request will expire in 7 days. TO BECOME A MEMBER OF THE GROUP: 1) Go to the Yahoo! Groups site by clicking on thi

Re: [Linux-usb-users] RE: API that can read the PID / VID

2006-05-19 Thread Greg KH
On Fri, May 19, 2006 at 03:53:29PM +0200, Abdelkader YEDDES wrote: > > Hello, > > I send you a previous mail about how to access to USB SCSI command > under linuxI 'd like to know if there are any API that can read the > PID / VID , Serial Number. sysfs has this. You can read those files using

[Linux-usb-users] Re: problem dialing CDMA provider using Nokia 3105 + CA-42 USB cable on 2.6.16.1

2006-05-19 Thread Greg KH
On Fri, May 19, 2006 at 09:45:44PM +0700, Mulyadi Santosa wrote: > Hello. > > recently, I bought a CA-42 USB cable. This is what "lsusb" tells about > it: > Bus 002 Device 002: ID 0e55:110b Speed Dragon Multimedia, Ltd > > The relevant entries on /proc/bus/usb/devices are: > T: Bus=02 Lev=01 Pr

Re: [Linux-usb-users] USB Latency Issues

2006-05-19 Thread Joe Pfeiffer
Esben Stien writes: > Alan Stern <[EMAIL PROTECTED]> writes: > > > Linux is not an RTOS. > > With the ingo-molnar realtime patch, the linux kernel is capable of > hard realtime operation. Not quite -- those patches reduce latency a lot, but still don't provide guaranteed latencies. -- Jos

[Linux-usb-users] nh您好

2006-05-19 Thread 陈生
尊敬的(经理/财务)您好: 首祝贵公司生意兴隆.财源滚滚. 我公司是一家大型企业,公司实力雄厚,有着良好的社会 关系,因进项较多和多家企业的委托.现可为贵公司在作帐.补帐 上提供如下票据:普通国税.地税(商品销售.其它服务.广告. 交通运输. 建筑工程.租赁.餐饮等都在2%左右.增值税.缴款书 6%左右)优惠代开或合作。 还可以根据客户在″互惠互利″的合作基础上为客户(代开发票) 注:所有票据均为税务领取由企业直接开出。如贵公司在发票 真伪方面有任何质疑可上网查询或去税务验证后再付款。 (真诚希望与

Re: [Linux-usb-users] USB Latency Issues

2006-05-19 Thread Esben Stien
Alan Stern <[EMAIL PROTECTED]> writes: > I suspect it's not possible to provide any sort of performance > guarantee to a user program when the system is under high load. It's not possible with USB since it offers no guarantee for realtime delivery, but the linux kernel is capable of realtime oper

[Linux-usb-users] Dynex DX-UC202 Cardbus NEC USB Adapter - SOLVED

2006-05-19 Thread Edward Felberbaum
My problem with the Dynex DX-UC202 has been solved. Recap: Although the USB adapter card showed up in lspci, lsusb never showed any plugged in USB device. I never used the supplied power cable because I assumed that the laptop would provide all the power the low power USB devices needed (Mous

RE: [Linux-usb-users] API that can read the PID / VID

2006-05-19 Thread Alan Stern
On Fri, 19 May 2006, Abdelkader YEDDES wrote: > Thanks for this information, > > But, can we do the same thing using a programming lanaguage such as C, C++ > or Java. > $ cat /sys/bus/usb/devices/1-4/idProduct : Is just a shell command, But if I > want to develop a Graphical Interface. How can I

[Linux-usb-users] nh您好

2006-05-19 Thread 陈生
尊敬的(经理/财务)您好: 首祝贵公司生意兴隆.财源滚滚. 我公司是一家大型企业,公司实力雄厚,有着良好的社会 关系,因进项较多和多家企业的委托.现可为贵公司在作帐.补帐 上提供如下票据:普通国税.地税(商品销售.其它服务.广告. 交通运输. 建筑工程.租赁.餐饮等都在2%左右.增值税.缴款书 6%左右)优惠代开或合作。 还可以根据客户在″互惠互利″的合作基础上为客户(代开发票) 注:所有票据均为税务领取由企业直接开出。如贵公司在发票 真伪方面有任何质疑可上网查询或去税务验证后再付款。 (真诚希望与

[Linux-usb-users] problem dialing CDMA provider using Nokia 3105 + CA-42 USB cable on 2.6.16.1

2006-05-19 Thread Mulyadi Santosa
Hello. recently, I bought a CA-42 USB cable. This is what "lsusb" tells about it: Bus 002 Device 002: ID 0e55:110b Speed Dragon Multimedia, Ltd The relevant entries on /proc/bus/usb/devices are: T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=ff(vend.) Sub=01

[Linux-usb-users] RE: API that can read the PID / VID

2006-05-19 Thread Abdelkader YEDDES
Hello, I send you a previous mail about how to access to USB SCSI command under linuxI 'd like to know if there are any API that can read the PID / VID , Serial Number. If not, How can access to the USB device under Linux with Prgramming language (C++ for example)? Thanks in advance. Kader

Re: RE: [Linux-usb-users] API that can read the PID / VID

2006-05-19 Thread Eugen Constantinescu
Hi, There are some alternative solutions which are related to the HAL (dbus) daemon. You can get information not just for any USB devices but also some other detected hardware. See: hald, libhal Mainly you can write a C, C++ (may be other languages) application which can search for USB informati

RE: [Linux-usb-users] API that can read the PID / VID

2006-05-19 Thread Abdelkader YEDDES
Thanks for this information, But, can we do the same thing using a programming lanaguage such as C, C++ or Java. $ cat /sys/bus/usb/devices/1-4/idProduct : Is just a shell command, But if I want to develop a Graphical Interface. How can I obtain this information ? Thanks in advance. -Origina