Browse Source

V4L/DVB (4896): Dvb-usb: fix vendor ID ordering

The vendor IDs in this file were all in alphabetical
order except for this one.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Michael Krufky 18 years ago
parent
commit
4be3276a66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/media/dvb/dvb-usb/dvb-usb-ids.h

+ 1 - 1
drivers/media/dvb/dvb-usb/dvb-usb-ids.h

@@ -32,8 +32,8 @@
 #define USB_VID_PINNACLE			0x2304
 #define USB_VID_VISIONPLUS			0x13d3
 #define USB_VID_TWINHAN				0x1822
-#define USB_VID_UNIWILL				0x1584
 #define USB_VID_ULTIMA_ELECTRONIC		0x05d8
+#define USB_VID_UNIWILL				0x1584
 #define USB_VID_WIDEVIEW			0x14aa
 
 /* Product IDs */