commit 2aa31a1f849be7a50a1b5dd8305f20ae9bfd719a
parent 0d1f1ab2feb94f52025e6b52affda3db8bdb03f5
Author: alex <alex@022568fa-442e-4ef8-a3e8-54dcafdb011a>
Date: Tue, 8 Jan 2008 03:10:59 +0000
Minor screwup wrt adding NULL to the end of the device definitions list.
git-svn-id: http://svn.mediati.org/svn/r5u870/trunk@26 022568fa-442e-4ef8-a3e8-54dcafdb011a
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/r5u870_md.c b/r5u870_md.c
@@ -3047,6 +3047,7 @@ static const struct usb_device_id id_table[] = {
{ R5U870_DEVICE_UVC(0x05CA, 0x1835, R5U870_DI_VGP_VCC5) },
{ R5U870_DEVICE_UVC(0x05CA, 0x1836, R5U870_DI_VGP_VCC4) },
{ R5U870_DEVICE_UVC(0x05CA, 0x183a, R5U870_DI_VGP_VCC7) },
+ NULL,
};