[linux-dvb] Help for developing a driver for a usb ISDB-T

Bruno Seabra Lima bslima at telemidia.puc-rio.br
Fri Aug 14 16:53:51 CEST 2009


Hi,
I'm a master student in brazil. My work is related to digital tv and i wanna
help developer a driver for a USB card ISBD-T.
I already seen the DVB API 5.1 that has a support for ISBD-T. I just wanna
know a minimal guideline of the things i have to do.
Things like Do i have to make a new frontend ? How do i use the new
parameters for ISDB-T ?
I open the device and found a very curious thing:

We have two chips, the first one is:
DIB8076MC (STK807x), i guess this is the tuner.
the second one is:
0700C, i guess this is the usb bridge.
For what i saw from the linuxtv wiki, the 0700C is support by others
drivers.
I search the DiBCOM site and found that the DIB8076MC is pin-to-pin
compatible with the 7070p (that is support by other drivers).

Below i have the lsusb -v.

Bus 001 Device 003: ID 1554:5010 Prolink Microsystems Corp.
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x1554 Prolink Microsystems Corp.
  idProduct          0x5010
  bcdDevice            1.00
  iManufacturer           1 DiBcom
  iProduct                2 STK807X
  iSerial                 3 016
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           46
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    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     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      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               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
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
Device Status:     0x0000
  (Bus Powered)


Thanks in  advance for any help.

-- 
Bruno Seabra Mendonça Lima
--------------
Bacharel em Ciência da Computação - UFMA
Mestrando da PUC-Rio
Pesquisador Laboratório Telemidia (PUC-Rio)
-------------
www.bslima.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.linuxtv.org/pipermail/linux-dvb/attachments/20090814/29f2050e/attachment.htm>


More information about the linux-dvb mailing list