Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2987
b: refs/heads/master
c: 790a19c
h: refs/heads/master
i:
  2985: eea2c30
  2983: f4bbcb4
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jun 23, 2005
1 parent e4bf6a4 commit df1b67e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9235e68be8bf8974b65a9bf733c9d12a52307839
refs/heads/master: 790a19cd5711133f40daad7c55bf148de2b1d12c
11 changes: 5 additions & 6 deletions trunk/drivers/usb/media/pwc/pwc-uncompress.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,28 +118,27 @@ int pwc_decompress(struct pwc_device *pdev)
return -ENXIO; /* No such device or address: missing decompressor */
}

#if 0
switch (pdev->type)
{
#if 0
case 675:
case 680:
case 690:
case 720:
case 730:
case 740:
case 750:
pwc_dec23_decompress(&pdev->image, &pdev->view, &pdev->offset,
yuv, image,
flags,
pwc_dec23_decompress(&pdev->image, &pdev->view,
&pdev->offset, yuv, image, flags,
pdev->decompress_data, pdev->vbandlength);
break;
case 645:
case 646:
/* TODO & FIXME */
#endif
return -ENXIO; /* No such device or address: missing decompressor */
return -ENXIO; /* Missing decompressor */
break;
}
#endif
}
return 0;
}
Expand Down

0 comments on commit df1b67e

Please sign in to comment.