[PATCH] Add icons for video devices

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Looks nicer :)
>From ebe19c2ae65eea9dc46f1c62dc1e2483390e7e9d Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@xxxxxxxxxx>
Date: Tue, 26 Jan 2010 15:41:04 +0000
Subject: [PATCH] Add icons for video-type devices

---
 src/dbus-hci.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/dbus-hci.c b/src/dbus-hci.c
index 4b58a81..a943b9b 100644
--- a/src/dbus-hci.c
+++ b/src/dbus-hci.c
@@ -114,6 +114,10 @@ const char *class_to_icon(uint32_t class)
 			return "audio-card";	/* Headset */
 		case 0x06:
 			return "audio-card";	/* Headphone */
+		case 0x0b: /* VCR */
+		case 0x0c: /* Video Camera */
+		case 0x0d: /* Camcorder */
+			return "camera-video";
 		default:
 			return "audio-card";	/* Other audio device */
 		}
-- 
1.6.6


[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux