Ignore:
Timestamp:
Feb 24, 2008, 8:18:08 PM (17 years ago)
Author:
Brendan Oakley
Message:

Merged to ALSA 1.0.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/alsa-resync1/alsa-kernel/pci/cmipci.c

    r290 r300  
    29842984        if (joystick_port[dev] > 0) {
    29852985                if (joystick_port[dev] == 1) { /* auto-detect */
    2986                         static int ports[] = { 0x200, 0x201, 0 };
     2986                        static int ports[] = { 0x201, 0x200, 0 }; /* FIXME: majority is 0x201? */
    29872987                        int i;
    29882988                        for (i = 0; ports[i]; i++) {
Note: See TracChangeset for help on using the changeset viewer.