* [linux-dvb] Leadtek Winfast Gold USB Dongle - USB id 0x6029?
@ 2008-06-02 4:06 Robert Sturrock
2008-06-02 11:53 ` Antti Palosaari
0 siblings, 1 reply; 2+ messages in thread
From: Robert Sturrock @ 2008-06-02 4:06 UTC (permalink / raw)
To: linux-dvb
Hi All.
I recently acquired a Leadtek Winfast Gold USB Dongle, which unfortunately
does not seem to be recognised at present. I think this may have been
mentioned in a couple of other threads:
http://www.linuxtv.org/pipermail/linux-dvb/2008-March/024330.html
http://www.linuxtv.org/pipermail/linux-dvb/2008-March/024931.html
However, the one I have seems to come up with a USB-id of 6029 (maybe
this is a particular Australian variant as the other threads mention an
id of 6f01, not sure).
Does anyone have any ideas about how I might get this card working? I
attach the output of an "lsusb -v" below.
The current dvb-usb-ids.h has only these ids:
#define USB_PID_WINFAST_DTV_DONGLE_COLD 0x6025
#define USB_PID_WINFAST_DTV_DONGLE_WARM 0x6026
#define USB_PID_WINFAST_DTV_DONGLE_STK7700P 0x6f00
#define USB_PID_WINFAST_DTV_DONGLE_STK7700P_2 0x6f01
Regards,
Robert.
Bus 004 Device 007: ID 0413:6029 Leadtek Research, Inc.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x0413 Leadtek Research, Inc.
idProduct 0x6029
bcdDevice 2.00
iManufacturer 1 Leadtek
iProduct 2 WinFast DTV Dongle Gold
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 71
bNumInterfaces 2
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 4
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84 EP 4 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x85 EP 5 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Devices
bInterfaceSubClass 0 No Subclass
bInterfaceProtocol 1 Keyboard
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.01
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 65
Report Descriptors:
** UNAVAILABLE **
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 16
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
bNumConfigurations 1
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [linux-dvb] Leadtek Winfast Gold USB Dongle - USB id 0x6029?
2008-06-02 4:06 [linux-dvb] Leadtek Winfast Gold USB Dongle - USB id 0x6029? Robert Sturrock
@ 2008-06-02 11:53 ` Antti Palosaari
0 siblings, 0 replies; 2+ messages in thread
From: Antti Palosaari @ 2008-06-02 11:53 UTC (permalink / raw)
To: Robert Sturrock; +Cc: linux-dvb
Robert Sturrock wrote:
> Hi All.
>
> I recently acquired a Leadtek Winfast Gold USB Dongle, which unfortunately
> does not seem to be recognised at present. I think this may have been
> mentioned in a couple of other threads:
>
> http://www.linuxtv.org/pipermail/linux-dvb/2008-March/024330.html
> http://www.linuxtv.org/pipermail/linux-dvb/2008-March/024931.html
>
> However, the one I have seems to come up with a USB-id of 6029 (maybe
> this is a particular Australian variant as the other threads mention an
> id of 6f01, not sure).
This is AF9015 reference design based. It will work this driver:
http://linuxtv.org/hg/~anttip/af9015-mxl500x-copy-fw/
regards
Antti
--
http://palosaari.fi/
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-02 11:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-02 4:06 [linux-dvb] Leadtek Winfast Gold USB Dongle - USB id 0x6029? Robert Sturrock
2008-06-02 11:53 ` Antti Palosaari
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox