1. 03 5月, 2012 1 次提交
  2. 20 4月, 2012 1 次提交
  3. 03 3月, 2012 1 次提交
    • P
      usb: cp210x: Update to support CP2105 and multiple interface devices · a5360a53
      Preston Fick 提交于
      This patch updates the cp210x driver to support CP210x multiple
      interface devices devices from Silicon Labs. The existing driver
      always sends control requests to interface 0, which is hardcoded in
      the usb_control_msg function calls. This only allows for single
      interface devices to be used, and causes a bug when using ports on an
      interface other than 0 in the multiple interface devices.
      
      Here are the changes included in this patch:
      - Updated the device list to contain the Silicon Labs factory default
        VID/PID for multiple interface CP210x devices
      - Created a cp210x_port_private struct created for each port on
        startup, this struct holds the interface number
      - Added a cp210x_release function to clean up the cp210x_port_private
        memory created on startup
      - Modified usb_get_config and usb_set_config to get a pointer to the
        cp210x_port_private struct, and use the interface number there in the
        usb_control_message wIndex param
      Signed-off-by: NPreston Fick <preston.fick@silabs.com>
      Cc: stable <stable@vger.kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      a5360a53
  4. 29 2月, 2012 1 次提交
  5. 25 2月, 2012 1 次提交
  6. 22 2月, 2012 1 次提交
  7. 25 1月, 2012 9 次提交
  8. 13 1月, 2012 1 次提交
  9. 06 1月, 2012 1 次提交
  10. 16 11月, 2011 1 次提交
  11. 15 11月, 2011 1 次提交
  12. 11 5月, 2011 1 次提交
  13. 30 4月, 2011 1 次提交
  14. 31 3月, 2011 1 次提交
  15. 18 2月, 2011 2 次提交
  16. 23 1月, 2011 3 次提交
  17. 23 10月, 2010 2 次提交
    • A
      USB: cp210x: Add WAGO 750-923 Service Cable device ID · 93ad03d6
      Anders Larsen 提交于
      The WAGO 750-923 USB Service Cable is used for configuration and firmware
      updates of several industrial automation products from WAGO Kontakttechnik GmbH.
      
      Bus 004 Device 002: ID 1be3:07a6
      Device Descriptor:
        bLength                18
        bDescriptorType         1
        bcdUSB               1.10
        bDeviceClass            0 (Defined at Interface level)
        bDeviceSubClass         0
        bDeviceProtocol         0
        bMaxPacketSize0        64
        idVendor           0x1be3
        idProduct          0x07a6
        bcdDevice            1.00
        iManufacturer           1 Silicon Labs
        iProduct                2 WAGO USB Service Cable
        iSerial                 3 1277796751
        . . .
      Signed-off-by: NAnders Larsen <al@alarsen.net>
      Cc: stable <stable@kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      93ad03d6
    • D
      USB: cp210x: Add Renesas RX-Stick device ID · 2f1136d1
      DJ Delorie 提交于
      RX610 development board by Renesas
      
      Bus 001 Device 024: ID 045b:0053 Hitachi, Ltd
      Device Descriptor:
        bLength                18
        bDescriptorType         1
        bcdUSB               1.10
        bDeviceClass            0 (Defined at Interface level)
        bDeviceSubClass         0
        bDeviceProtocol         0
        bMaxPacketSize0        64
        idVendor           0x045b Hitachi, Ltd
        idProduct          0x0053
        bcdDevice            1.00
        iManufacturer           1 Silicon Labs
        iProduct                2 RX-Stick
        iSerial                 3 0001
        . . .
      
      http://am.renesas.com/rx610stickSigned-off-by: NDJ Delorie <dj@delorie.com>
      Cc: stable <stable@kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      2f1136d1
  18. 04 9月, 2010 3 次提交
  19. 24 8月, 2010 1 次提交
  20. 11 8月, 2010 1 次提交
  21. 21 5月, 2010 6 次提交