30 Oct, 2012

1 commit


25 Oct, 2012

1 commit

  • When the ezusb code was split out, support was added for the fx2 chip
    type, but no one is using these functions, so comment it out. If
    someone needs it, it can be added back in the future.

    Also properly include into the ezusb.c file, to
    ensure we catch any function prototype mis-matches

    Reported-by: Fengguang Wu
    Cc: René Bürgel
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     

24 Oct, 2012

1 commit


27 Sep, 2012

1 commit


14 Sep, 2012

1 commit


27 Aug, 2012

1 commit


18 Aug, 2012

1 commit

  • This structure needs to always stick around, even if CONFIG_HOTPLUG
    is disabled, otherwise we can oops when trying to probe a device that
    was added after the structure is thrown away.

    Thanks to Fengguang Wu and Bjørn Mork for tracking this issue down.

    Reported-by: Fengguang Wu
    Reported-by: Bjørn Mork
    Cc: stable
    CC: Paul Gortmaker
    CC: Andrew Morton
    CC: Felipe Balbi
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     

16 Aug, 2012

1 commit


02 May, 2012

7 commits


23 Apr, 2012

1 commit


21 Apr, 2012

10 commits


19 Apr, 2012

3 commits


18 Apr, 2012

2 commits


25 Jan, 2012

2 commits

  • This changes the max length for the usb seven segment delcom device to 8
    from 6. Delcom has both 6 and 8 variants and having 8 works fine with
    devices which are only 6.

    Signed-off-by: Harrison Metzger
    Signed-off-by: Stuart Pook
    Cc: stable
    Signed-off-by: Greg Kroah-Hartman

    Harrison Metzger
     
  • drivers/usb/misc/emi26.c:40: warning: 'emi26_init' declared 'static' but never defined
    drivers/usb/misc/emi26.c:41: warning: 'emi26_exit' declared 'static' but never defined
    drivers/usb/misc/emi62.c:49: warning: 'emi62_init' declared 'static' but never defined
    drivers/usb/misc/emi62.c:50: warning: 'emi62_exit' declared 'static' but never defined

    Signed-off-by: Andrew Morton
    Signed-off-by: Paul Gortmaker
    Signed-off-by: Felipe Balbi
    Signed-off-by: Greg Kroah-Hartman

    Andrew Morton
     

13 Jan, 2012

1 commit


11 Jan, 2012

1 commit

  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid: (68 commits)
    hid-input/battery: add FEATURE quirk
    hid-input/battery: remove battery_val
    hid-input/battery: power-supply type really *is* a battery
    hid-input/battery: make the battery setup common for INPUTs and FEATUREs
    hid-input/battery: deal with both FEATURE and INPUT report batteries
    hid-input/battery: add quirks for battery
    hid-input/battery: remove apparently redundant kmalloc
    hid-input: add support for HID devices reporting Battery Strength
    HID: hid-multitouch: add support 9 new Xiroku devices
    HID: multitouch: add support for 3M 32"
    HID: multitouch: add support of Atmel multitouch panels
    HID: usbhid: defer LED setting to a workqueue
    HID: usbhid: hid-core: submit queued urbs before suspend
    HID: usbhid: remove LED_ON
    HID: emsff: use symbolic name instead of hardcoded PID constant
    HID: Enable HID_QUIRK_MULTI_INPUT for Trio Linker Plus II
    HID: Kconfig: fix syntax
    HID: introduce proper dependency of HID_BATTERY on POWER_SUPPLY
    HID: multitouch: support PixArt optical touch screen
    HID: make parser more verbose about parsing errors by default
    ...

    Fix up rename/delete conflict in drivers/hid/hid-hyperv.c (removed in
    staging, moved in this branch) and similarly for the rules for same file
    in drivers/staging/hv/{Kconfig,Makefile}.

    Linus Torvalds
     

10 Jan, 2012

1 commit

  • * 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (232 commits)
    USB: Add USB-ID for Multiplex RC serial adapter to cp210x.c
    xhci: Clean up 32-bit build warnings.
    USB: update documentation for usbmon
    usb: usb-storage doesn't support dynamic id currently, the patch disables the feature to fix an oops
    drivers/usb/class/cdc-acm.c: clear dangling pointer
    drivers/usb/dwc3/dwc3-pci.c: introduce missing kfree
    drivers/usb/host/isp1760-if.c: introduce missing kfree
    usb: option: add ZD Incorporated HSPA modem
    usb: ch9: fix up MaxStreams helper
    USB: usb-skeleton.c: cleanup open_count
    USB: usb-skeleton.c: fix open/disconnect race
    xhci: Properly handle COMP_2ND_BW_ERR
    USB: remove dead code from suspend/resume path
    USB: add quirk for another camera
    drivers: usb: wusbcore: Fix dependency for USB_WUSB
    xhci: Better debugging for critical host errors.
    xhci: Be less verbose during URB cancellation.
    xhci: Remove debugging about ring structure allocation.
    xhci: Remove debugging about toggling cycle bits.
    xhci: Remove debugging for individual transfers.
    ...

    Linus Torvalds
     

09 Jan, 2012

1 commit

  • * 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: (165 commits)
    reiserfs: Properly display mount options in /proc/mounts
    vfs: prevent remount read-only if pending removes
    vfs: count unlinked inodes
    vfs: protect remounting superblock read-only
    vfs: keep list of mounts for each superblock
    vfs: switch ->show_options() to struct dentry *
    vfs: switch ->show_path() to struct dentry *
    vfs: switch ->show_devname() to struct dentry *
    vfs: switch ->show_stats to struct dentry *
    switch security_path_chmod() to struct path *
    vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb
    vfs: trim includes a bit
    switch mnt_namespace ->root to struct mount
    vfs: take /proc/*/mounts and friends to fs/proc_namespace.c
    vfs: opencode mntget() mnt_set_mountpoint()
    vfs: spread struct mount - remaining argument of next_mnt()
    vfs: move fsnotify junk to struct mount
    vfs: move mnt_devname
    vfs: move mnt_list to struct mount
    vfs: switch pnode.h macros to struct mount *
    ...

    Linus Torvalds
     

04 Jan, 2012

1 commit


10 Dec, 2011

1 commit


27 Nov, 2011

1 commit