Skip to content

Commit

Permalink
Merge pull request #8 from rcassani/aorus15g
Browse files Browse the repository at this point in the history
Aorus15G
  • Loading branch information
rcassani authored Aug 8, 2021
2 parents c100259 + 923108f commit 70d184c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@ sudo apt update
sudo apt install opengigabyte-driver-dkms
```

### Arch :

*Note:* Currently un-maintained
### Arch Linux :
Install [opengigabyte-meta]() from the AUR using an [AUR helper](https://wiki.archlinux.org/title/AUR_helpers#Pacman_wrappers). For example:
```
pacman -S linux-headers
pacman -S openaero-meta
yay -S opengigabyte-meta
```

## Notes
Expand Down
1 change: 1 addition & 0 deletions driver/gigabytekbd_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ static int gigabyte_kbd_probe(struct hid_device *hdev, const struct hid_device_i
static const struct hid_device_id gigabyte_kbd_devices[] = {
{HID_USB_DEVICE(USB_VENDOR_ID_GIGABYTE_AERO15XV8, USB_DEVICE_ID_GIGABYTE_AERO15XV8)},
{HID_USB_DEVICE(USB_VENDOR_ID_GIGABYTE_AERO15SA, USB_DEVICE_ID_GIGABYTE_AERO15SA)},
{HID_USB_DEVICE(USB_VENDOR_ID_GIGABYTE_AORUS15G, USB_DEVICE_ID_GIGABYTE_AORUS15G)},
{}
};
MODULE_DEVICE_TABLE(hid, gigabyte_kbd_devices);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>io.github.blmhemu.opengigabyte</id>
<project_license>GPL-2.0+</project_license>
<name>OpenGigabyte</name>
<summary>Drivers for Aero peripherals on GNU/Linux</summary>
<summary>Drivers for Gigabyte peripherals on GNU/Linux</summary>
<description>
<p>
OpenGigabyte is a collection of GNU/Linux drivers for the Gigabyte devices.
Expand All @@ -16,5 +16,6 @@
<provides>
<modalias>usb:v1044p7A39d*</modalias>
<modalias>usb:v1044p7A3Fd*</modalias>
<modalias>usb:v1044p7A3Cd*</modalias>
</provides>
</component>

0 comments on commit 70d184c

Please sign in to comment.