1. 09 9月, 2005 4 次提交
    • H
      [PATCH] input-driver-yealink-P1K-usb-phone · aca951a2
      Henk 提交于
      This patch aggregates all modifications in the -mm tree and adds
      complete ringtone support.
      
      The following features are supported:
        - keyboard          full support
        - LCD               full support
        - LED               full support
        - dialtone          full support
        - ringtone          full support
        - audio playback    via generic usb audio diver
        - audio record      via generic usb audio diver
      
      For driver documentation see: Documentation/input/yealink.txt
      For vendor documentation see: http://yealink.comSigned-off-by: NHenk <Henk.Vergonet@gmail.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      aca951a2
    • A
      [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel · b375a049
      Alan Stern 提交于
      29 July 2005, Cambridge, MA:
      
      This afternoon Alan Stern submitted a patch to remove the URB_ASYNC_UNLINK
      flag from the Linux kernel.  Mr. Stern explained, "This flag is a relic
      from an earlier, less-well-designed system.  For over a year it hasn't
      been used for anything other than printing warning messages."
      
      An anonymous spokesman for the Linux kernel development community
      commented, "This is exactly the sort of thing we see happening all the
      time.  As the kernel evolves, support for old techniques and old code can
      be jettisoned and replaced by newer, better approaches.  Proprietary
      operating systems do not have the freedom or flexibility to change so
      quickly."
      
      Mr. Stern, a staff member at Harvard University's Rowland Institute who
      works on Linux only as a hobby, noted that the patch (labelled as548) did
      not update two files, keyspan.c and option.c, in the USB drivers' "serial"
      subdirectory.  "Those files need more extensive changes," he remarked.
      "They examine the status field of several URBs at times when they're not
      supposed to.  That will need to be fixed before the URB_ASYNC_UNLINK flag
      is removed."
      
      Greg Kroah-Hartman, the kernel maintainer responsible for overseeing all
      of Linux's USB drivers, did not respond to our inquiries or return our
      calls.  His only comment was "Applied, thanks."
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      b375a049
    • A
      [PATCH] USB: Prevent hid-core claiming Apple Bluetooth device on new G4 powerbooks · 22af8878
      Andrew de Quincey 提交于
      To recap: My new G4 powerbook has a bluetooth device that boots up in
      what apppears to be a compatability mode - it looks exactly like an HID
      keyboard/mouse device.
      
      A special command sequence is sent to switch it into full bluetooth
      mode. When this occurs the original HID device vanishes, and a new
      (bluetooth HID) USB device appears on the bus with a different product
      ID.
      
      The original thread is here:
      http://sourceforge.net/mailarchive/message.php?msg_id=12532263
      
      The attached patch adds the device to the hid-core quirks so that
      hid-core ignores it.
      Signed-off-by: NAndrew de Quincey <adq_dvb@lidskialf.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      22af8878
    • G
      ef084028
  2. 08 9月, 2005 1 次提交
  3. 17 8月, 2005 1 次提交
  4. 30 7月, 2005 1 次提交
  5. 13 7月, 2005 2 次提交
  6. 11 7月, 2005 2 次提交
  7. 30 6月, 2005 2 次提交
  8. 28 6月, 2005 1 次提交
    • V
      [PATCH] USB: fix atiremote input doesn`t register `device` & `driver` section... · c11372da
      Vincent Vanackere 提交于
      [PATCH] USB: fix atiremote input doesn`t register `device` & `driver` section in sysfs (/sys/class/input/event#)
      
      > On Sun, Apr 10, 2005 at 07:21:28PM +0600, Viktor A. Danilov wrote:
      > >
      > > PROBLEM: aiptek input doesn`t register `device` & `driver` section in sysfs (/sys/class/input/event#)
      > > REASON: `dev` - field not filled...
      > > SOLUTION: in linux/drivers/usb/input/aiptek.c write
      > >       aiptek->inputdev.dev = &intf->dev;
      > > before calling
      > >       input_register_device(&aiptek->inputdev);
      
      The following (tested) patch fixes the exact same issue with the ATI
      Remote input driver.
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      c11372da
  9. 23 6月, 2005 1 次提交
  10. 21 6月, 2005 1 次提交
  11. 06 6月, 2005 3 次提交
  12. 03 6月, 2005 3 次提交
  13. 29 5月, 2005 7 次提交
  14. 04 5月, 2005 1 次提交
    • S
      [PATCH] USB: Spelling fixes for drivers/usb. · 093cf723
      Steven Cole 提交于
      Here are some spelling corrections for drivers/usb.
      
      cancelation -> cancellation
      succesful -> successful
      cancelation -> cancellation
      decriptor -> descriptor
      Initalize -> Initialize
      wierd -> weird
      Protocoll -> Protocol
      occured -> occurred
      successfull -> successful
      Procesing -> Processing
      devide -> divide
      Isochronuous -> Isochronous
      noticable -> noticeable
      Basicly -> Basically
      transfering -> transferring
      intialize -> initialize
      Incomming -> Incoming
      additionnal -> additional
      asume -> assume
      Unfortunatly -> Unfortunately
      retreive -> retrieve
      tranceiver -> transceiver
      Compatiblity -> Compatibility
      Incorprated -> Incorporated
      existance -> existence
      Ununsual -> Unusual
      Signed-off-by: NSteven Cole <elenstev@mesatop.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      093cf723
  15. 24 4月, 2005 1 次提交
    • P
      [PATCH] USB: Fix for ati_remote · 9719b0c2
      Patrick Boettcher 提交于
      when stealing code from ati_remote for a GPL-driver of my usbradio (because of
      its neat usb int transfers) I found out, that the inbuf is freed twice.
      
      I don't have the ati-remote, so I don't know it is a problem at all, but it
      looks strange to me anyway. Also I don't know if it has been fixed already in
      newer kernel versions.
      
      
      From: Patrick Boettcher <patrick.boettcher@desy.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      9719b0c2
  16. 23 4月, 2005 1 次提交
  17. 19 4月, 2005 3 次提交
    • V
      [PATCH] USB: fix AIPTEK input doesn`t register `device` & `driver` section in... · e838a0d4
      Viktor A. Danilov 提交于
      [PATCH] USB: fix AIPTEK input doesn`t register `device` & `driver` section in sysfs (/sys/class/input/event#)
      
      PROBLEM: aiptek input doesn`t register `device` & `driver` section in sysfs (/sys/class/input/event#)
      REASON: `dev` - field not filled...
      SOLUTION: in linux/drivers/usb/input/aiptek.c write
      	aiptek->inputdev.dev = &intf->dev;
      before calling
      	input_register_device(&aiptek->inputdev);
      
      From: "Viktor A. Danilov" <__die@mail.ru>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      Index: gregkh-2.6/drivers/usb/input/aiptek.c
      ===================================================================
      e838a0d4
    • J
      [PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULL · 1bc3c9e1
      Jesper Juhl 提交于
      Get rid of a bunch of redundant NULL pointer checks in drivers/usb/*,
      there's no need to check a pointer for NULL before calling kfree() on it.
      Signed-off-by: NJesper Juhl <juhl-lkml@dif.dk>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      
      Index: gregkh-2.6/drivers/usb/class/audio.c
      ===================================================================
      1bc3c9e1
    • D
      [PATCH] usb suspend updates (interface suspend) · 27d72e85
      David Brownell 提交于
      This is the first of a few installments of PM API updates to match the
      recent switch to "pm_message_t".  This installment primarily affects
      USB device drivers (for USB interfaces), and it changes the handful of
      drivers which currently implement suspend methods:
      
          - <linux/usb.h> and usbcore, signature change
      
          - Some drivers only changed the signature, net effect this just
            shuts up "sparse -Wbitwise":
      	* hid-core
      	* stir4200
      
          - Two network drivers did that, and also grew slightly more
            featureful suspend code ... they now properly shut down
            their activities.  (As should stir4200...)
      	* pegasus
      	* usbnet
      
      Note that the Wake-On-Lan (WOL) support in pegasus doesn't yet work; looks
      to me like it's missing a request to turn it on, vs just configuring it.
      The ASIX code in usbnet also has WOL hooks that are ready to use; untested.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      Index: gregkh-2.6/drivers/net/irda/stir4200.c
      ===================================================================
      27d72e85
  18. 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