Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183098
b: refs/heads/master
c: a9844b1
h: refs/heads/master
v: v3
  • Loading branch information
Márton Németh authored and Dmitry Torokhov committed Jan 10, 2010
1 parent 8e5fc1e commit 1269502
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ef9a16f15dccba6630d8860a964a4adef1a4ab98
refs/heads/master: a9844b18502bde376284e4ad83b04fa20eb5afa5
2 changes: 1 addition & 1 deletion trunk/drivers/input/gameport/emu10k1-gp.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ struct emu {
int size;
};

static struct pci_device_id emu_tbl[] = {
static const struct pci_device_id emu_tbl[] = {

{ 0x1102, 0x7002, PCI_ANY_ID, PCI_ANY_ID }, /* SB Live gameport */
{ 0x1102, 0x7003, PCI_ANY_ID, PCI_ANY_ID }, /* Audigy gameport */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/input/gameport/fm801-gp.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ static void __devexit fm801_gp_remove(struct pci_dev *pci)
}
}

static struct pci_device_id fm801_gp_id_table[] = {
static const struct pci_device_id fm801_gp_id_table[] = {
{ PCI_VENDOR_ID_FORTEMEDIA, PCI_DEVICE_ID_FM801_GP, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
{ 0 }
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/input/serio/pcips2.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static void __devexit pcips2_remove(struct pci_dev *dev)
pci_disable_device(dev);
}

static struct pci_device_id pcips2_ids[] = {
static const struct pci_device_id pcips2_ids[] = {
{
.vendor = 0x14f2, /* MOBILITY */
.device = 0x0123, /* Keyboard */
Expand Down

0 comments on commit 1269502

Please sign in to comment.