diff options
author | Michael Krufky <devnull@localhost> | 2005-09-05 15:58:07 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-09-05 15:58:07 +0000 |
commit | abe34b1ec392774318d3fc28f81f08cbbb7a4ad6 (patch) | |
tree | 4c0d892822de7fcec10561201f2e722fd6a8b585 /linux/drivers/media/video/cx88 | |
parent | f8c4c5f7002f54b1c5d7cacb24394f2e1542fb69 (diff) | |
download | mediapointer-dvb-s2-abe34b1ec392774318d3fc28f81f08cbbb7a4ad6.tar.gz mediapointer-dvb-s2-abe34b1ec392774318d3fc28f81f08cbbb7a4ad6.tar.bz2 |
capitalized hex A-F changed to lowercase in pci subsystem id constants
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 3fbf0f98d..9815937ce 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-cards.c,v 1.95 2005/09/05 15:04:58 nsh Exp $ + * $Id: cx88-cards.c,v 1.96 2005/09/05 15:58:07 mkrufky Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -881,8 +881,8 @@ struct cx88_subid cx88_subids[] = { .subdevice = 0xd820, .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T, },{ - .subvendor = 0x18AC, - .subdevice = 0xDB00, + .subvendor = 0x18ac, + .subdevice = 0xdb00, .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1, },{ .subvendor = 0x0070, @@ -897,8 +897,8 @@ struct cx88_subid cx88_subids[] = { .subdevice = 0x2580, .card = CX88_BOARD_PROVIDEO_PV259, },{ - .subvendor = 0x18AC, - .subdevice = 0xDB10, + .subvendor = 0x18ac, + .subdevice = 0xdb10, .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS, },{ .subvendor = 0x1554, @@ -909,15 +909,15 @@ struct cx88_subid cx88_subids[] = { .subdevice = 0x3000, /* HD-3000 card */ .card = CX88_BOARD_PCHDTV_HD3000, },{ - .subvendor = 0x17DE, - .subdevice = 0xA8A6, + .subvendor = 0x17de, + .subdevice = 0xa8a6, .card = CX88_BOARD_DNTV_LIVE_DVB_T, },{ .subvendor = 0x0070, .subdevice = 0x2801, .card = CX88_BOARD_HAUPPAUGE_ROSLYN, },{ - .subvendor = 0x14F1, + .subvendor = 0x14f1, .subdevice = 0x0342, .card = CX88_BOARD_DIGITALLOGIC_MEC, },{ |