1. 05 8月, 2006 4 次提交
  2. 03 8月, 2006 1 次提交
  3. 01 7月, 2006 1 次提交
  4. 22 6月, 2006 1 次提交
  5. 21 3月, 2006 1 次提交
  6. 05 1月, 2006 3 次提交
  7. 29 10月, 2005 1 次提交
  8. 30 6月, 2005 1 次提交
  9. 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
  10. 29 5月, 2005 2 次提交
  11. 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
  12. 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