[linux-usb-devel] Jobs in Australia and New Zealand

2006-08-14 Thread Catrina . jones
We are now hiring in Australia and New Zealand! This rather new business concept already became One of the hot 13 businesses of 2005, as stated by the Entrepreneur Magazine, and is quickly expanding globally. People everywhere have all types of items they can sell through online auctions, but

[linux-usb-devel] Usb storage mount problem

2006-08-14 Thread Manish RATHI
Hi, I am using my usb controller driver in host mode for mass torage emulation. Mass torage device is detected and I got following prints / # INQUIRY message sent Vendor: Generic Model: Flash D Rev: Type: Direct-Access ANSI SCSI revision: 00 SCSI

Re: [linux-usb-devel] Usb storage mount problem

2006-08-14 Thread Subhash Reddy Peddamallu
Hi, I am using my usb controller driver in host mode for mass torage emulation. Mass torage device is detected and I got following prints / # INQUIRY message sent Vendor: Generic Model: Flash D Rev: Type: Direct-Access ANSI SCSI revision: 00 SCSI

Re: [linux-usb-devel] [PATCH] Support for gzipped usb.ids files

2006-08-14 Thread Aurelien Jarno
Hi! On Tue, Aug 08, 2006 at 06:36:30PM +0200, Aurelien Jarno wrote: On Tue, Aug 08, 2006 at 02:22:24PM +0200, Thomas Sailer wrote: On Sun, 2006-08-06 at 14:10 -0700, Randy.Dunlap wrote: It was just posted to the linux-pci m-l on Aug-04 and has not been acted on. I'm a bit worried

Re: [linux-usb-devel] Usb storage mount problem

2006-08-14 Thread Alan Stern
On Mon, 14 Aug 2006, Manish RATHI wrote: Hi, I am using my usb controller driver in host mode for mass torage emulation. Mass torage device is detected and I got following prints SCSI device sdb: 1024 512-byte hdwr sectors (1 MB) sdb: Write Protect is off sdb: assuming drive cache:

Re: [linux-usb-devel] Stoneridge Optac Download Tool

2006-08-14 Thread Alan Stern
On Mon, 14 Aug 2006, Klaus Muth wrote: Yep, I noticed the missing spaces, that is the reason why I added those markers (...) in the kprint message. But I didn't know, that this is a violation of the SCSI standard. It is. However, the device claims to support ANSI SCSI revision 0, which

Re: [linux-usb-devel] [ link to patch] resurrecting the uml-hcd

2006-08-14 Thread Alan Stern
On Mon, 14 Aug 2006, James McMechan wrote: There's no point queuing an URB for the root hub. Queued URBs are sent out over the USB bus... which makes no sense when the URB's destination is the HCD itself. Or to put it another way: Why should an HCD have to work to unpack the request,

Re: [linux-usb-devel] Palm Treo 700p from Verizon

2006-08-14 Thread Luiz Fernando N. Capitulino
Em Fri, 11 Aug 2006 13:36:16 -0400 t1 [EMAIL PROTECTED] escreveu: |I have a new Palm Treo 700p from Verizon, and it seems they | have modified the software so the stock | kernel drivers will cause the 700p to reboot when the first character is | sent to ttyUSB0. :( | When the

Re: [linux-usb-devel] Select Configuration of M-Audio USB Device

2006-08-14 Thread Alan Stern
On Mon, 14 Aug 2006 [EMAIL PROTECTED] wrote: The driver I'm talking about is the snd-usb-audio. If the world would be perfect there would only be a single standard compliant driver for all usb audio devices. But as we all now it isn't. This is the reason why there are a lot of quirks

Re: [linux-usb-devel] Select Configuration of M-Audio USB Device

2006-08-14 Thread Clemens Ladisch
Alan Stern wrote: On Mon, 14 Aug 2006 [EMAIL PROTECTED] wrote: all altsets from the configuration 1 are also included in configuration 2. This is the reason why I think switching the configuration in the driver would do no harm. I see. It sounds like a bad design. If all the altsettings

[linux-usb-devel] 深圳康美丹3折特价专卖--21141511

2006-08-14 Thread 你好
海德堡CP2000全新对开平价印刷,600元起版印刷,质量保证,交货快捷!欢迎来电! 超低四色平价印刷,质量保证!288元! 深圳*信封*信纸*打号码联单平价做! 转让1997年海德堡速霸自动装版对开四色机! 招聘5年以上工厂管理年薪20万以上 http://sz.160ad.com - Using Tomcat but need to do more? Need to support web services,

[linux-usb-devel] help

2006-08-14 Thread s.balamurugan
Hello USB USers, This bala, i am using 2.6 kernel, i want to understand the code flow of ehci-hcd.c program. Can anyone give me the documentation, or give some idea how to start to understand this program. what are the steps to follow while analyzing this

Re: [linux-usb-devel] Device connect timing

2006-08-14 Thread Greg KH
On Sat, Aug 12, 2006 at 10:57:13AM -0400, Alan Stern wrote: On Fri, 11 Aug 2006, Greg KH wrote: As I see it, there's no advantage in making register_root_hub run in a new thread. There _is_ an advantage in making the call from the hub driver run in a new thread, but there are also

[linux-usb-devel] drivers/usb/misc/cypress_cy7c63.c: NULL dereference

2006-08-14 Thread Adrian Bunk
The Coverity Checker spotted the following obvious NULL dereference: -- snip -- ... static int cypress_probe(struct usb_interface *interface, const struct usb_device_id *id) { ... if (dev == NULL) { dev_err(dev-udev-dev, Out of memory!\n);

Re: [linux-usb-devel] [Linux-fbdev-devel] [PATCH 2.6.18-rc4] sisusbvga: fix sisusb.c

2006-08-14 Thread Antonino A. Daplas
On Mon, 2006-08-14 at 05:47 +0900, Mitsuhiro KOGA wrote: Added the author to the CC list. It would be better if you remove the #ifdef within the functions. So something like... I had a problem with usb2vga and ppc linux. The background of the console greens, and the font is not displayed.

[linux-usb-devel] usbserial / visor debugging

2006-08-14 Thread t1
What is the best way to enable debugging for a Palm usb device? I need to see the data details of each usb packet exchanged with the Palm. Thanks Todd - Using Tomcat but need to do more? Need to support web services,

[linux-usb-devel] [-mm patch] make drivers/usb/core/driver.c:usb_device_match() static

2006-08-14 Thread Adrian Bunk
usb_device_match() can now become static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- linux-2.6.18-rc1-mm2-full/drivers/usb/core/driver.c.old 2006-07-14 23:29:20.0 +0200 +++ linux-2.6.18-rc1-mm2-full/drivers/usb/core/driver.c 2006-07-14 23:29:51.0 +0200 @@ -471,7

Re: [linux-usb-devel] drivers/usb/misc/cypress_cy7c63.c: NULL dereference

2006-08-14 Thread Greg KH
On Tue, Aug 15, 2006 at 02:04:42AM +0200, Adrian Bunk wrote: The Coverity Checker spotted the following obvious NULL dereference: -- snip -- ... static int cypress_probe(struct usb_interface *interface, const struct usb_device_id *id) { ... if (dev ==

[linux-usb-devel] [PATCH] usb-skeleton: small update -V1.

2006-08-14 Thread Luiz Fernando N. Capitulino
Hi Greg, This is on top of Alan's usb-skeleton-don-t-submit-urbs-after-disconnection.patch. o CodingStyle fixes o Removes trailing spaces o Do not make not needed initialiation of automatic variables o Use usb_endpoint_* functions o If we get an error in the write URB callback

Re: [linux-usb-devel] [ link to patch] resurrecting the uml-hcd

2006-08-14 Thread James McMechan
From: Alan Stern [EMAIL PROTECTED] To: James McMechan [EMAIL PROTECTED] CC: linux-usb-devel@lists.sourceforge.net, user-mode-linux-devel@lists.sourceforge.net Subject: Re: [linux-usb-devel] [ link to patch] resurrecting the uml-hcd Date: Mon, 14 Aug 2006 10:59:12 -0400 (EDT) On Mon, 14 Aug

Re: [linux-usb-devel] Dealias -110 in ohci-hcd

2006-08-14 Thread Pete Zaitcev
On Tue, 1 Aug 2006 08:17:51 -0700, David Brownell [EMAIL PROTECTED] wrote: However a grep ETIMEDOUT drivers/usb/*/*.[hc] shows more than HID needs to change, you should update all the relevant drivers not just that one ... e.g. other input drivers and the network drivers are all pretty good

Re: [linux-usb-devel] help

2006-08-14 Thread David Brownell
On Monday 14 August 2006 12:37 am, s.balamurugan wrote: Hello USB USers, This bala, i am using 2.6 kernel, i want to understand the code flow of ehci-hcd.c program. Can anyone give me the documentation, UTSL. :) or give some idea how to start to

Re: [linux-usb-devel] [PATCH] EHCI: repair remote-wakeup support

2006-08-14 Thread David Brownell
On Wednesday 02 August 2006 2:02 pm, Alan Stern wrote: On Wed, 2 Aug 2006, David Brownell wrote: ... now that I have a machine that can partially resume from STR, I can maybe spend some time chasing some of those issues; the box that can resume partially from standby is tied up with other

Re: [linux-usb-devel] Dealias -110 in ohci-hcd

2006-08-14 Thread David Brownell
On Monday 14 August 2006 7:54 pm, Pete Zaitcev wrote: On Tue, 1 Aug 2006 08:17:51 -0700, David Brownell [EMAIL PROTECTED] wrote: However a grep ETIMEDOUT drivers/usb/*/*.[hc] shows more than HID needs to change, you should update all the relevant drivers not just that one ... e.g. other