ChangeSet 1.2231.1.209, 2005/03/28 20:14:26-08:00, [EMAIL PROTECTED]

        [PATCH] dvb: ttusb_dec: use alternative interface to save bandwidth
        
        Use alternative interface.  Asks for less bandwidth and therefore works 
with
        OHCI as well as UHCI (Alex Woods)
        
        Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 ttusb_dec.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


diff -Nru a/drivers/media/dvb/ttusb-dec/ttusb_dec.c 
b/drivers/media/dvb/ttusb-dec/ttusb_dec.c
--- a/drivers/media/dvb/ttusb-dec/ttusb_dec.c   2005-03-28 21:53:58 -08:00
+++ b/drivers/media/dvb/ttusb-dec/ttusb_dec.c   2005-03-28 21:53:58 -08:00
@@ -62,7 +62,7 @@
 
 #define ISO_BUF_COUNT          0x04
 #define FRAMES_PER_ISO_BUF     0x04
-#define ISO_FRAME_SIZE         0x03FF
+#define ISO_FRAME_SIZE         0x0380
 
 #define        MAX_PVA_LENGTH          6144
 
@@ -781,7 +781,7 @@
                                                        b, NULL, NULL);
                        if (result)
                                return result;
-                       result = usb_set_interface(dec->udev, 0, 7);
+                       result = usb_set_interface(dec->udev, 0, 8);
                        break;
                case TTUSB_DEC_INTERFACE_OUT:
                        result = usb_set_interface(dec->udev, 0, 1);
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to