mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 00:24:12 +08:00
[media] pwc: Enable power-management by default on tested models
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
4bf7c61c8a
commit
51886df0ca
@ -999,6 +999,8 @@ static int usb_pwc_probe(struct usb_interface *intf, const struct usb_device_id
|
||||
PWC_INFO("Logitech QuickCam 4000 Pro USB webcam detected.\n");
|
||||
name = "Logitech QuickCam Pro 4000";
|
||||
type_id = 740; /* CCD sensor */
|
||||
if (my_power_save == -1)
|
||||
my_power_save = 1;
|
||||
break;
|
||||
case 0x08b3:
|
||||
PWC_INFO("Logitech QuickCam Zoom USB webcam detected.\n");
|
||||
@ -1016,6 +1018,8 @@ static int usb_pwc_probe(struct usb_interface *intf, const struct usb_device_id
|
||||
PWC_INFO("Logitech QuickCam Orbit/Sphere USB webcam detected.\n");
|
||||
name = "Logitech QuickCam Orbit";
|
||||
type_id = 740; /* CCD sensor */
|
||||
if (my_power_save == -1)
|
||||
my_power_save = 1;
|
||||
features |= FEATURE_MOTOR_PANTILT;
|
||||
break;
|
||||
case 0x08b6:
|
||||
@ -1070,6 +1074,8 @@ static int usb_pwc_probe(struct usb_interface *intf, const struct usb_device_id
|
||||
PWC_INFO("Creative Labs Webcam 5 detected.\n");
|
||||
name = "Creative Labs Webcam 5";
|
||||
type_id = 730;
|
||||
if (my_power_save == -1)
|
||||
my_power_save = 1;
|
||||
break;
|
||||
case 0x4011:
|
||||
PWC_INFO("Creative Labs Webcam Pro Ex detected.\n");
|
||||
|
Loading…
Reference in New Issue
Block a user