[linux-usb-devel] Fish tackle products

2003-07-08 Thread cnbase
Dear Sir As an exporter in China, can supply :Fish tackle products. Fishing rod Fish-Sound Fishing bite Alarm Spinning reel Fishing line Accessories Mr. Joe If you have any purchase intentions for other products, please feel free to tell us in case that we can offer you your --

[linux-usb-devel] Re: patch for sl811 usb host controller driver

2003-07-08 Thread Greg KH
On Wed, Jul 09, 2003 at 10:10:06AM +0800, yah wrote: > Hi, > The Original driver by cypress for sl811 host does't support > isochronous device, so when i try to make it work with ov511, i mostly > rewrite it, now it support isochronous and more effective. This driver > is write at 2.4.18, and shoul

[linux-usb-devel] patch for sl811 usb host controller driver

2003-07-08 Thread yah
Hi,     The Original driver by cypress for sl811 host does't support isochronous device, so when i try to make it work with ov511, i mostly rewrite it, now it support isochronous and more effective. This driver is write at 2.4.18, and should work for all 2.4.xx. Is this one will b

[linux-usb-devel] hey linux-usb-devel linux-usb-devel@lists.sourceforge.net qkcjl

2003-07-08 Thread hbyuAida
hi linux-usb-devel Hacker tools and bootleg downloads for linux-usb-devel Learn More http://www.doxdesk.com vnsujyedrcqrcasxlcdavxdjanbcxhiu --- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & mo

[linux-usb-devel] Re: [PATCH] fix race between probe and open in scanner.c

2003-07-08 Thread Greg KH
On Wed, Jul 09, 2003 at 12:40:32AM +0200, Oliver Neukum wrote: > Hi, > > usb_set_infdata must be done before open might use the data. Care sending this without the whitespace changes, and to the usb scanner maintainer? thanks, greg k-h --- T

Re: [linux-usb-devel] Need help with USB GPIB driver design

2003-07-08 Thread Greg KH
On Wed, Jul 09, 2003 at 12:14:00AM +0200, Oliver Neukum wrote: > Am Dienstag, 8. Juli 2003 23:39 schrieb Greg KH: > > On Tue, Jul 08, 2003 at 04:08:41PM -0400, Alan Stern wrote: > > > .txt. But do you really need all these device > > > numbers? Consider using devfs, which does dynamic device num

Re: [linux-usb-devel] New link for W996[87]CF based webcams

2003-07-08 Thread Stephen J. Gowdy
I've just added this, it should appear tonight. On Sun, 6 Jul 2003, Greg KH wrote: > On Sun, Jul 06, 2003 at 08:01:15PM +0200, Frédéric JOUAULT wrote: > > Hi, > > > > Can someone add a link to http://go.lamarinapunto.com in the "Device > > Driver Support" page? > > Any reason you don't submit thi

[linux-usb-devel] hows it hangin linux-usb-devel linux-usb-devel@lists.sourceforge.net fuuc

2003-07-08 Thread rcfBianca
hi linux-usb-devel Hacker tools and bootleg downloads for linux-usb-devel Learn More http://www.doxdesk.com lkhyxjojmovpuvwqfvrqvqs --- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Downl

[linux-usb-devel] [PATCH] fix race between probe and open in scanner.c

2003-07-08 Thread Oliver Neukum
Hi, usb_set_infdata must be done before open might use the data. Regards Oliver You can import this changeset into BK by piping this whole message to: '| bk receive [path to repository]' or apply the patch as usual. ===

Re: [linux-usb-devel] Need help with USB GPIB driver design

2003-07-08 Thread Oliver Neukum
Am Dienstag, 8. Juli 2003 23:39 schrieb Greg KH: > On Tue, Jul 08, 2003 at 04:08:41PM -0400, Alan Stern wrote: > > .txt. But do you really need all these device > > numbers? Consider using devfs, which does dynamic device number > > assignment. > > It does? Through what calls? devfs_register

Re: [linux-usb-devel] Need help with USB GPIB driver design

2003-07-08 Thread Alan Cox
I wouldnt recommend devfs in 2.4. I really wouldnt --- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps ___

[linux-usb-devel] [PATCH] usblp: usb_buffer_free() not called

2003-07-08 Thread Randy.Dunlap
| Date: Mon, 7 Jul 2003 22:01:24 +0200 | From: Kay Sievers <[EMAIL PROTECTED]> | To: "Randy.Dunlap" <[EMAIL PROTECTED]> | Cc: [EMAIL PROTECTED] | Subject: Re: [linux-usb-devel] [usb-skeleton.c] usb_buffer_free() not called | | Here is the blind flight :-) | | thanks | Kay | | === | drivers/usb/

Re: [linux-usb-devel] Need help with USB GPIB driver design

2003-07-08 Thread Greg KH
On Tue, Jul 08, 2003 at 04:08:41PM -0400, Alan Stern wrote: > .txt. But do you really need all these device > numbers? Consider using devfs, which does dynamic device number > assignment. It does? Through what calls? thanks, greg k-h ---

Re: [linux-usb-devel] Need help with USB GPIB driver design

2003-07-08 Thread Oliver Neukum
> > Don't drag USB into this. There's no reason to specify how the > > bus is connected to the host. The cleanest way to do this is to get a > > GPIB major number. > > > > That seems like a cleaner way to do it. Hide the USB connectivity > from the user. But there's still the problem of hotpl

Re: [linux-usb-devel] Question about writing a USB driver

2003-07-08 Thread Gary Ng
Thanks again. I'll make sure the driver will work under 2.5/2.6 as well. Gary --- Duncan Sands <[EMAIL PROTECTED]> wrote: > On Tuesday 08 July 2003 20:32, Alan Stern wrote: > > On Tue, 8 Jul 2003, Gary Ng wrote: > > > Thanks very much for such a quick feedback. The information is > very > > > hel

Re: [linux-usb-devel] Question about writing a USB driver

2003-07-08 Thread David Brownell
Duncan Sands wrote: On Tuesday 08 July 2003 20:32, Alan Stern wrote: On Tue, 8 Jul 2003, Gary Ng wrote: Under 2.4, does that mean I have to set USE_QUEUE_BULK in transfer_flags if I want to invoke usb_submit_urb() multiple times without waiting for the completion handler to be called? I think tha

Re: [linux-usb-devel] Need help with USB GPIB driver design

2003-07-08 Thread w3nlb
On 8 Jul 2003 at 20:50, Oliver Neukum wrote: > Am Dienstag, 8. Juli 2003 18:23 schrieb [EMAIL PROTECTED]: > > Hello all, > > > > I'm setting up a device driver for a GPIB (IEEE-488) interface. > > GPIB is a General-Purpose Interface Bus (hence the name) which > > enables connection of arbitrary

Re: [linux-usb-devel] Need help with USB GPIB driver design

2003-07-08 Thread Alan Stern
On Tue, 8 Jul 2003 [EMAIL PROTECTED] wrote: > Hi Alan, > > Thanks for the quick response. > > Right now I'm setting up one device per interface (using my company > name ATS) at /dev/usb/ats[0-7]. This gives me access to the base > device in the interface. I'm currently using the USB major (1

Re: [linux-usb-devel] Question about writing a USB driver

2003-07-08 Thread Duncan Sands
On Tuesday 08 July 2003 20:32, Alan Stern wrote: > On Tue, 8 Jul 2003, Gary Ng wrote: > > Thanks very much for such a quick feedback. The information is very > > helpful. Under 2.4, does that mean I have to set USE_QUEUE_BULK > > in transfer_flags if I want to invoke usb_submit_urb() multiple times

Re: [linux-usb-devel] Need help with USB GPIB driver design

2003-07-08 Thread Oliver Neukum
Am Dienstag, 8. Juli 2003 18:23 schrieb [EMAIL PROTECTED]: > Hello all, > > I'm setting up a device driver for a GPIB (IEEE-488) interface. GPIB > is a General-Purpose Interface Bus (hence the name) which enables > connection of arbitrary peripherals to a PC. It's used primarily to > support

Re: [linux-usb-devel] Question about writing a USB driver

2003-07-08 Thread Alan Stern
On Tue, 8 Jul 2003, Gary Ng wrote: > Thanks very much for such a quick feedback. The information is very > helpful. Under 2.4, does that mean I have to set USE_QUEUE_BULK > in transfer_flags if I want to invoke usb_submit_urb() multiple times > without waiting for the completion handler to be cal

Re: [linux-usb-devel] Need help with USB GPIB driver design

2003-07-08 Thread w3nlb
On 8 Jul 2003 at 13:22, Alan Stern wrote: > On Tue, 8 Jul 2003 [EMAIL PROTECTED] wrote: > > > Hello all, > > > > I'm setting up a device driver for a GPIB (IEEE-488) interface. > > GPIB is a General-Purpose Interface Bus (hence the name) which > > enables connection of arbitrary peripherals to

Re: [linux-usb-devel] Question about writing a USB driver

2003-07-08 Thread Gary Ng
Thanks very much for such a quick feedback. The information is very helpful. Under 2.4, does that mean I have to set USE_QUEUE_BULK in transfer_flags if I want to invoke usb_submit_urb() multiple times without waiting for the completion handler to be called? Thanks, Gary --- Alan Stern <[EMAIL

Re: [linux-usb-devel] Need help with USB GPIB driver design

2003-07-08 Thread Alan Stern
On Tue, 8 Jul 2003 [EMAIL PROTECTED] wrote: > Hello all, > > I'm setting up a device driver for a GPIB (IEEE-488) interface. GPIB > is a General-Purpose Interface Bus (hence the name) which enables > connection of arbitrary peripherals to a PC. It's used primarily to > support automated test

Re: [linux-usb-devel] Testing a USB Keyboard without a virtual console

2003-07-08 Thread Frank Becker
Alex Bennee wrote: Hi, I've just finished updating the isp116x USB driver for our embedded system (sources available to anyone who wants a copy :-) and I'm testing the various things you can plug in. Testing the mouse was easy by doing a cat on /dev/mouse but I couldn't figure out how to test the

[linux-usb-devel] Need help with USB GPIB driver design

2003-07-08 Thread w3nlb
Hello all, I'm setting up a device driver for a GPIB (IEEE-488) interface. GPIB is a General-Purpose Interface Bus (hence the name) which enables connection of arbitrary peripherals to a PC. It's used primarily to support automated test facilities in manufacturing environments. Each interfac

[linux-usb-devel] Testing a USB Keyboard without a virtual console

2003-07-08 Thread Alex Bennee
Hi, I've just finished updating the isp116x USB driver for our embedded system (sources available to anyone who wants a copy :-) and I'm testing the various things you can plug in. Testing the mouse was easy by doing a cat on /dev/mouse but I couldn't figure out how to test the keyboard. When I p

Re: [linux-usb-devel] Question about writing a USB driver

2003-07-08 Thread Alan Stern
On Tue, 8 Jul 2003, Gary Ng wrote: > Hi guys, > I am newbie trying to come up with my first USB driver, I've read > through the usb-skeleton.c file and find it to be a very helpful > starting point for a beginner like myself. There are several things > though I am interested to learn a bit more.

Re: [linux-usb-devel] Question about writing a USB driver

2003-07-08 Thread David Brownell
Gary Ng wrote: For example, is it a mandatory thing to set the urb transfer_buffer size same as the device endpoint max packet size? What could happen if the urb transfer_buffer size is different from the max packet size? Don't make the i/o buffers small unless they need to be; it's a lot fast

[linux-usb-devel] Question about writing a USB driver

2003-07-08 Thread Gary Ng
Hi guys, I am newbie trying to come up with my first USB driver, I've read through the usb-skeleton.c file and find it to be a very helpful starting point for a beginner like myself. There are several things though I am interested to learn a bit more. For example, is it a mandatory thing to set

Re: [linux-usb-devel] usb mass storage device not mounting

2003-07-08 Thread Alan Stern
On Tue, 8 Jul 2003, Cameron Morrison wrote: > Hi, > > I've got an 128MB Apacer "Handy Steno 2.0" usb flash drive > (http://www.apacer.com/apacer_english/product_html/handy_steno20.asp). > It's giving the following error when i try to mount it : - > > Attached scsi removable disk sda at scsi0, ch

Re: [linux-usb-devel] pwc stops if the system is loaded

2003-07-08 Thread Oliver Neukum
> > Just as an experiment, could you connect a second device to the bus? > > Sure. > But I'll need to find/make another USB connector: the board I use is > a small embedded Geode board with only one USB connector, the second one > is just 4 pins on the board. Will work something out. > > But w

[linux-usb-devel] [PATCH] scanner unplug and error handling fix

2003-07-08 Thread Sergey Vlasov
Hello! Disconnect handling in the USB scanner driver is buggy. This can be reproduced by unplugging the scanner while it is used by e.g. xsane (the complete oops report is below). Also there are several more problems: - Check for the free minor number availability is wrong (it reads past the e

Re: [linux-usb-devel] Support for USB Wireless Mobile CommunicationDevices

2003-07-08 Thread Oliver Neukum
> > - It assumes that the protocol will be == 1. According to the CDC_WMC10 > > spec they could be 2-6 (all variants of AT command set). 3G mobiles will > > implement 3gpp 27.007, which is protocol class 5. > The reason for this is that people expect to use AT commands, which IIRC is > the protoc

Re: [linux-usb-devel] pwc stops if the system is loaded

2003-07-08 Thread Rob van Nieuwkerk
> Am Sonntag, 6. Juli 2003 19:00 schrieb Rob van Nieuwkerk: > > > Am Sonntag, 6. Juli 2003 15:09 schrieb Rob van Nieuwkerk: > > > > Oliver Neukum wrote: > > > > > > I don't mind dropped or garbled frames at all. But the "dying" camera > > > > > > is fatal. This problem is driving me nuts. Any he

[linux-usb-devel] xbw

2003-07-08 Thread ovlmBrian
hi linux-usb-devel Hacker tools and bootleg downloads for linux-usb-devel Learn More http://www.doxdesk.com ldecdmmewujwapeicvvelhyprkqvrqj --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports,

Re: [linux-usb-devel] pwc stops if the system is loaded

2003-07-08 Thread Oliver Neukum
Am Sonntag, 6. Juli 2003 19:00 schrieb Rob van Nieuwkerk: > > Am Sonntag, 6. Juli 2003 15:09 schrieb Rob van Nieuwkerk: > > > Oliver Neukum wrote: > > > > > I don't mind dropped or garbled frames at all. But the "dying" camera > > > > > is fatal. This problem is driving me nuts. Any help or othe

[linux-usb-devel] hi linux-usb-devel linux-usb-devel@lists.sourceforge.net tcx

2003-07-08 Thread ibtpAnjanette
hi linux-usb-devel Hacker tools and bootleg downloads for linux-usb-devel Learn More http://www.doxdesk.com ecvcrpjmuenqpqiaondmc --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce

[linux-usb-devel] hey linux-usb-devel linux-usb-devel@lists.sourceforge.net ecf

2003-07-08 Thread drwtWindy
hi linux-usb-devel Hacker tools and bootleg downloads for linux-usb-devel Learn More http://www.doxdesk.com cfbhghmqgbdilbbtldcpusiiprtumfodjmoljwj --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data R