Changeset 300 for GPL/branches/alsa-resync1/alsa-kernel/pci/cmipci.c
- Timestamp:
- Feb 24, 2008, 8:18:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/alsa-resync1/alsa-kernel/pci/cmipci.c
r290 r300 2984 2984 if (joystick_port[dev] > 0) { 2985 2985 if (joystick_port[dev] == 1) { /* auto-detect */ 2986 static int ports[] = { 0x20 0, 0x201, 0 };2986 static int ports[] = { 0x201, 0x200, 0 }; /* FIXME: majority is 0x201? */ 2987 2987 int i; 2988 2988 for (i = 0; ports[i]; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.