@@ -703,23 +703,22 @@ static const u16 ds5_framerate_100[] = {100};
703703
704704#define D401_COMMON_RES \
705705 DS5_RES(1280, 720, ds5_framerate_15_30)\
706- DS5_RES(848, 480, ds5_framerate_15_90 )\
707- DS5_RES(640, 480, ds5_framerate_15_90 )\
708- DS5_RES(640, 360, ds5_framerate_15_90 )\
709- DS5_RES(480, 270, ds5_framerate_15_90 )\
710- DS5_RES(424, 240, ds5_framerate_15_90 )\
706+ DS5_RES(848, 480, ds5_framerate_15_60 )\
707+ DS5_RES(640, 480, ds5_framerate_15_60 )\
708+ DS5_RES(640, 360, ds5_framerate_15_60 )\
709+ DS5_RES(480, 270, ds5_framerate_15_60 )\
710+ DS5_RES(424, 240, ds5_framerate_15_60 )\
711711
712712static const struct ds5_resolution d40x_depth_sizes [] = {
713713 D401_COMMON_RES
714- DS5_RES (256 , 144 , ds5_framerate_15_90 )
714+ DS5_RES (256 , 144 , ds5_framerate_90 )
715715};
716716
717717static const struct ds5_resolution d40x_y8_sizes [] = {
718718 D401_COMMON_RES
719719};
720720
721721static const struct ds5_resolution d40x_rgb_sizes [] = {
722- DS5_RES (1280 , 800 , ds5_framerate_15_30 )
723722 D401_COMMON_RES
724723};
725724
0 commit comments