~ubuntu-branches/ubuntu/gutsy/linux-source-2.6.22/gutsy

« back to all changes in this revision

Viewing changes to drivers/usb/serial/pl2303.c

  • Committer: Bazaar Package Importer
  • Author(s): Ben Collins, Ben Collins, Chuck Short, Fabio M. Di Nitto, Kyle McMartin, Phillip Lougher, Tim Gardner
  • Date: 2007-07-30 12:01:43 UTC
  • Revision ID: james.westby@ubuntu.com-20070730120143-ubddic2ucqu8o6dv
Tags: 2.6.22-9.20
[Ben Collins]

* tulip: Fix for Uli5261 chipsets.
* tulip: Define ULI PCI ID's
* tulip: Let dmfe handle davicom on non-sparc
* input: Allow root to inject unknown scan codes.
* irda: Default to dongle type 9 on IBM hardware
* input/mouse/alps: Do not call psmouse_reset() for alps
* pcmcia: Do not insert pcmcia cards on resume
* ide-cd: Disable verbose errors.
* block: Make CDROMEJECT more robust
* pm: Config option to disable handling of console during suspend/resume.
* version: Implement version_signature proc file.
* update toshiba_acpi to 0.19a-dev
* xpad: Update to latest version from xbox-linux.
* ubuntu: Enable setting of CONFIG_VERSION_SIGNATURE at build time
* toshiba_acpi: Don't use init_MUTEX_LOCKED

[Chuck Short]

* [USB]: add ASUS LCM to the blacklist
* [NET]: Add mcp73 to forcedeth.
* [USB]: Added support for Sanwa PC5000 multimeter usb cable (KB-USB2).
* [ATA] Add support for Sb700 AHCI nor-raid5 and raid5

[Fabio M. Di Nitto]

* drivers/char/vt.c: make promcon driver init a boot option.

[Kyle McMartin]

* Disable MMCONFIG by default

[Phillip Lougher]

* fix NFS mounting regression from Edgy->Feisty
* r8169: disable TSO by default for RTL8111/8168B chipsets.

[Tim Gardner]

* Catch nonsense keycodes and silently ignore
* Cause SoftMac to emit an association event when setting ESSID.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
        { USB_DEVICE(ALCOR_VENDOR_ID, ALCOR_PRODUCT_ID) },
85
85
        { USB_DEVICE(HUAWEI_VENDOR_ID, HUAWEI_PRODUCT_ID) },
86
86
        { USB_DEVICE(WS002IN_VENDOR_ID, WS002IN_PRODUCT_ID) },
 
87
        { USB_DEVICE(SANWA_VENDOR_ID, SANWA_PRODUCT_ID) },
87
88
        { }                                     /* Terminating entry */
88
89
};
89
90