1. 27 9月, 2012 1 次提交
  2. 23 10月, 2010 1 次提交
  3. 03 3月, 2010 2 次提交
  4. 29 7月, 2009 1 次提交
  5. 25 3月, 2009 1 次提交
  6. 18 10月, 2008 2 次提交
  7. 14 8月, 2008 1 次提交
    • W
      usb: auerswald: remove driver (obsolete) · 88d987d6
      Wolfgang Mües 提交于
      This patch removes the auerswald USB driver from the linux kernel
      2.6.26.
      
      This driver was included into the kernel mainly to connect to the ISDN
      framework. This was done in linux 2.4.x. For 2.6.x, due to the fragile
      and moving ISDN support, this connection was never realized, and the
      only use of this driver was for device configuration. In the age of DSL,
      the demand of ISDN support is getting very low.
      
      Meanwhile, with the advent of libusb, an userspace driver was done for
      the device configuration which works fine for linux and mac. (Thanks to
      the libusb developers!). The userspace driver is downloadable from the
      auerswald web site.
      
      So this driver is obsolete now and has to be removed. Many thanks to all
      developers which helped me to bring this driver up and working.
      Signed-off-by: NWolfgang Muees <wolfgang@iksw-muees.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      88d987d6
  8. 12 6月, 2008 1 次提交
    • I
      USB: fix build bug in USB_ISIGHTFW · 6460a261
      Ingo Molnar 提交于
      USB: fix build bug in USB_ISIGHTFW
      
      -tip tree testing found this build bug:
      
        drivers/built-in.o: In function `isight_firmware_load':
        isight_firmware.c:(.text+0x1ade08): undefined reference to `request_firmware'
        isight_firmware.c:(.text+0x1adf9c): undefined reference to `release_firmware'
      
      select FW_LOADER in USB_ISIGHTFW.
      
      
      From: Ingo Molnar <mingo@elte.hu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      6460a261
  9. 30 5月, 2008 1 次提交
    • M
      USB: Firmware loader driver for USB Apple iSight camera · 62d104d0
      Matthew Garrett 提交于
      Uninitialised Apple iSight drivers present with a distinctive USB ID.
      Once firmware has been uploaded, they disconnect and reconnect with a
      new ID. At this point they can be driven by the uvcvideo driver. As this
      is unique to the Apple cameras and not functionality shared by any other
      UVC devices, it makes sense to provide the firmware loading
      functionality in a separate driver. This driver will read an isight.fw
      file extracted from the Apple driver using the tools at
      http://bersace03.free.fr/ift/ and upload it to the camera. It will also
      handle the case where the device loses its firmware during hibernation
      and must have it reloaded.
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      62d104d0
  10. 25 4月, 2008 1 次提交
  11. 24 2月, 2007 1 次提交
  12. 17 2月, 2007 1 次提交
    • G
      USB: Driver to charge USB blackberry devices · df23fa01
      Greg Kroah-Hartman 提交于
      A simple driver to turn on the charging capability of a USB BlackBerry
      device when it is plugged into the machine.  It does not bind to the
      device, so all userspace programs can still sync properly with it.
      
      Note, if CONFIG_USB_SUSPEND is enabled, it can play havoc with this
      device as the power to the port will be shut down.  This device id will
      have to be added to the global blacklist table when it is created.
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      df23fa01
  13. 18 10月, 2006 1 次提交
  14. 28 9月, 2006 4 次提交
    • T
      USB: ftdi-elan: client driver for ELAN Uxxx adapters · a5c66e4b
      Tony Olech 提交于
      This "ftdi-elan" module is one half of the "driver" for
      ELAN's Uxxx series adapters which are USB to PCMCIA CardBus
      adapters. Currently only the U132 adapter is available and
      it's module is called "u132-hcd".
      
      When the USB hot plug subsystem detects a Uxxx series adapter
      it should load this module.
      
      Upon a successful device probe() the jtag device file interface
      is created and the status workqueue started up.
      
      The jtag device file interface exists for the purpose of
      updating the firmware in the Uxxx series adapter, but as
      yet it had never been used.
      
      The status workqueue initializes the Uxxx and then sits there
      polling the Uxxx until a supported PCMCIA CardBus device is
      detected it will start the command and respond workqueues
      and then load the module that handles the device. This will
      initially be only the u132-hcd module. The status workqueue
      then just polls the Uxxx looking for card ejects.
      
      The command and respond workqueues implement a command
      sequencer for communicating with the firmware on the other
      side of the FTDI chip in the Uxxx. This "ftdi-elan" module
      exports some functions to interface with the sequencer.
      
      Note that this module is a USB client driver.
      
      Note that the "u132-hcd" module is a (cut-down OHCI)
      host controller.
      
      Thus we have a topology with the parent of a host controller
      being a USB client! This really stresses the USB subsystem
      semaphore/mutex handling in the module removal.
      Signed-off-by: NTony Olech <tony.olech@elandigitalsystems.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      a5c66e4b
    • S
      USB: Add ADU support for Ontrak ADU devices · 03270634
      Steven Haigh 提交于
      This patch adds support for Ontrak ADU USB devices.
      
      Fixed for printk issues by Randy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NSteven Haigh <netwiz@crc.id.au>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      03270634
    • S
      USB: Put phidgets driver in a sysfs class · 912b24c3
      Sean Young 提交于
      This patch creates a device class phidget and add the phidget drivers to 
      them.
      Signed-off-by: NSean Young <sean@mess.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      912b24c3
    • S
      USB: Add driver for PhidgetMotorControl · d5176b41
      Sean Young 提交于
      This driver add support for the Phidgets Inc., MotorControl via sysfs. Also
      some minor fixes for the InterfaceKit.
      Signed-off-by: NSean Young <sean@mess.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      d5176b41
  15. 13 7月, 2006 1 次提交
  16. 22 6月, 2006 2 次提交
  17. 14 2月, 2006 1 次提交
  18. 13 7月, 2005 1 次提交
    • M
      [PATCH] USB: add ldusb driver · 2824bd25
      Michael Hund 提交于
      The following driver provides complete interrupt-in and interrupt-out
      reports (raw data) to a user program. Until now it uses the
      HIDIOCGDEVINFO ioctl call, because I don't know better :-(. Perhaps, it
      will be ok for you - and I will be happy, if you assign 8 minor numbers.
      
      I have tested it in several environments and it works very well for me.
      However, it has a problem with two or more devices at the same hub, if
      the two or more devices need 1 ms interrupt-in transfers. Unfortunately
      more than one interrupt-in transfer every ms isn't possible (ehci
      driver?). This is why the min_interrupt_in_interval and
      min_interrupt_out_interval are increased to 2 ms (see the corresponding
      module parameters). This way, I can use two devices simultaneously at
      the same hub.
      Signed-off-by: NMichael Hund <mhund@ld-didactic.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      2824bd25
  19. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4