ChangeSet 1.747, 2002/10/21 13:37:47-07:00, [EMAIL PROTECTED] Cset exclude: [EMAIL PROTECTED]|ChangeSet|20021011180213|25533
diff -Nru a/drivers/usb/hid-input.c b/drivers/usb/hid-input.c --- a/drivers/usb/hid-input.c Mon Oct 21 22:14:41 2002 +++ b/drivers/usb/hid-input.c Mon Oct 21 22:14:41 2002 @@ -271,7 +271,7 @@ set_bit(usage->type, input->evbit); while (usage->code <= max && test_and_set_bit(usage->code, bit)) { - usage->code = find_next_zero_bit(bit, usage->code, max + 1); + usage->code = find_next_zero_bit(bit, max + 1, usage->code); } if (usage->code > max) return; ------------------------------------------------------- This sf.net emial is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ad.doubleclick.net/clk;4699841;7576301;v? http://www.sun.com/javavote _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel