thanks for posting that rtsx.c but I am getting a string of compile
errors on that file; is there something else I need to include or
install?

  CC [M]  /home/kmip/Downloads/rts_pstor/rtsx.o
/home/kmip/Downloads/rts_pstor/rtsx.c: In function ‘queuecommand_lck’:
/home/kmip/Downloads/rts_pstor/rtsx.c:150:15: error: ‘struct rtsx_dev’ has no 
member named ‘cmnd_ready’
  complete(&dev->cmnd_ready);
               ^
/home/kmip/Downloads/rts_pstor/rtsx.c: In function ‘rtsx_suspend’:
/home/kmip/Downloads/rts_pstor/rtsx.c:313:2: error: too many arguments to 
function ‘rtsx_do_before_power_down’
  rtsx_do_before_power_down(chip, PM_S3, 0);
  ^
In file included from /home/kmip/Downloads/rts_pstor/rtsx.c:29:0:
/home/kmip/Downloads/rts_pstor/rtsx_chip.h:932:6: note: declared here
 void rtsx_do_before_power_down(struct rtsx_chip *chip, int pm_stat);
      ^
/home/kmip/Downloads/rts_pstor/rtsx.c: In function ‘rtsx_shutdown’:
/home/kmip/Downloads/rts_pstor/rtsx.c:400:2: error: too many arguments to 
function ‘rtsx_do_before_power_down’
  rtsx_do_before_power_down(chip, PM_S1, 0);
  ^
In file included from /home/kmip/Downloads/rts_pstor/rtsx.c:29:0:
/home/kmip/Downloads/rts_pstor/rtsx_chip.h:932:6: note: declared here
 void rtsx_do_before_power_down(struct rtsx_chip *chip, int pm_stat);
      ^
/home/kmip/Downloads/rts_pstor/rtsx.c: In function ‘rtsx_control_thread’:
/home/kmip/Downloads/rts_pstor/rtsx.c:426:45: error: ‘struct rtsx_dev’ has no 
member named ‘cmnd_ready’
   if (wait_for_completion_interruptible(&dev->cmnd_ready))
                                             ^
/home/kmip/Downloads/rts_pstor/rtsx.c:522:24: error: ‘struct rtsx_dev’ has no 
member named ‘control_exit’
  complete_and_exit(&dev->control_exit, 0);
                        ^
and it just goes downhill from there.  Using ubuntu 13.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1250605

Title:
  10ec:5286 [Clevo W310CZ] Realtek Card Reader not working.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1250605/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to