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/saa7134/saa7134-cards.c | |
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/saa7134/saa7134-cards.c')
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134-cards.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134-cards.c b/linux/drivers/media/video/saa7134/saa7134-cards.c index 0bb0e7df3..b6f861f9a 100644 --- a/linux/drivers/media/video/saa7134/saa7134-cards.c +++ b/linux/drivers/media/video/saa7134/saa7134-cards.c @@ -1,5 +1,5 @@ /* - * $Id: saa7134-cards.c,v 1.89 2005/09/05 15:35:14 nsh Exp $ + * $Id: saa7134-cards.c,v 1.90 2005/09/05 15:58:07 mkrufky Exp $ * * device driver for philips saa7134 based TV cards * card-specific stuff. @@ -2117,7 +2117,7 @@ struct saa7134_board saa7134_boards[] = { }, [SAA7134_BOARD_BEHOLD_409FM] = { /* <http://tuner.beholder.ru>, Sergey <skiv@orel.ru> */ - .name = "Beholder BeholdTV 409 FM", + .name = "Beholder BeholdTV 409 FM", .audio_clock = 0x00187de7, .tuner_type = TUNER_PHILIPS_FM1216ME_MK3, .radio_type = UNSET, @@ -2178,19 +2178,19 @@ struct pci_device_id saa7134_pci_tbl[] = { },{ .vendor = PCI_VENDOR_ID_PHILIPS, .device = PCI_DEVICE_ID_PHILIPS_SAA7134, - .subvendor = 0x153B, + .subvendor = 0x153b, .subdevice = 0x1142, .driver_data = SAA7134_BOARD_CINERGY400, },{ .vendor = PCI_VENDOR_ID_PHILIPS, .device = PCI_DEVICE_ID_PHILIPS_SAA7134, - .subvendor = 0x153B, + .subvendor = 0x153b, .subdevice = 0x1143, .driver_data = SAA7134_BOARD_CINERGY600, },{ .vendor = PCI_VENDOR_ID_PHILIPS, .device = PCI_DEVICE_ID_PHILIPS_SAA7134, - .subvendor = 0x153B, + .subvendor = 0x153b, .subdevice = 0x1158, .driver_data = SAA7134_BOARD_CINERGY600_MK3, },{ @@ -2408,7 +2408,7 @@ struct pci_device_id saa7134_pci_tbl[] = { },{ .vendor = PCI_VENDOR_ID_PHILIPS, .device = PCI_DEVICE_ID_PHILIPS_SAA7130, - .subvendor = 0x153B, + .subvendor = 0x153b, .subdevice = 0x1152, .driver_data = SAA7134_BOARD_CINERGY200, },{ |