1. 14 Oct, 2008 3 commits
    • Jiri Slaby's avatar
      HID: hid, make parsing event driven · c500c971
      Jiri Slaby authored
      Next step for complete hid bus, this patch includes:
      - call parser either from probe or from hid-core if there is no probe.
      - add ll_driver structure and centralize some stuff there (open, close...)
      - split and merge usb_hid_configure and hid_probe into several functions
        to allow hooks/fixes between them
      Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      c500c971
    • Jiri Slaby's avatar
      HID: make a bus from hid code · 85cdaf52
      Jiri Slaby authored
      Make a bus from hid core. This is the first step for converting all the
      quirks and separate almost-drivers into real drivers attached to this bus.
      
      It's implemented to change behaviour in very tiny manner, so that no driver
      needs to be changed this time.
      
      Also add generic drivers for both usb and bt into usbhid or hidp
      respectively which will bind all non-blacklisted device. Those blacklisted
      will be either grabbed by special drivers or by nobody if they are broken at
      the very rude base.
      Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      85cdaf52
    • Jiri Slaby's avatar
      modpost: add support for hid · e8c84f9a
      Jiri Slaby authored
      Generate aliases for hid device modules to support autoloading.
      Signed-off-by: default avatarJiri Slaby <jirislaby@gmail.com>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      e8c84f9a
  2. 13 Oct, 2008 37 commits