An open API service providing commit metadata for open source projects.

GitHub / tsoding/grub / commits

Stolen GRUB source code for https://github.com/tsoding/grub-gamepad

SHA Message Author Date Stats
46406f97 REPORT_SIZE -> USB_REPORT_SIZE rexim <r****t@g****m> almost 7 years ago
6573c244 Introduce macros for vendorid and productid rexim <r****t@g****m> almost 7 years ago
ca86fea1 state -> report rexim <r****t@g****m> almost 7 years ago
f1dfb630 Introduce REPORT_SIZE rexim <r****t@g****m> almost 7 years ago
3e0a04f7 Remove all TODOs rexim <r****t@g****m> almost 7 years ago
fb6cb514 Remove dead TODO rexim <r****t@g****m> almost 7 years ago
d04cbf8e initial_state -> initial_logitech_rumble_f510_state rexim <r****t@g****m> almost 7 years ago
82190011 Group vital constants together rexim <r****t@g****m> almost 7 years ago
20408549 Get rid of custom abs function rexim <r****t@g****m> almost 7 years ago
2846c998 Turn is_pressed into a local macro rexim <r****t@g****m> almost 7 years ago
03daafeb Decouple grub_usb_gamepad_data from logitech_rumble_f510_state rexim <r****t@g****m> almost 7 years ago
ba2755f3 Remove logitech specific prefix from direction and side types rexim <r****t@g****m> almost 7 years ago
98725389 Merge dir_names and dir_values into a single array of structs rexim <r****t@g****m> almost 7 years ago
5424263e Reject any device that is not 046d:c218 rexim <r****t@g****m> almost 7 years ago
304277b6 Use array to keep track of GRUB commands rexim <r****t@g****m> almost 7 years ago
ac9b87f6 Implement detaching rexim <r****t@g****m> almost 7 years ago
3ae588f4 Clean up properly in GRUB_MOD_FINI rexim <r****t@g****m> almost 7 years ago
e6027b33 Add more key mnemonics rexim <r****t@g****m> about 7 years ago
e79b9da5 Use ASSERT_ARGC everywhere rexim <r****t@g****m> about 7 years ago
4aa5f745 Update commands' descriptions rexim <r****t@g****m> about 7 years ago
ed3aa6d5 Interpret options_mapping rexim <r****t@g****m> about 7 years ago
f7566fea Introduce options_mapping rexim <r****t@g****m> about 7 years ago
2cf482dc Interpret stick_press_mapping rexim <r****t@g****m> about 7 years ago
2b79078d sticks -> stick_axes rexim <r****t@g****m> about 7 years ago
e8d135ea Add stick_press_mapping rexim <r****t@g****m> about 7 years ago
c44b91c8 Add more aliases for directions rexim <r****t@g****m> about 7 years ago
7f547a00 Simplify direction names rexim <r****t@g****m> about 7 years ago
3525be9e Split gamepad_stick into gamepad_ls, gamepad_rs rexim <r****t@g****m> about 7 years ago
732659fe Split gamepad_trigger into gamepad_lt, gamepad_rt rexim <r****t@g****m> about 7 years ago
acbf03dd Split gamepad_bumper into gamepad_rb, gamepad_lb rexim <r****t@g****m> about 7 years ago
d402c6a8 gamepad_buttons -> gamepad_btn rexim <r****t@g****m> about 7 years ago
9f032114 Implement dir_by_coords rexim <r****t@g****m> about 7 years ago
37761819 Add https://github.com/tsoding/grub-gamepad/issues/38 rexim <r****t@g****m> about 7 years ago
bd672ec2 Introduce gamepad_stick command https://github.com/tsoding/grub-gamepad/issue... rexim <r****t@g****m> about 7 years ago
c5691a27 Implement trigger mapping rexim <r****t@g****m> about 7 years ago
7ada4de3 Implement bumpers mapping rexim <r****t@g****m> about 7 years ago
dcacf056 Add https://github.com/tsoding/grub-gamepad/issues/33 rexim <r****t@g****m> about 7 years ago
8e93261e Add https://github.com/tsoding/grub-gamepad/issues/31 rexim <r****t@g****m> about 7 years ago
a2f36f99 Add gamepad buttons mapping support rexim <r****t@g****m> about 7 years ago
7c490880 Add https://github.com/tsoding/grub-gamepad/issues/28 rexim <r****t@g****m> about 7 years ago
57704afb Add https://github.com/tsoding/grub-gamepad/issues/27 rexim <r****t@g****m> about 7 years ago
aef44034 Add https://github.com/tsoding/grub-gamepad/issues/26 rexim <r****t@g****m> about 7 years ago
c66d374a Add https://github.com/tsoding/grub-gamepad/issues/25 rexim <r****t@g****m> about 7 years ago
d947bf23 Add https://github.com/tsoding/grub-gamepad/issues/24 rexim <r****t@g****m> about 7 years ago
6bb7073e Add https://github.com/tsoding/grub-gamepad/issues/23 rexim <r****t@g****m> about 7 years ago
f1c6e4d3 Add https://github.com/tsoding/grub-gamepad/issues/22 rexim <r****t@g****m> about 7 years ago
0183f34e Additional work rexim <r****t@g****m> about 7 years ago
112bc9d8 Keep track of the previous state rexim <r****t@g****m> about 7 years ago
abf59eb0 Implement ring buffer for keys rexim <r****t@g****m> about 7 years ago
f76196ba Remove dead macros rexim <r****t@g****m> about 7 years ago
dd2201ac Turn DPAD macros into enumeration rexim <r****t@g****m> about 7 years ago
f86a954b Remove dead macros rexim <r****t@g****m> about 7 years ago
a665ee67 Squash gamepad buttons into a single mask rexim <r****t@g****m> about 7 years ago
f4876d82 Keep track of the previus state and key queue rexim <r****t@g****m> about 7 years ago
fd09df17 report -> state rexim <r****t@g****m> about 7 years ago
43d76879 Move attach_hook closer to intialization rexim <r****t@g****m> about 7 years ago
c62f4c86 Add https://github.com/tsoding/grub-gamepad/issues/20 rexim <r****t@g****m> about 7 years ago
e4583a59 Add https://github.com/tsoding/grub-gamepad/issues/19 rexim <r****t@g****m> about 7 years ago
34180286 Add https://github.com/tsoding/grub-gamepad/issues/18 rexim <r****t@g****m> about 7 years ago
bc1cc4e0 Introduce gamepad_dpad configuration command rexim <r****t@g****m> about 7 years ago
09e07a9a Introduce struct logitech_rumble_f510 rexim <r****t@g****m> about 7 years ago
e8053841 Attach issue numbers to TODOs rexim <r****t@g****m> about 7 years ago
24d31544 Map gamepad buttons to arrow keys rexim <r****t@g****m> about 7 years ago
dca05974 khooy -> usb_gamepad rexim <r****t@g****m> about 7 years ago
17033b26 Attach khooy to usb rexim <r****t@g****m> about 7 years ago
71e9a74a Add test grub_term_input rexim <r****t@g****m> about 7 years ago
2a2e10c1 Release 2.04
Signed-off-by: Daniel Kiper <d****r@o****m>
Daniel Kiper <d****r@o****m> about 7 years ago
f9811a92 docs: Document workaround for grub-mkrescue with older MacBooks
Signed-off-by: Thomas Schmitt <s****p@g****t>
Thomas Schmitt <s****p@g****t>
Committed by: Daniel Kiper <d****r@o****m>
about 7 years ago
ff999c80 docs: Bootstrap changes required for older distros
Signed-off-by: Eric Snowberg <e****g@o****m>
Eric Snowberg <e****g@o****m>
Committed by: Daniel Kiper <d****r@o****m>
about 7 years ago
4e7b5bb3 ia64: build fix in cache.h
Signed-off-by: Leif Lindholm <l****m@l****g>
Leif Lindholm <l****m@l****g>
Committed by: Daniel Kiper <d****r@o****m>
about 7 years ago
8e8723a6 f2fs: Disable gcc9 -Waddress-of-packed-member
Signed-off-by: John Paul Adrian Glaubitz <g****z@p****e>
John Paul Adrian Glaubitz <g****z@p****e>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
a06b079a f2fs: Fix gcc9 error -Werror=maybe-uninitialized
Signed-off-by: Michael Chang <m****g@s****m>
Michael Chang <m****g@s****m>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
4ff34fef grub-mkconfig: Use -c instead of --printf for stat
Signed-off-by: Ovidiu Panait <o****t@w****m>
Ovidiu Panait <o****t@w****m>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
ce946603 arm: Align section alignment with manual relocation offset code
Signed-off-by: Alexander Graf <a****f@c****e>
Alexander Graf <a****f@c****e>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
1ce93f94 arm: Move trampolines into code section
Signed-off-by: Alexander Graf <a****f@c****e>
Alexander Graf <a****f@c****e>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
afd6ad42 video: skip 'text' gfxpayload if not supported, to fallback to default
Signed-off-by: Mathieu Trudel-Lapierre <m****e@c****m>
Mathieu Trudel-Lapierre <m****l@g****m>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
53e70d30 grub-mkrescue: Fix error message about the wrong command having failed: mform...
Signed-off-by: Vincent Legoll <v****l@g****m>
Vincent Legoll <v****l@g****m>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
bc58fded efi: Avoid NULL dereference if FilePath is NULL
Signed-off-by: Heinrich Schuchardt <x****k@g****e>
Heinrich Schuchardt <x****k@g****e>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
acc726f8 x86/msr: Fix build with older GCC versions
Signed-off-by: Daniel Kiper <d****r@o****m>
Daniel Kiper <d****r@o****m> over 7 years ago
4dd4ceec efi: Fix gcc9 error -Waddress-of-packed-member
Signed-off-by: Michael Chang <m****g@s****m>
Michael Chang <m****g@s****m>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
4868e175 chainloader: Fix gcc9 error -Waddress-of-packed-member
Signed-off-by: Michael Chang <m****g@s****m>
Michael Chang <m****g@s****m>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
85e08e17 usbtest: Disable gcc9 -Waddress-of-packed-member
Signed-off-by: Michael Chang <m****g@s****m>
Michael Chang <m****g@s****m>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
0b1bf393 acpi: Fix gcc9 error -Waddress-of-packed-member
Signed-off-by: Michael Chang <m****g@s****m>
Michael Chang <m****g@s****m>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
62102409 hfsplus: Fix gcc9 error with -Waddress-of-packed-member
Signed-off-by: Michael Chang <m****g@s****m>
Michael Chang <m****g@s****m>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
0e49748f hfs: Fix gcc9 error -Waddress-of-packed-member
Signed-off-by: Michael Chang <m****g@s****m>
Michael Chang <m****g@s****m>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
4f4128de jfs: Disable gcc9 -Waddress-of-packed-member
Signed-off-by: Michael Chang <m****g@s****m>
Michael Chang <m****g@s****m>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
7ea474c6 cpio: Disable gcc9 -Waddress-of-packed-member
Signed-off-by: Michael Chang <m****g@s****m>
Michael Chang <m****g@s****m>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
94d9926a Release 2.04~rc1 Vladimir Serbinenko <p****r@g****m>
Committed by: Vladimir Serbinenko <p****r@g****m>
over 7 years ago
ad4bfeec Change fs functions to add fs_ prefix
Signed-off-by: Vladimir Serbinenko <p****r@g****m>
Vladimir Serbinenko <p****r@g****m>
Committed by: Vladimir Serbinenko <p****r@g****m>
over 7 years ago
0f1b648b ieee1275: NULL pointer dereference in grub_ieee1275_encode_devname()
Signed-off-by: Eric Snowberg <e****g@o****m>
Eric Snowberg <e****g@o****m>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
fa20550f docs/grub-dev: Change comments rules
Signed-off-by: Daniel Kiper <d****r@o****m>
Daniel Kiper <d****r@o****m> over 7 years ago
e683cfb0 loader/i386/linux: Calculate the setup_header length
Signed-off-by: Andrew Jeddeloh <a****h@c****m>, Daniel Kiper <d****r@o****m>
Andrew Jeddeloh <a****h@c****m>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
ffe39215 efidisk: NULL pointer dereference in grub_efidisk_get_device_name()
Signed-off-by: Eric Snowberg <e****g@o****m>
Eric Snowberg <e****g@o****m>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
4fff5863 efidisk: NULL pointer dereference in is_child()
Signed-off-by: Eric Snowberg <e****g@o****m>
Eric Snowberg <e****g@o****m>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
3c659596 efidisk: Write to NULL pointer ldp
Signed-off-by: Eric Snowberg <e****g@o****m>
Eric Snowberg <e****g@o****m>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
c6725996 A workaround for clang problem assembling startup_raw.S
Signed-off-by: Vladimir Serbinenko <p****r@g****m>
Vladimir Serbinenko <p****r@g****m> over 7 years ago
63d568ed ieee1275: Fix path reference in comment of sparc64 boot loader code
Signed-off-by: John Paul Adrian Glaubitz <g****z@p****e>
John Paul Adrian Glaubitz <g****z@p****e>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
5635e799 ieee1275: Include a.out header in assembly of sparc64 boot loader
Signed-off-by: John Paul Adrian Glaubitz <g****z@p****e>
John Paul Adrian Glaubitz <g****z@p****e>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
4dace5f6 clang: Pair -Qn with -Qunused-arguments.
Signed-off-by: Vladimir Serbinenko <p****r@g****m>
Vladimir Serbinenko <p****r@g****m>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago
56107347 hostfs: #undef open and close.
Signed-off-by: Vladimir Serbinenko <p****r@g****m>
Vladimir 'phcoder' Serbinenko <p****r@g****m>
Committed by: Daniel Kiper <d****r@o****m>
over 7 years ago

← Back to repository