[linux-usb-devel] USB TV tuner for Linux

2002-01-16 Thread Jacek Pliszka
Hi! Does anybody know about any sub $100 PAL USB TV tuner working with Linux? I am considering getting one of these for my girlfriend (she's got a notebook so PCI is not an option): AVER SP/PO-EXT AVTVPS00 D-LINK DSB-T100 STARTECH TV TUNER (WITH REMOTE) and I would prefer one that has highest

Re: [linux-usb-devel] Linux-USB.org dangling link (fwd)

2002-01-16 Thread Stephen J. Gowdy
Thanks. On Wed, 16 Jan 2002, Randy.Dunlap wrote: > On Wed, 16 Jan 2002, Stephen J. Gowdy wrote: > > | Does anyone have a good link for this? > > http://marc.theaimsgroup.com/?l=linux-usb&m=92282561930486&w=2 > > -- /+-\ |Stephen

[linux-usb-devel] Re: [PATCH 6 of 6] USB stv680 bugfix

2002-01-16 Thread Marcelo Tosatti
Applied. On Wed, 16 Jan 2002, Greg KH wrote: > > Hi, > > Here's a patch against 2.4.18-pre4 that fixes the following bugs in the > USB stv680 driver: > - fixed the problem with webcam crashing after two pictures > - changed way pic is halved to improve quality > - got rid of

[linux-usb-devel] Re: [PATCH 5 of 6] USB storage driver update

2002-01-16 Thread Marcelo Tosatti
Applied. On Wed, 16 Jan 2002, Greg KH wrote: > > Hi, > > Here's a patch against 2.4.18-pre4 for the USB storage driver. It > contains the following changes: > - fixes a bit-manipulation bug in the INQUIRY fixup. > - addes an unusual device entry > - fixes the "hang on shutd

[linux-usb-devel] Re: [PATCH 4 of 6] USB serial driver not attached bug fix

2002-01-16 Thread Marcelo Tosatti
Applied. On Wed, 16 Jan 2002, Greg KH wrote: > > Hi, > > Here's a patch against 2.4.18-pre4 that fixes a problem with usb-serial > drivers that download firmware to their devices, disconnect, and then > reenumerate themselves. After they download firmware, the usb serial > core would return

[linux-usb-devel] Re: [PATCH 3 of 6] USB ir-usb driver update

2002-01-16 Thread Marcelo Tosatti
Applied. On Wed, 16 Jan 2002, Greg KH wrote: > Hi, > > Here's a patch against 2.4.18-pre4 for the USB ir-usb driver that fixes a > number of problems in the existing driver: > - added a module paramater to force specific number of XBOFs > - added ir_xbof_change() > - fixed re

[linux-usb-devel] Re: [PATCH 2 of 6] USB credits update

2002-01-16 Thread Marcelo Tosatti
Applied. On Wed, 16 Jan 2002, Greg KH wrote: > Hi, > > Here's a patch against 2.4.18-pre4 that updates the email information > for Marc McClelland in the CREDITS and MAINTAINERS files. > > thanks, ___ [EMAIL PROTECTED] To unsubscribe, use the last

[linux-usb-devel] Re: [PATCH 1 of 6] USB module ownership change

2002-01-16 Thread Marcelo Tosatti
Applied. On Wed, 16 Jan 2002, Greg KH wrote: > Hi, > > Here's a patch against 2.4.18-pre4 for the USB core that fixes > usb_set_interface() from doing anything when a device only has one > interface. This follows the USB spec. The patch was written by Sancho > Dauskardt. > > thanks, > > gr

[linux-usb-devel] [PATCH 6 of 6] USB stv680 bugfix

2002-01-16 Thread Greg KH
Hi, Here's a patch against 2.4.18-pre4 that fixes the following bugs in the USB stv680 driver: - fixed the problem with webcam crashing after two pictures - changed way pic is halved to improve quality - got rid of green line around frame - fixed brightness reset

[linux-usb-devel] [PATCH 4 of 6] USB serial driver not attached bug fix.

2002-01-16 Thread Greg KH
Hi, Here's a patch against 2.4.18-pre4 that fixes a problem with usb-serial drivers that download firmware to their devices, disconnect, and then reenumerate themselves. After they download firmware, the usb serial core would return that the device was not claimed by it, causing an error messag

[linux-usb-devel] [PATCH 5 of 6] USB storage driver update

2002-01-16 Thread Greg KH
Hi, Here's a patch against 2.4.18-pre4 for the USB storage driver. It contains the following changes: - fixes a bit-manipulation bug in the INQUIRY fixup. - addes an unusual device entry - fixes the "hang on shutdown" problem by forcing the control thread to st

[linux-usb-devel] [PATCH 3 of 6] USB ir-usb driver update

2002-01-16 Thread Greg KH
Hi, Here's a patch against 2.4.18-pre4 for the USB ir-usb driver that fixes a number of problems in the existing driver: - added a module paramater to force specific number of XBOFs - added ir_xbof_change() - fixed read_bulk_callback() error handling - fixed lots o

[linux-usb-devel] [PATCH 2 of 6] USB credits update

2002-01-16 Thread Greg KH
Hi, Here's a patch against 2.4.18-pre4 that updates the email information for Marc McClelland in the CREDITS and MAINTAINERS files. thanks, greg k-h diff -Nru a/CREDITS b/CREDITS --- a/CREDITS Wed Jan 16 12:10:59 2002 +++ b/CREDITS Wed Jan 16 12:10:59 2002 @@ -1975,9 +1975,10 @@ S: German

[linux-usb-devel] [PATCH 1 of 6] USB module ownership change

2002-01-16 Thread Greg KH
Hi, Here's a patch against 2.4.18-pre4 for the USB core that fixes usb_set_interface() from doing anything when a device only has one interface. This follows the USB spec. The patch was written by Sancho Dauskardt. thanks, greg k-h diff -Nru a/drivers/usb/usb.c b/drivers/usb/usb.c --- a/dri

Re: [linux-usb-devel] Linux-USB.org dangling link (fwd)

2002-01-16 Thread Randy.Dunlap
On Wed, 16 Jan 2002, Stephen J. Gowdy wrote: | Does anyone have a good link for this? http://marc.theaimsgroup.com/?l=linux-usb&m=92282561930486&w=2 -- ~Randy ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourcefor

[linux-usb-devel] [PATCH 09 of 11] USB storage driver update

2002-01-16 Thread Greg KH
Hi, Here's a patch against 2.5.3-pre1 for the USB storage driver. It contains the following changes: - fixes a bit-manipulation bug in the INQUIRY fixup. - addes an unusual device entry - fixes the "hang on shutdown" problem by forcint the control thread to sta

[linux-usb-devel] [PATCH 11 of 11] USB ioctl documentation update

2002-01-16 Thread Greg KH
Hi, Here's a patch against 2.5.3-pre1 that updates the documentation for the USB ioctl numbers. thanks, greg k-h diff -Nru a/Documentation/ioctl-number.txt b/Documentation/ioctl-number.txt --- a/Documentation/ioctl-number.txtWed Jan 16 09:57:45 2002 +++ b/Documentation/ioctl-number.txt

[linux-usb-devel] [PATCH 10 of 11] USB stv680 driver update

2002-01-16 Thread Greg KH
Hi, Here's a patch against 2.5.3-pre1 for the USB stv680 driver. It contains the following changes: - fixed the problem with webcam crashing after two pictures - changed way pic is halved to improve quality - got rid of green line around frame - fixed brightness

[linux-usb-devel] [PATCH 08 of 11] USB keyspan driver update

2002-01-16 Thread Greg KH
Hi, Here's a patch against 2.5.3-pre1 for the USB serial keyspan driver. It removes lots of unneeded usb_serial_device_type structures for devices that do not yet have the firmware downloaded to them yet. thanks, greg k-h diff -Nru a/drivers/usb/serial/keyspan.c b/drivers/usb/serial/keyspa

[linux-usb-devel] [PATCH 07 of 11] USB ir-usb driver update

2002-01-16 Thread Greg KH
Hi, Here's a patch against 2.5.3-pre1 for the USB ir-usb driver that fixes a number of problems in the existing driver: - added a module paramater to force specific number of XBOFs - added ir_xbof_change() - fixed read_bulk_callback() error handling - fixed lots of

[linux-usb-devel] [PATCH 06 of 11] USB hub driver update

2002-01-16 Thread Greg KH
Hi, Here's a patch against 2.5.3-pre1 for the USB hub driver that keeps an error message from happening when a device is removed from the system (happens as part of the handoff from a USB 2.0 to 1.1 controller for a slow/full speed device.) This patch was written by David Brownell. thanks, gr

[linux-usb-devel] [PATCH 05 of 11] USB microtek driver update

2002-01-16 Thread Greg KH
Hi, Here's a patch against 2.5.3-pre1 for the USB microtek driver that removes some dead code, and tries to shave off some cycles in the interrupt handler. This patch was written by Oliver Neukum. thanks, greg k-h diff -Nru a/drivers/usb/microtek.c b/drivers/usb/microtek.c --- a/drivers/usb

[linux-usb-devel] [PATCH 04 of 11] USB hpusbscsi driver update

2002-01-16 Thread Greg KH
Hi, Here's a patch against 2.5.3-pre1 for the USB hpusbscsi driver that removes some dead code, and tries to shave off some cycles in the interrupt handler. This patch was written by Oliver Neukum. thanks, greg k-h diff -Nru a/drivers/usb/hpusbscsi.c b/drivers/usb/hpusbscsi.c --- a/drivers/

[linux-usb-devel] [PATCH 03 of 11] USB hcd driver update

2002-01-16 Thread Greg KH
Hi, Here's a patch against 2.5.3-pre1 for the USB hcd driver that removes a workaround when unlinking periodic urbs in their completion handlers. This patch was written by David Brownell. thanks, greg k-h diff -Nru a/drivers/usb/hcd.c b/drivers/usb/hcd.c --- a/drivers/usb/hcd.c Wed Jan 16 09:

[linux-usb-devel] [PATCH 02 of 11] USB ehci driver update

2002-01-16 Thread Greg KH
Hi, Here's a patch against 2.5.3-pre1 that provides the following changes to the ehci driver: - fixes the root hub handoff of slow devices to companion controllers. - cleaned up control/bulk queuing The patch was written by David Brownell. thanks, greg k-h

[linux-usb-devel] [PATCH 01 of 11] USB core bugfix

2002-01-16 Thread Greg KH
Hi, Here's a patch against 2.5.3-pre1 for the USB core that fixes usb_set_interface() from doing anything when a device only has one interface. This follows the USB spec. The patch was written by Sancho Dauskardt. thanks, greg k-h diff -Nru a/drivers/usb/usb.c b/drivers/usb/usb.c --- a/dri

[linux-usb-devel] Linux-USB.org dangling link (fwd)

2002-01-16 Thread Stephen J. Gowdy
Does anyone have a good link for this? -- /+-\ |Stephen J. Gowdy | SLAC, MailStop 17, | |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, | | | Menlo Park CA

[linux-usb-devel] Re: PATCH: usb-0114 (usb.h cleanup)

2002-01-16 Thread David Brownell
With the device speed in dev->speed, it's no longer needed in the "generic" pipe data structure. Which means __create_pipe() gets simpler too. But I see what you mean: the UHCI code has a hidden dependency on that layout, TD_CTRL_LS. (Sigh; the explicit ones are always more maintainable IMO.)

[linux-usb-devel] Re: PATCH: hcd (unlink in periodic completion)

2002-01-16 Thread Greg KH
On Tue, Jan 15, 2002 at 08:27:25PM -0800, David Brownell wrote: > This patch removes the need for a workaround when unlinking > periodic urbs in their completion handlers, removing a FIXME. > > Against 2.5.2-pre11 but it should work also against 2.5.2 final. Looks good, applied. thanks, greg k

[linux-usb-devel] Re: PATCH: usb-0114 (usb.h cleanup)

2002-01-16 Thread Greg KH
On Mon, Jan 14, 2002 at 05:09:06PM -0800, David Brownell wrote: > > I'll send off another round of 2.5 USB patches after the next -pre > > release happens (there's not much in the queue.) > > Not much in the queue? We shouldn't let that happen... :) > > Here's a minor cleanup to that deletes s

[linux-usb-devel] linux-usb makes the headlines!

2002-01-16 Thread David Brownell
http://news.cnet.com/news/0-1003-200-8495812.html USB 2 arrives in Linux test version ... ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

[linux-usb-devel] linux usb article

2002-01-16 Thread Greg KH
FWIW, someone pointed me at this article: http://news.cnet.com/news/0-1003-200-8495812.html?tag=pt.msnbc.feed..ne_8495812 greg k-h ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-us

Re: [linux-usb-devel] Re: freeing urbs in completion handler -reallyseriously meant

2002-01-16 Thread Oliver Neukum
> > No, the real simple solution here would be to state that an urb that has > > been passed to a completion handler is referenced and must not be freed, > > not even by the complition handler itself. > > Are you aware of how much you're contradicting yourself? As I said a little further down, I

[linux-usb-devel] Re: usb.c patch -> successfuly read usb descriptors on some USB device

2002-01-16 Thread Dmitri Kassatkine
ext Greg KH wrote: >On Tue, Jan 15, 2002 at 11:59:57AM +0200, Dmitri Kassatkine wrote: > >>Hi, >> >>Sometimes USB subsystem cannot get USB descriptor. >> >>Jan 15 10:44:21 selma kernel: hub.c: USB new device connect on bus1/1, assigned >device number 25 >>Jan 15 10:44:21 selma kernel: usb.c: co