1. 05 1月, 2006 1 次提交
    • O
      [PATCH] USB: isp116x-hcd: cleanup · 959eea21
      Olav Kongas 提交于
      The attached patch makes a cleanup of isp116x-hcd. Most of the volume of
      the patch comes from 2 sources: moving the code around to get rid of a
      few function prototypes and reworking register dumping functions/macros.
      Among other things, switched over from using procfs to debugfs.
      
      Cleanup. The following changes were made:
      
      - Rework register dumping code so it can be used for dumping
        to both syslog and debugfs.
      - Switch from procfs to debugfs..
      - Die gracefully on Unrecoverable Error interrupt.
      - Fix memory leak in isp116x_urb_enqueue(), if HC happens to
        die in a narrow time window.
      - Fix a 'sparce' warning (unnecessary cast).
      - Report Devices Removable for root hub ports by default
        (was Devices Permanently Attached).
      - Move bus suspend/resume functions down in code to get rid of
        a few function prototypes.
      - A number of one-line cleanups.
      - Add an entry to MAINTAINERS.
      Signed-off-by: NOlav Kongas <ok@artecdesign.ee>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
       MAINTAINERS                    |    6
       drivers/usb/host/isp116x-hcd.c |  429 ++++++++++++++++-------------------------
       drivers/usb/host/isp116x.h     |   83 +++++--
       3 files changed, 230 insertions(+), 288 deletions(-)
      959eea21
  2. 19 12月, 2005 1 次提交
  3. 14 12月, 2005 1 次提交
  4. 02 12月, 2005 2 次提交
  5. 24 11月, 2005 3 次提交
  6. 20 11月, 2005 1 次提交
    • D
      Input: add Wistron driver · 5fc14680
      Dmitry Torokhov 提交于
      A driver for laptop buttons using an x86 BIOS interface that is
      apparently used on quite a few laptops and seems to be originating
      from Wistron.
      
      This driver currently "knows" only about Fujitsu-Siemens Amilo Pro V2000
      (i.e. it can detect the laptop using DMI and it contains the
      keycode->key meaning mapping for this laptop) and Xeron SonicPro X 155G
      (probably can't be reliably autodetected, requires a module parameter),
      adding other laptops should be easy.
      
      In addition to reporting button presses to the input layer the driver
      also allows enabling/disabling the embedded wireless NIC (using the
      "Wifi" button); this is done using the same BIOS interface, so it seems
      only logical to keep the implementation together.  Any flexibility
      possibly gained by allowing users to remap the function of the "Wifi"
      button is IMHO not worth it when weighted against the necessity to run
      an user-space daemon to convert button presses to wifi state changes.
      Signed-off-by: NMiloslav Trmac <mitr@volny.cz>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      5fc14680
  7. 19 11月, 2005 1 次提交
  8. 14 11月, 2005 3 次提交
  9. 11 11月, 2005 1 次提交
  10. 08 11月, 2005 2 次提交
  11. 07 11月, 2005 3 次提交
  12. 06 11月, 2005 1 次提交
  13. 31 10月, 2005 1 次提交
  14. 30 10月, 2005 2 次提交
  15. 29 10月, 2005 4 次提交
  16. 22 10月, 2005 1 次提交
  17. 15 10月, 2005 1 次提交
  18. 01 10月, 2005 1 次提交
  19. 30 9月, 2005 1 次提交
  20. 28 9月, 2005 2 次提交
  21. 23 9月, 2005 1 次提交
  22. 22 9月, 2005 2 次提交
  23. 17 9月, 2005 1 次提交
  24. 10 9月, 2005 3 次提交