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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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:
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
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
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
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.)
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
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
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
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
> > 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
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
34 matches
Mail list logo